Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.basiccommand.builder
Class MenuBarGlueBuilderNode  view MenuBarGlueBuilderNode download MenuBarGlueBuilderNode.java

java.lang.Object
  extended bycom.virtuosotechnologies.lib.basiccommand.builder.AbstractBuilderNode
      extended bycom.virtuosotechnologies.lib.basiccommand.builder.AbstractElementBuilderNode
          extended bycom.virtuosotechnologies.lib.basiccommand.builder.MenuBarGlueBuilderNode
All Implemented Interfaces:
java.util.EventListener, com.virtuosotechnologies.lib.propertyset.PropertySetListener

public class MenuBarGlueBuilderNode
extends AbstractElementBuilderNode

A builder that creates glue in the menu bar


Nested Class Summary
private static class MenuBarGlueBuilderNode.GlueObject
          Glue object.
 
Field Summary
 
Fields inherited from class com.virtuosotechnologies.lib.basiccommand.builder.AbstractElementBuilderNode
 
Fields inherited from class com.virtuosotechnologies.lib.basiccommand.builder.AbstractBuilderNode
END_POSITION
 
Fields inherited from interface com.virtuosotechnologies.lib.propertyset.PropertySetListener
PROPERTYSET_CHANGED_METHOD
 
Constructor Summary
protected MenuBarGlueBuilderNode(com.virtuosotechnologies.lib.command.CommandNode commandNode, AbstractBranchBuilderNode parent, int index)
          Constructor
 
Method Summary
protected  java.lang.Object createInitialElement()
          Override this method to create the initial element object.
 
Methods inherited from class com.virtuosotechnologies.lib.basiccommand.builder.AbstractElementBuilderNode
disabledStateChanged, getCardinality, getElement, hiddenStateChanged, setElement
 
Methods inherited from class com.virtuosotechnologies.lib.basiccommand.builder.AbstractBuilderNode
decGrayLevel, decMaskLevel, dump, getCommandNode, getParent, incGrayLevel, incMaskLevel, isDisabled, isHidden, propertySetChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuBarGlueBuilderNode

protected MenuBarGlueBuilderNode(com.virtuosotechnologies.lib.command.CommandNode commandNode,
                                 AbstractBranchBuilderNode parent,
                                 int index)
Constructor

Method Detail

createInitialElement

protected java.lang.Object createInitialElement()
Override this method to create the initial element object.

Specified by:
createInitialElement in class AbstractElementBuilderNode