SEdit
Class ArrowDesc

java.lang.Object
  extended bySEdit.ElementDesc
      extended bySEdit.ArrowDesc

public class ArrowDesc
extends ElementDesc


Field Summary
 
Fields inherited from class SEdit.ElementDesc
ACTIONPROPERTIES, actions, category, debug, elementClass, graphicClass, GRAPHICPROPERTIES, icon, PROPERTIES
 
Constructor Summary
ArrowDesc(String name, String desc, String classname, String image)
           
ArrowDesc(String name, String desc, String classname, String image, String from, String to)
           
ArrowDesc(String name, String desc, String classname, String image, String from, String to, NodeDesc fd, NodeDesc ft)
           
 
Method Summary
 boolean isConnectable(ElementDesc from, ElementDesc to)
           
 boolean isStandardDefaultValue(String name, String value, int type)
           
 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
 

Constructor Detail

ArrowDesc

public ArrowDesc(String name,
                 String desc,
                 String classname,
                 String image)

ArrowDesc

public ArrowDesc(String name,
                 String desc,
                 String classname,
                 String image,
                 String from,
                 String to)

ArrowDesc

public ArrowDesc(String name,
                 String desc,
                 String classname,
                 String image,
                 String from,
                 String to,
                 NodeDesc fd,
                 NodeDesc ft)
Method Detail

isConnectable

public boolean isConnectable(ElementDesc from,
                             ElementDesc to)

isStandardDefaultValue

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

toString

public String toString()
Overrides:
toString in class ElementDesc


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