![]() |
|
|
All Packages This Package Class Hierarchy Class Search Index Class grendel.widgets.Splitterjava.lang.Object | +----java.awt.Component | +----java.awt.Container | +----com.sun.java.swing.JComponent | +----grendel.widgets.Splitter
This class is used to create a divided pane with moveable dividers (NYI)
Components can be added with numeric weights that will determine how
much of the pane they will occupy:
(Soon to be) Moveable separators can be created by the
public class Splitter
extends com.sun.java.swing.JComponent
{
// Fields 8
public static final int HORIZONTAL;
public static final int VERTICAL;
SplitterSeparatorListener fListener;
int fMinSize;
int fOrientation;
int fTotalSeparators;
float fTotalWeight;
Hashtable fWeights;
// Constructors 1
public Splitter(int);
// Methods 6
public Component createSeparator(int);
public Component createSeparator(int, boolean);
public int getMinSize();
public Float getWeight(Component);
public void setMinSize(int);
public void updateUI();
// Inner Classes 2
class SplitterLayout
class SplitterSeparatorListener
}
Fields fWeightsHashtable fWeights fTotalWeightfloat fTotalWeight fTotalSeparatorsint fTotalSeparators fOrientationint fOrientation fMinSizeint fMinSize fListenerSplitterSeparatorListener fListener VERTICALpublic static final int VERTICAL
HORIZONTALpublic static final int HORIZONTAL
Constructors Splitterpublic Splitter(int aOrientation)
Methods updateUIpublic void updateUI()
createSeparatorpublic Component createSeparator(int aSize)
createSeparatorpublic Component createSeparator(int aSize, boolean aFixed)
getWeightpublic Float getWeight(Component aComponent)
setMinSizepublic void setMinSize(int aMinSize)
getMinSizepublic int getMinSize()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4
|
|||||||
| Copyright © 1998 The Mozilla Organization. | ||||||||