freemind.common
Class SeparatorProperty

java.lang.Object
  extended by freemind.common.SeparatorProperty
All Implemented Interfaces:
PropertyControl

public class SeparatorProperty
extends java.lang.Object
implements PropertyControl


Constructor Summary
SeparatorProperty(java.lang.String label)
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 void layout(com.jgoodies.forms.builder.DefaultFormBuilder builder, TextTranslator pTranslator)
           
 void setEnabled(boolean pEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeparatorProperty

public SeparatorProperty(java.lang.String label)
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface PropertyControl

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface PropertyControl

layout

public void layout(com.jgoodies.forms.builder.DefaultFormBuilder builder,
                   TextTranslator pTranslator)
Specified by:
layout in interface PropertyControl

setEnabled

public void setEnabled(boolean pEnabled)
Specified by:
setEnabled in interface PropertyControl