All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.swing.motif.MotifSplitPaneDivider
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.swing.basic.BasicSplitPaneDivider
|
+----java.awt.swing.motif.MotifSplitPaneDivider
- public class MotifSplitPaneDivider
- extends BasicSplitPaneDivider
Divider used for Motif split pane.
MotifSplitPaneDivider(BasicSplitPaneUI)
- Creates a new Motif SplitPaneDivider
getMinimumSize()
- The minimums size is the same as the preferredSize
paint(Graphics)
- Paints the divider.
setDividerSize(int)
- overrides to hardcode the size of the divider
PENDING(jeff) - rewrite JSplitPane so that this ins't needed
MotifSplitPaneDivider
public MotifSplitPaneDivider(BasicSplitPaneUI ui)
- Creates a new Motif SplitPaneDivider
setDividerSize
public void setDividerSize(int newSize)
- overrides to hardcode the size of the divider
PENDING(jeff) - rewrite JSplitPane so that this ins't needed
- Overrides:
- setDividerSize in class BasicSplitPaneDivider
paint
public void paint(Graphics g)
- Paints the divider.
- Overrides:
- paint in class BasicSplitPaneDivider
getMinimumSize
public Dimension getMinimumSize()
- The minimums size is the same as the preferredSize
- Overrides:
- getMinimumSize in class Container
All Packages Class Hierarchy This Package Previous Next Index
Submit a bug or feature