Method Summary |
|
public SplitWindowProperties | addSuperObject(SplitWindowProperties properties) Adds a super object from which property values are inherited. |
public boolean | getContinuousLayoutEnabled() Returns true if continuous layout is enabled. |
public boolean | getDividerLocationDragEnabled() Returns true if the user can drag the SplitWindow divider to a new location. |
public int | getDividerSize() Returns the split pane divider size. |
public Color | getDragIndicatorColor() Returns the split pane drag indicator color. |
public SplitWindowProperties | removeSuperObject() Removes the last added super object. |
public SplitWindowProperties | removeSuperObject(SplitWindowProperties superObject) Removes a super object. |
public SplitWindowProperties | setContinuousLayoutEnabled(boolean enabled) Enables/disables continuous layout. |
public SplitWindowProperties | setDividerLocationDragEnabled(boolean enabled) When enabled the user can drag the SplitWindow divider to a new location. |
public SplitWindowProperties | setDividerSize(int size) Sets the split pane divider size. |
public SplitWindowProperties | setDragIndicatorColor(Color color) Sets the split pane drag indicator color. |