util.ui.view
Class SplitViewProperty
java.lang.Object
util.settings.Property
util.ui.view.ViewProperty
util.ui.view.SplitViewProperty
public class SplitViewProperty
- extends ViewProperty
Constructor Summary |
SplitViewProperty(PropertyManager manager,
java.lang.String key,
boolean verticalSplit,
boolean leftComponentIsFixed,
int fixedComponentWidth)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SplitViewProperty
public SplitViewProperty(PropertyManager manager,
java.lang.String key,
boolean verticalSplit,
boolean leftComponentIsFixed,
int fixedComponentWidth)
getDefault
public SplitViewProperty getDefault()
setVerticalSplit
public void setVerticalSplit(boolean verticalSplit)
setLeftComponentFixed
public void setLeftComponentFixed(boolean fixed)
setFixedComponentWidth
public void setFixedComponentWidth(int width)
getVerticalSplit
public boolean getVerticalSplit()
getLeftComponentFixed
public boolean getLeftComponentFixed()
getFixedComponentWidth
public int getFixedComponentWidth()
clearCache
protected void clearCache()
- Specified by:
clearCache
in class Property
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)