public class SplitViewProperty extends ViewProperty
Constructor and Description |
---|
SplitViewProperty(PropertyManager manager,
String key,
boolean verticalSplit,
boolean leftComponentIsFixed,
int fixedComponentWidth) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCache() |
SplitViewProperty |
getDefault() |
int |
getFixedComponentWidth() |
boolean |
getLeftComponentFixed() |
boolean |
getVerticalSplit() |
void |
setFixedComponentWidth(int width) |
void |
setLeftComponentFixed(boolean fixed) |
void |
setVerticalSplit(boolean verticalSplit) |
String |
toString() |
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
public SplitViewProperty(PropertyManager manager, String key, boolean verticalSplit, boolean leftComponentIsFixed, int fixedComponentWidth)
public SplitViewProperty getDefault()
public void setVerticalSplit(boolean verticalSplit)
public void setLeftComponentFixed(boolean fixed)
public void setFixedComponentWidth(int width)
public boolean getVerticalSplit()
public boolean getLeftComponentFixed()
public int getFixedComponentWidth()
protected void clearCache()
clearCache
in class Property
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)