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.


Constructor Index

 o MotifSplitPaneDivider(BasicSplitPaneUI)
Creates a new Motif SplitPaneDivider

Method Index

 o getMinimumSize()
The minimums size is the same as the preferredSize
 o paint(Graphics)
Paints the divider.
 o setDividerSize(int)
overrides to hardcode the size of the divider PENDING(jeff) - rewrite JSplitPane so that this ins't needed

Constructors

 o MotifSplitPaneDivider
public MotifSplitPaneDivider(BasicSplitPaneUI ui)
Creates a new Motif SplitPaneDivider

Methods

 o 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
 o paint
public void paint(Graphics g)
Paints the divider.

Overrides:
paint in class BasicSplitPaneDivider
 o 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