de.folt.models.applicationmodel.guimodel.support
Class OpenTMSStyleRangeProperty

java.lang.Object
  extended by 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

Constructor Summary
OpenTMSStyleRangeProperty(boolean editable)
           
 
Method Summary
 boolean isBEditable()
           
static void main(java.lang.String[] args)
          main
 void setBEditable(boolean editable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenTMSStyleRangeProperty

public OpenTMSStyleRangeProperty(boolean editable)
Parameters:
editable - the bEditable to set - set to true if style range is editable
Method Detail

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