Class Container
java.lang.Object
org.jmol.awtjs.swing.Component
org.jmol.awtjs.swing.Container
- Direct Known Subclasses:
JComponent, JDialog
-
Field Summary
FieldsFields inherited from class Component
enabled, height, id, minHeight, minWidth, mouseListener, name, parent, renderHeight, renderWidth, text, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ComponentaddComponent(Component component) getComponent(int i) intintintprotected ComponentinsertComponent(Component component, int index) voidremove(int i) voidMethods inherited from class Component
addMouseListener, getCSSstyle, getHeight, getName, getParent, getText, getWidth, isEnabled, isVisible, newID, repaint, setBackground, setEnabled, setMinimumSize, setName, setParent, setPreferredSize, setText, setVisible, toHTML
-
Field Details
-
list
-
-
Constructor Details
-
Container
-
-
Method Details
-
getComponent
-
getComponentCount
public int getComponentCount() -
getComponents
-
add
-
addComponent
-
insertComponent
-
remove
public void remove(int i) -
removeAll
public void removeAll() -
getSubcomponentWidth
public int getSubcomponentWidth()- Overrides:
getSubcomponentWidthin classComponent
-
getSubcomponentHeight
public int getSubcomponentHeight()- Overrides:
getSubcomponentHeightin classComponent
-