| |
|
| javax.swing.JSplitPane org.openharmonise.him.window.swing.ExtendedSplitPane
ExtendedSplitPane | public class ExtendedSplitPane extends JSplitPane (Code) | | author: Matthew Large |
Inner Class :class MoveThread extends Thread | |
ExtendedSplitPane | public ExtendedSplitPane()(Code) | | |
ExtendedSplitPane | public ExtendedSplitPane(int newOrientation)(Code) | | Parameters: newOrientation - |
ExtendedSplitPane | public ExtendedSplitPane(int newOrientation, boolean newContinuousLayout)(Code) | | Parameters: newOrientation - Parameters: newContinuousLayout - |
ExtendedSplitPane | public ExtendedSplitPane(int newOrientation, Component newLeftComponent, Component newRightComponent)(Code) | | Parameters: newOrientation - Parameters: newLeftComponent - Parameters: newRightComponent - |
ExtendedSplitPane | public ExtendedSplitPane(int newOrientation, boolean newContinuousLayout, Component newLeftComponent, Component newRightComponent)(Code) | | Parameters: newOrientation - Parameters: newContinuousLayout - Parameters: newLeftComponent - Parameters: newRightComponent - |
animateTo | public void animateTo(double newLoc)(Code) | | |
getProportionalDividerLocation | public double getProportionalDividerLocation()(Code) | | |
setDividerLocation | public void setDividerLocation(double loc)(Code) | | |
setExtDividerLocation | public void setExtDividerLocation(int loc)(Code) | | |
|
|
|