com.virtuosotechnologies.lib.basiccommand.builder
Class SimpleLabelBuilderNode
java.lang.Object
  
com.virtuosotechnologies.lib.basiccommand.builder.AbstractBuilderNode
      
com.virtuosotechnologies.lib.basiccommand.builder.AbstractElementBuilderNode
          
com.virtuosotechnologies.lib.basiccommand.builder.SimpleLabelBuilderNode
- All Implemented Interfaces: 
 - EventListener, PropertySetListener
 
- public class SimpleLabelBuilderNode
- extends AbstractElementBuilderNode
  
A builder that creates a label
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleLabelBuilderNode
public SimpleLabelBuilderNode(CommandNode commandNode)
- Constructor
 
SimpleLabelBuilderNode
public SimpleLabelBuilderNode(CommandNode commandNode,
                              JLabel label)
- Constructor
 
SimpleLabelBuilderNode
protected SimpleLabelBuilderNode(CommandNode commandNode,
                                 AbstractBranchBuilderNode parent,
                                 int index,
                                 JLabel label)
- Constructor
 
propertySetChanged
public void propertySetChanged(PropertySetEvent ev)
- Model changed
- Specified by:
 propertySetChanged in interface PropertySetListener- Overrides:
 propertySetChanged in class AbstractBuilderNode
 
 
 
createInitialElement
protected Object createInitialElement()
- Override this method to create the initial element object.
- Specified by:
 createInitialElement in class AbstractElementBuilderNode