fi.hut.tml.xsmiles.gui.components
Interface XContainer
- All Superinterfaces:
- XComponent
- All Known Implementing Classes:
- AWTContainer, SwingContainer
- public interface XContainer
- extends XComponent
The only addition is add and remove
| Methods inherited from interface fi.hut.tml.xsmiles.gui.components.XComponent |
addActionListener, addFocusListener, addHelpListener, addMouseListener, getComponent, getEnabled, getHeight, getSize, getStyle, getWidth, getX, getY, removeActionListener, removeFocusListener, removeHelpListener, removeMouseListener, setBackground, setBounds, setEnabled, setFocus, setForeground, setHintText, setInputMode, setStyle, setVisible, setZoom |
add
public void add(XComponent c)
- Parameters:
c - The component to be added
add
public void add(java.awt.Component c)
- Parameters:
c - The component to be added
remove
public void remove(XComponent c)
- Parameters:
c - Remove component c
remove
public void remove(java.awt.Component c)
- Parameters:
c - The component to be added
removeAll
public void removeAll()
- Remove all components from conatiner.
X-Smiles 1.2