Class JSplitPane
java.lang.Object
org.jmol.awtjs.swing.Component
org.jmol.awtjs.swing.Container
org.jmol.awtjs.swing.JComponent
org.jmol.awtjs.swing.JSplitPane
-
Field Summary
FieldsFields inherited from class JComponent
actionCommand, actionListener, autoScrollsFields inherited from class Component
enabled, height, id, minHeight, minWidth, mouseListener, name, parent, renderHeight, renderWidth, text, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JComponent
addActionListener, getActionCommand, setActionCommand, setAutoscrollsMethods inherited from class Container
add, addComponent, getComponent, getComponentCount, getComponents, insertComponent, remove, removeAllMethods inherited from class Component
addMouseListener, getCSSstyle, getHeight, getName, getParent, getText, getWidth, isEnabled, isVisible, newID, repaint, setBackground, setEnabled, setMinimumSize, setName, setParent, setPreferredSize, setText, setVisible
-
Field Details
-
HORIZONTAL_SPLIT
public static final int HORIZONTAL_SPLIT- See Also:
-
-
Constructor Details
-
JSplitPane
public JSplitPane(int split)
-
-
Method Details
-
setRightComponent
-
setLeftComponent
-
getSubcomponentWidth
public int getSubcomponentWidth()- Overrides:
getSubcomponentWidthin classContainer
-
getSubcomponentHeight
public int getSubcomponentHeight()- Overrides:
getSubcomponentHeightin classContainer
-
toHTML
-