|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance rs.sol.soloist.server.builtindomains.common.ObjectOfClass rs.sol.soloist.server.guiconfiguration.style.GUISettingFeature rs.sol.soloist.server.guiconfiguration.style.GUICommandsFeature
public class GUICommandsFeature
A GUISettingFeature
that provides a collection of Commands.
GUIContext
,
GUIItemSetting
,
Command
Nested Class Summary | |
---|---|
static class |
GUICommandsFeature.FQPropertyNames
Deprecated. Not for public use. |
static class |
GUICommandsFeature.PROPERTIES
Deprecated. Not for public use. |
Field Summary | |
---|---|
static IClass |
CLASSIFIER
UML class reference |
IAssociationEndInstance<rs.sol.soloist.server.builtindomains.commands.Command> |
cmds
Deprecated. Not for public use. |
static java.lang.String |
FQ_TYPE_NAME
Fully qualified UML class name |
Fields inherited from class rs.sol.soloist.server.guiconfiguration.style.GUISettingFeature |
---|
complain, description, name, ownerContext, ownerSetting |
Constructor Summary | |
---|---|
GUICommandsFeature()
|
Method Summary | |
---|---|
void |
addCommand(rs.sol.soloist.server.builtindomains.commands.Command c)
Adds a command to this command feature. |
void |
clearCommands()
Clears all commands from this command feature. |
void |
constructor()
The domain-specific constructor of the Classifier. |
static GUICommandsFeature |
create(GUIContext context,
java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> commands)
Returns new GUICommandsFeature for specified commands
and assigns it to the specified context. |
static GUICommandsFeature |
create(GUIItemSetting setting,
java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> commands)
Returns new GUICommandsFeature for specified commands
and assigns it to the specified setting. |
java.lang.Object |
createInfo(rs.sol.soloist.server.uml.concepts.IElement el,
IElementPresentationProvider epp)
Deprecated. Not for public use. |
java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> |
getCommands(rs.sol.soloist.server.uml.concepts.IElement el)
Returns the collection of Commands that accept the given element as a parameter. |
void |
removeCommand(rs.sol.soloist.server.builtindomains.commands.Command c)
Removes the command from this command feature. |
Methods inherited from class rs.sol.soloist.server.guiconfiguration.style.GUISettingFeature |
---|
getComplain, getContext, getDescription, getName, isElementSpecific, setComplain, setDescription, setName |
Methods inherited from class rs.sol.soloist.server.builtindomains.common.ObjectOfClass |
---|
handle |
Methods inherited from class rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance |
---|
destroy, equals, getAssociationEndInstance, getAssociationEndInstances, getAttributeValue, getAttributeValues, getMyClass, getMyID, getSlot, getSlot, getSlots, getUMLClass, hashCode, isMarkedAsDeleted, toString |
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance |
---|
accept, accept, exists, getAssociationEndInstance, getAssociationEndInstance, getAssociationEndInstance, getClassifier, hasIdentity, isClassInstance, isDataTypeInstance, isEqualTo, makeClone, markAsDeleted |
Methods inherited from class rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance |
---|
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getMElement, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf, isKindOf, isModelElement, isRTElement |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IClassifierInstance |
---|
conformsTo, copySlots, copySlots, destructor, getAttributeValue, getAttributeValue, getClassifierFQName, getClassifierUQName, getFirstCommonGeneralizer, getFirstCommonGeneralizerFQName, getFirstCommonGeneralizerUQName, getSlot, getSlot, isDirectInstanceOf, isDirectInstanceOf, isInstanceOf, isInstanceOf |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.runtime.IRTElement |
---|
getMElement |
Methods inherited from interface rs.sol.soloist.server.uml.concepts.IElement |
---|
isKindOf, isModelElement, isRTElement |
Field Detail |
---|
public static final java.lang.String FQ_TYPE_NAME
public static final IClass CLASSIFIER
@Deprecated public IAssociationEndInstance<rs.sol.soloist.server.builtindomains.commands.Command> cmds
Constructor Detail |
---|
public GUICommandsFeature()
Method Detail |
---|
public void constructor()
IClassifierInstance
constructor
in interface IClassifierInstance
constructor
in class GUISettingFeature
public java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> getCommands(rs.sol.soloist.server.uml.concepts.IElement el)
el
- an element for which applicable commands should be retrieved
@Deprecated public java.lang.Object createInfo(rs.sol.soloist.server.uml.concepts.IElement el, IElementPresentationProvider epp)
createInfo
in class GUISettingFeature
public static GUICommandsFeature create(GUIContext context, java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> commands)
GUICommandsFeature
for specified commands
and assigns it to the specified context.
context
- the context to which new feature should be assigned tocommands
- the commands that new feature should be related to
GUICommandsFeature
public static GUICommandsFeature create(GUIItemSetting setting, java.util.List<rs.sol.soloist.server.builtindomains.commands.Command> commands)
GUICommandsFeature
for specified commands
and assigns it to the specified setting.
setting
- the setting to which new feature should be assigned tocommands
- the commands that new feature should be related to
GUICommandsFeature
public void addCommand(rs.sol.soloist.server.builtindomains.commands.Command c)
c
- the command to be addedpublic void removeCommand(rs.sol.soloist.server.builtindomains.commands.Command c)
c
- the command to be removedpublic void clearCommands()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |