|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.inria.ketuk.Adders
A Collection of methods to add an object into another one
Constructor Summary | |
Adders()
Default constructor |
Method Summary | |
void |
add(java.awt.Container parent,
java.awt.Component comp)
Adder for an object of class Component into a Container |
void |
add(java.awt.Container parent,
java.awt.Component comp,
int index)
Adder for an object of class Component at a given position into a Container |
void |
add(java.awt.Container parent,
java.awt.Component comp,
java.lang.Object constraints)
Adder for an object of class Component into a Container with a given constraint |
void |
add(java.awt.Container parent,
java.awt.Component comp,
java.lang.Object constraints,
int index)
Adder for an object of class Component at a given position into a Container with a given constraint |
void |
add(java.util.Dictionary parent,
java.lang.Object key,
java.lang.Object value)
Adder for a pair key, value into a Dictionary |
void |
add(javax.swing.JFrame parent,
java.awt.Component comp)
Adder for an object of class Component into a JFrame |
void |
add(javax.swing.JFrame parent,
java.awt.Component comp,
int index)
Adder for an object of class Component at a given position into a JFrame |
void |
add(javax.swing.JFrame parent,
java.awt.Component comp,
java.lang.Object constraints)
Adder for an object of class Component into a JFrame with a given constraint |
void |
add(javax.swing.JFrame parent,
java.awt.Component comp,
java.lang.Object constraints,
int index)
Adder for an object of class Component at a given position into a JFrame with a given constraint |
void |
add(javax.swing.JMenu menu,
java.lang.String label)
Adder for an object of class String into a JMenu |
void |
add(java.awt.MenuBar menubar,
java.awt.Menu menu)
Adder for an object of class Menu into a MenuBar |
void |
add(java.awt.Menu menu,
java.awt.MenuItem item)
Adder for an object of class MenuItem into a Menu |
void |
add(java.awt.Menu menu,
java.lang.String label)
Adder for an object of class String into a Menu |
void |
add(java.util.Vector parent,
java.lang.Object obj)
Adder for an object into a Vector |
void |
add(java.util.Vector parent,
java.lang.Object obj,
int index)
Adder for an object at a specified position into a Vector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Adders()
Method Detail |
public void add(java.awt.Container parent, java.awt.Component comp)
parent
- the container of the componentcomp
- the component to addpublic void add(java.awt.Container parent, java.awt.Component comp, int index)
parent
- the container of the componentcomp
- the component to addindex
- the position where to add the componentpublic void add(java.awt.Container parent, java.awt.Component comp, java.lang.Object constraints)
parent
- the container of the componentcomp
- the component to addconstraints
- the constraints used to add teh componentpublic void add(java.awt.Container parent, java.awt.Component comp, java.lang.Object constraints, int index)
parent
- the container of the componentcomp
- the component to addconstraints
- the constraints used to add teh componentindex
- the position where to add the componentpublic void add(javax.swing.JFrame parent, java.awt.Component comp)
parent
- the JFrame where to add the componentcomp
- the component to addpublic void add(javax.swing.JFrame parent, java.awt.Component comp, int index)
parent
- the JFrame where to add the componentcomp
- the component to addindex
- the position where to add the componentpublic void add(javax.swing.JFrame parent, java.awt.Component comp, java.lang.Object constraints)
parent
- the JFrame where to add the componentcomp
- the component to addconstraints
- the constraints used to add teh componentpublic void add(javax.swing.JFrame parent, java.awt.Component comp, java.lang.Object constraints, int index)
parent
- the JFrame where to add the componentcomp
- the component to addconstraints
- the constraints used to add teh componentindex
- the position where to add the componentpublic void add(java.awt.Menu menu, java.awt.MenuItem item)
menu
- the Menu where to add the itemitem
- the menuItem to addpublic void add(java.awt.Menu menu, java.lang.String label)
menu
- the Menu where to add the stringlabel
- the string to addpublic void add(java.awt.MenuBar menubar, java.awt.Menu menu)
menubar
- the MenuBar where to add the menumanu
- the Menu to addpublic void add(javax.swing.JMenu menu, java.lang.String label)
menu
- the JMenu where to add the stringlabel
- the string to addpublic void add(java.util.Vector parent, java.lang.Object obj)
parent
- the Vector where to add the objectobj
- the object to addpublic void add(java.util.Vector parent, java.lang.Object obj, int index)
parent
- the Vector where to add the objectobj
- the object to addindex
- the position where to add the objectpublic void add(java.util.Dictionary parent, java.lang.Object key, java.lang.Object value)
parent
- the Dictionary where to add the pairkey
- the object to addvalue
- the value of the object to add
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |