| javax.swing.JSplitPane org.openharmonise.him.displaycomponents.table.title.TitleBarSplitPane
TitleBarSplitPane | public class TitleBarSplitPane extends JSplitPane (Code) | | Spacialisation of JSplitPane that will not allow the user to move it.
This enables us to place the
com.simulacramedia.contentmanager.displaycomponents.table.title.TitleBar at the top of the table view.
author: Matthew Large version: $Revision: 1.1 $ |
TitleBarSplitPane | public TitleBarSplitPane()(Code) | | |
TitleBarSplitPane | public TitleBarSplitPane(int newOrientation)(Code) | | Parameters: newOrientation - |
TitleBarSplitPane | public TitleBarSplitPane(int newOrientation, boolean newContinuousLayout)(Code) | | Parameters: newOrientation - Parameters: newContinuousLayout - |
TitleBarSplitPane | public TitleBarSplitPane(int newOrientation, Component newLeftComponent, Component newRightComponent)(Code) | | Parameters: newOrientation - Parameters: newLeftComponent - Parameters: newRightComponent - |
TitleBarSplitPane | public TitleBarSplitPane(int newOrientation, boolean newContinuousLayout, Component newLeftComponent, Component newRightComponent)(Code) | | Parameters: newOrientation - Parameters: newContinuousLayout - Parameters: newLeftComponent - Parameters: newRightComponent - |
setDividerLocation | public void setDividerLocation(double loc)(Code) | | |
setExtDividerLocation | public void setExtDividerLocation(int loc)(Code) | | |
|
|