fcmodeler.attributes
Class ConnectorEndAttribute

java.lang.Object
  |
  +--fcmodeler.attributes.ConnectorEndAttribute
All Implemented Interfaces:
VisualAttribute

public class ConnectorEndAttribute
extends java.lang.Object
implements VisualAttribute

Author:
xein

Constructor Summary
ConnectorEndAttribute()
          Creates a new instance of ConnectorEndAttribute
 
Method Summary
 VisualAttributeEditor getEditor()
          Returns a visual attribute editor, appropriate for editing values of this type of visual attribute.
static ConnectorEndAttribute getInstance()
          Returns an instance of ConnectorEndAttribute.
 VisualAttributeValue getValue(java.lang.String value)
          Returns a value of this type of visual attribute, using the specified string description.
 java.lang.String toString()
          Returns a string representation of this visual attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorEndAttribute

public ConnectorEndAttribute()
Creates a new instance of ConnectorEndAttribute
Method Detail

getEditor

public VisualAttributeEditor getEditor()
Returns a visual attribute editor, appropriate for editing values of this type of visual attribute.
Specified by:
getEditor in interface VisualAttribute
Returns:
an editor appropriate for editing values of this type of visual attribute.

getInstance

public static ConnectorEndAttribute getInstance()
Returns an instance of ConnectorEndAttribute.
Returns:
an instance of ConnectorEndAttribute.

getValue

public VisualAttributeValue getValue(java.lang.String value)
Returns a value of this type of visual attribute, using the specified string description.
Specified by:
getValue in interface VisualAttribute
Parameters:
value - the string description of the visual attribute value.
Returns:
a value of this type of visual attribute.

toString

public java.lang.String toString()
Returns a string representation of this visual attribute.
Specified by:
toString in interface VisualAttribute
Overrides:
toString in class java.lang.Object
Returns:
a string representation of this visual attribute.