Generators

org.topcased.modeler.diagramconfigurator.extension
Class FigureDeclarationDescriptor

java.lang.Object
  extended by org.topcased.modeler.diagramconfigurator.extension.FigureDeclarationDescriptor

public class FigureDeclarationDescriptor
extends java.lang.Object

Class that describes a figure declaration Creation 30 juin 06


Field Summary
static java.lang.String ATT_CLASS
           
static java.lang.String ATT_NAME
           
static java.lang.String TAG_DESCRIPTION
           
static java.lang.String TAG_FIGURE_DECLARATION
           
 
Method Summary
 java.lang.String getDescription()
          Return the description associated with the Figure
 org.eclipse.draw2d.IFigure getFigure()
          Get the Figure associated with this extension
 java.lang.String getName()
          Return the name given to the figure
 java.lang.String getQualifiedFigureClassName()
          Returns the String that represent the qualified class name of the Figure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_FIGURE_DECLARATION

public static final java.lang.String TAG_FIGURE_DECLARATION
See Also:
Constant Field Values

ATT_NAME

public static final java.lang.String ATT_NAME
See Also:
Constant Field Values

ATT_CLASS

public static final java.lang.String ATT_CLASS
See Also:
Constant Field Values

TAG_DESCRIPTION

public static final java.lang.String TAG_DESCRIPTION
See Also:
Constant Field Values
Method Detail

getFigure

public org.eclipse.draw2d.IFigure getFigure()
                                     throws org.eclipse.core.runtime.CoreException
Get the Figure associated with this extension

Returns:
the figure
Throws:
org.eclipse.core.runtime.CoreException

getName

public java.lang.String getName()
Return the name given to the figure

Returns:
String

getDescription

public java.lang.String getDescription()
Return the description associated with the Figure

Returns:
String

getQualifiedFigureClassName

public java.lang.String getQualifiedFigureClassName()
Returns the String that represent the qualified class name of the Figure

Returns:
the qualified class name of the Figure

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.