Package org.jmol.awtjs.swing
Class JScrollPane
- java.lang.Object
-
- org.jmol.awtjs.swing.Component
-
- org.jmol.awtjs.swing.Container
-
- org.jmol.awtjs.swing.JComponent
-
- org.jmol.awtjs.swing.JScrollPane
-
public class JScrollPane extends JComponent
-
-
Field Summary
-
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 Constructor Description JScrollPane(JComponent component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setMinimumSize(Dimension dimension)
java.lang.String
toHTML()
-
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, getSubcomponentHeight, getSubcomponentWidth, 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, setName, setParent, setPreferredSize, setText, setVisible
-
-
-
-
Constructor Detail
-
JScrollPane
public JScrollPane(JComponent component)
-
-
Method Detail
-
setMinimumSize
public void setMinimumSize(Dimension dimension)
- Overrides:
setMinimumSize
in classComponent
-
-