Package org.jmol.awtjs.swing
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 org.jmol.awtjs.swing.Component
enabled, height, id, minHeight, minWidth, mouseListener, name, parent, renderHeight, renderWidth, text, width
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Component
addComponent
(Component component) getComponent
(int i) int
int
int
protected Component
insertComponent
(Component component, int index) void
remove
(int i) void
Methods inherited from class org.jmol.awtjs.swing.Component
addMouseListener, getCSSstyle, getHeight, getName, getParent, getText, getWidth, isEnabled, isVisible, newID, repaint, setBackground, setEnabled, setMinimumSize, setName, setParent, setPreferredSize, setText, setVisible, toHTML
-
Field Details
-
list
-
cList
-
-
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:
getSubcomponentWidth
in classComponent
-
getSubcomponentHeight
public int getSubcomponentHeight()- Overrides:
getSubcomponentHeight
in classComponent
-