Generators

org.topcased.modeler.diagramconfigurator
Interface PartAction

All Superinterfaces:
EObject, Notifier

public interface PartAction
extends EObject

A representation of the model object 'Part Action'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getPartAction()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A PartAction contains information to generate an action on a part (a graphical element).\r\nThe UI source code is fully generated, but only the stub of the command is generated.'"

Method Summary
 java.lang.String getIcon()
          Returns the value of the 'Icon' attribute.
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute.
 java.lang.String getMenuBarGroup()
          Returns the value of the 'Menu Bar Group' attribute.
 java.lang.String getPrefix()
          Returns the value of the 'Prefix' attribute.
 void setIcon(java.lang.String value)
          Sets the value of the 'Icon' attribute.
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute.
 void setMenuBarGroup(java.lang.String value)
          Sets the value of the 'Menu Bar Group' attribute.
 void setPrefix(java.lang.String value)
          Sets the value of the 'Prefix' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getPrefix

java.lang.String getPrefix()
Returns the value of the 'Prefix' attribute.

If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Prefix' attribute.
See Also:
setPrefix(String), DiagramconfiguratorPackage.getPartAction_Prefix()
** Generated **
Model:
required="true"

setPrefix

void setPrefix(java.lang.String value)
Sets the value of the 'Prefix' attribute.

Parameters:
value - the new value of the 'Prefix' attribute.
See Also:
getPrefix()
** Generated **

getMenuBarGroup

java.lang.String getMenuBarGroup()
Returns the value of the 'Menu Bar Group' attribute.

If the meaning of the 'Menu Bar Group' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Menu Bar Group' attribute.
See Also:
setMenuBarGroup(String), DiagramconfiguratorPackage.getPartAction_MenuBarGroup()
** Generated **
Model:
required="true"

setMenuBarGroup

void setMenuBarGroup(java.lang.String value)
Sets the value of the 'Menu Bar Group' attribute.

Parameters:
value - the new value of the 'Menu Bar Group' attribute.
See Also:
getMenuBarGroup()
** Generated **

getLabel

java.lang.String getLabel()
Returns the value of the 'Label' attribute.

If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), DiagramconfiguratorPackage.getPartAction_Label()
** Generated **
Model:
required="true"

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()
** Generated **

getIcon

java.lang.String getIcon()
Returns the value of the 'Icon' attribute.

If the meaning of the 'Icon' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Icon' attribute.
See Also:
setIcon(String), DiagramconfiguratorPackage.getPartAction_Icon()
** Generated **
Model:

setIcon

void setIcon(java.lang.String value)
Sets the value of the 'Icon' attribute.

Parameters:
value - the new value of the 'Icon' attribute.
See Also:
getIcon()
** Generated **

Generators

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