freemind.common
Class NextLineProperty

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

public class NextLineProperty
extends java.lang.Object
implements PropertyControl


Constructor Summary
NextLineProperty()
           
 
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

NextLineProperty

public NextLineProperty()
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