Package org.jmol.awtjs.swing
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
FieldsModifier and TypeFieldDescriptionstatic final int
(package private) boolean
private Container
private Container
private int
Fields inherited from class org.jmol.awtjs.swing.JComponent
actionCommand, actionListener, autoScrolls
Fields 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
Methods inherited from class org.jmol.awtjs.swing.JComponent
addActionListener, getActionCommand, setActionCommand, setAutoscrolls
Methods inherited from class org.jmol.awtjs.swing.Container
add, addComponent, getComponent, getComponentCount, getComponents, insertComponent, remove, removeAll
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
-
Field Details
-
HORIZONTAL_SPLIT
public static final int HORIZONTAL_SPLIT- See Also:
-
isH
boolean isH -
split
private int split -
right
-
left
-
-
Constructor Details
-
JSplitPane
public JSplitPane(int split)
-
-
Method Details
-
setRightComponent
-
setLeftComponent
-
getSubcomponentWidth
public int getSubcomponentWidth()- Overrides:
getSubcomponentWidth
in classContainer
-
getSubcomponentHeight
public int getSubcomponentHeight()- Overrides:
getSubcomponentHeight
in classContainer
-
toHTML
-