|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.inria.ketuk.Removers
A Collection of methods to remove an object placed in a containing one
Constructor Summary | |
Removers()
Default constructor |
Method Summary | |
void |
remove(java.awt.Container parent,
java.awt.Component comp)
Remover for an object of class Component placed in a Container |
void |
remove(java.util.Dictionary parent,
java.lang.Object key)
Remover for an object of class Object placed in a Dictionnary |
void |
remove(javax.swing.JFrame parent,
java.awt.Component comp)
Remover for an object of class Component placed in a JFrame |
void |
remove(javax.swing.JMenu menu,
java.awt.Component comp)
Remover for an object of class Component placed in a JMenu |
void |
remove(javax.swing.JMenu menu,
javax.swing.JMenuItem item)
Remover for an object of class JMenuItem placed in a JMenu |
void |
remove(java.awt.MenuBar menubar,
java.awt.MenuComponent menu)
Remover for an object of class MenuComponent placed in a MenuBar |
void |
remove(java.awt.Menu menu,
java.awt.MenuComponent item)
Remover for an object of class MenuComponent placed in a Menu |
void |
remove(java.util.Vector parent,
java.lang.Object obj)
Remover for an object of class Object placed in a Vector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Removers()
Method Detail |
public void remove(java.awt.Container parent, java.awt.Component comp)
parent
- the container of the componentcomp
- the component to removepublic void remove(javax.swing.JFrame parent, java.awt.Component comp)
parent
- the JFrame containing the componentcomp
- the component to removepublic void remove(java.awt.Menu menu, java.awt.MenuComponent item)
menu
- the menu containing the itemitem
- the menuComponent to removepublic void remove(java.awt.MenuBar menubar, java.awt.MenuComponent menu)
menubar
- the menubar containing the itemmenu
- the menuComponent to removepublic void remove(javax.swing.JMenu menu, java.awt.Component comp)
menu
- the menu containing the componentcomp
- the component to removepublic void remove(javax.swing.JMenu menu, javax.swing.JMenuItem item)
menu
- the menu containing the itemitem
- the menuItem to removepublic void remove(java.util.Vector parent, java.lang.Object obj)
parent
- the vector containing the objectobj
- the object to removepublic void remove(java.util.Dictionary parent, java.lang.Object key)
parent
- the dictionnary containing the objectkey
- the object to remove
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |