javax.swing
Class JSplitPane
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JSplitPane
All Implemented Interfaces:
Accessible, Serializable, ImageObserver, MenuContainer, Serializable
JSplitPane
Author:BOTTOM
public static final String BOTTOM
BOTTOM
CONTINUOUS_LAYOUT_PROPERTY
public static final String CONTINUOUS_LAYOUT_PROPERTY
CONTINUOUS_LAYOUT_PROPERTY
DIVIDER
public static final String DIVIDER
DIVIDER
DIVIDER_LOCATION_PROPERTY
public static final String DIVIDER_LOCATION_PROPERTY
DIVIDER_LOCATION_PROPERTY
DIVIDER_SIZE_PROPERTY
public static final String DIVIDER_SIZE_PROPERTY
DIVIDER_SIZE_PROPERTY
HORIZONTAL_SPLIT
public static final int HORIZONTAL_SPLIT
HORIZONTAL_SPLIT
LAST_DIVIDER_LOCATION_PROPERTY
public static final String LAST_DIVIDER_LOCATION_PROPERTY
LAST_DIVIDER_LOCATION_PROPERTY
LEFT
public static final String LEFT
LEFT
ONE_TOUCH_EXPANDABLE_PROPERTY
public static final String ONE_TOUCH_EXPANDABLE_PROPERTY
ONE_TOUCH_EXPANDABLE_PROPERTY
ORIENTATION_PROPERTY
public static final String ORIENTATION_PROPERTY
ORIENTATION_PROPERTY
RESIZE_WEIGHT_PROPERTY
public static final String RESIZE_WEIGHT_PROPERTY
RESIZE_WEIGHT_PROPERTY
RIGHT
public static final String RIGHT
RIGHT
TOP
public static final String TOP
TOP
VERTICAL_SPLIT
public static final int VERTICAL_SPLIT
VERTICAL_SPLIT
continuousLayout
protected boolean continuousLayout
continuousLayout
dividerSize
protected int dividerSize
dividerSize
lastDividerLocation
protected int lastDividerLocation
lastDividerLocation
leftComponent
protected Component leftComponent
leftComponent
oneTouchExpandable
protected boolean oneTouchExpandable
oneTouchExpandable
orientation
protected int orientation
orientation
rightComponent
protected Component rightComponent
rightComponent
JSplitPane
public JSplitPane()
Constructor JSplitPane
JSplitPane
public JSplitPane(int value0)
Constructor JSplitPane
Parameters:
JSplitPane
public JSplitPane(int value0, boolean value1)
Constructor JSplitPane
Parameters:
JSplitPane
public JSplitPane(int value0, boolean value1, java.awt.Component value2, java.awt.Component value3)
Constructor JSplitPane
Parameters:
JSplitPane
public JSplitPane(int value0, java.awt.Component value1, java.awt.Component value2)
Constructor JSplitPane
Parameters:
addImpl
protected void addImpl(java.awt.Component value0, java.lang.Object value1, int value2)
addImpl
Parameters:
getAccessibleContext
public AccessibleContext getAccessibleContext()
getAccessibleContext
getBottomComponent
public Component getBottomComponent()
getBottomComponent
getDividerLocation
public int getDividerLocation()
getDividerLocation
getDividerSize
public int getDividerSize()
getDividerSize
getLastDividerLocation
public int getLastDividerLocation()
getLastDividerLocation
getLeftComponent
public Component getLeftComponent()
getLeftComponent
getMaximumDividerLocation
public int getMaximumDividerLocation()
getMaximumDividerLocation
getMinimumDividerLocation
public int getMinimumDividerLocation()
getMinimumDividerLocation
getOrientation
public int getOrientation()
getOrientation
getResizeWeight
public double getResizeWeight()
getResizeWeight
getRightComponent
public Component getRightComponent()
getRightComponent
getTopComponent
public Component getTopComponent()
getTopComponent
getUI
public SplitPaneUI getUI()
getUI
getUIClassID
public String getUIClassID()
getUIClassID
isContinuousLayout
public boolean isContinuousLayout()
isContinuousLayout
isOneTouchExpandable
public boolean isOneTouchExpandable()
isOneTouchExpandable
isValidateRoot
public boolean isValidateRoot()
isValidateRoot
paintChildren
protected void paintChildren(java.awt.Graphics value0)
paintChildren
Parameters:
paramString
protected String paramString()
paramString
remove
public void remove(int value0)
remove
Parameters:
remove
public void remove(java.awt.Component value0)
remove
Parameters:
removeAll
public void removeAll()
removeAll
resetToPreferredSizes
public void resetToPreferredSizes()
resetToPreferredSizes
setBottomComponent
public void setBottomComponent(java.awt.Component value0)
setBottomComponent
Parameters:
setContinuousLayout
public void setContinuousLayout(boolean value0)
setContinuousLayout
Parameters:
setDividerLocation
public void setDividerLocation(double value0)
setDividerLocation
Parameters:
setDividerLocation
public void setDividerLocation(int value0)
setDividerLocation
Parameters:
setDividerSize
public void setDividerSize(int value0)
setDividerSize
Parameters:
setLastDividerLocation
public void setLastDividerLocation(int value0)
setLastDividerLocation
Parameters:
setLeftComponent
public void setLeftComponent(java.awt.Component value0)
setLeftComponent
Parameters:
setOneTouchExpandable
public void setOneTouchExpandable(boolean value0)
setOneTouchExpandable
Parameters:
setOrientation
public void setOrientation(int value0)
setOrientation
Parameters:
setResizeWeight
public void setResizeWeight(double value0)
setResizeWeight
Parameters:
setRightComponent
public void setRightComponent(java.awt.Component value0)
setRightComponent
Parameters:
setTopComponent
public void setTopComponent(java.awt.Component value0)
setTopComponent
Parameters:
setUI
public void setUI(javax.swing.plaf.SplitPaneUI ui)
setUI
Parameters:
updateUI
public void updateUI()
updateUI