de.folt.models.applicationmodel.guimodel.support
Class OpenTMSStyleRangeProperty
java.lang.Object
de.folt.models.applicationmodel.guimodel.support.OpenTMSStyleRangeProperty
public class OpenTMSStyleRangeProperty
- extends java.lang.Object
This class implements simple properties for a StyleRange. Currently it just
supports the type bEditable, this determines if a given Style Range can be
edited or not. Default is false
- Author:
- klemens
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenTMSStyleRangeProperty
public OpenTMSStyleRangeProperty(boolean editable)
- Parameters:
editable - the bEditable to set - set to true if style range is editable
main
public static void main(java.lang.String[] args)
- main
- Parameters:
args -
isBEditable
public boolean isBEditable()
- Returns:
- the bEditable - is this an editable StyleRange? True if yes
setBEditable
public void setBEditable(boolean editable)
- Parameters:
editable - the bEditable to set - set to true if style range is editable