SEdit
Class NodeDesc

java.lang.Object
  extended bySEdit.ElementDesc
      extended bySEdit.NodeDesc
Direct Known Subclasses:
ComponentDesc, ConnectorDesc

public class NodeDesc
extends ElementDesc


Field Summary
 String iconName
           
 
Fields inherited from class SEdit.ElementDesc
ACTIONPROPERTIES, actions, category, debug, elementClass, graphicClass, GRAPHICPROPERTIES, icon, PROPERTIES
 
Constructor Summary
NodeDesc(String name, String desc, String classname)
          FIXME: delete this line if it compiles public String[] getIconSet() {return iconSet;}
 
Method Summary
 String getIconName()
          FIXME: delete this line public String[] iconSet; // set of icons (if it is a GMultiIcon)
 boolean isStandardDefaultValue(String name, String value, int type)
           
 void setIconName(String i)
           
 String toString()
           
 
Methods inherited from class SEdit.ElementDesc
addActionDesc, addActionDesc, getAction, getActions, getCategory, getDefaultLabel, getDescription, getElementClass, getFormalism, getGraphicClass, getGraphicProperties, getIcon, getName, getProperties, hasActions, hasIcon, isDefaultValue, makeElement, setActions, setCategory, setDefaultLabel, setElementClass, setFormalism, setGraphicClass, setGraphicProperties, setIcon, setName, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iconName

public String iconName
Constructor Detail

NodeDesc

public NodeDesc(String name,
                String desc,
                String classname)
FIXME: delete this line if it compiles public String[] getIconSet() {return iconSet;}

Method Detail

getIconName

public String getIconName()
FIXME: delete this line public String[] iconSet; // set of icons (if it is a GMultiIcon)


setIconName

public void setIconName(String i)

toString

public String toString()
Overrides:
toString in class ElementDesc

isStandardDefaultValue

public boolean isStandardDefaultValue(String name,
                                      String value,
                                      int type)
Overrides:
isStandardDefaultValue in class ElementDesc


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.