|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrs.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
public abstract class GUISettingFeature
An abstract base class for different kinds of features (properties,
elements) of one GUIItemSetting
or GUIContext
.
It defines one aspect of the presentation or behavior of the
owner it belongs to. If present, it redefeines the GUISettingFeature
of the same kind and the same identifier in the supersetting.
Otherwise, the feature from the supersetting is inherited.
GUIContext
,
GUIItemSetting
Nested Class Summary | |
---|---|
static class |
GUISettingFeature.FQPropertyNames
Deprecated. Not for public use. |
static class |
GUISettingFeature.PROPERTIES
Deprecated. Not for public use. |
Field Summary | |
---|---|
static IClass |
CLASSIFIER
UML class reference |
IAttributeValue<Boolean> |
complain
Deprecated. Not for public use. |
IAttributeValue<Text> |
description
Deprecated. Not for public use. |
static java.lang.String |
FQ_TYPE_NAME
Fully qualified UML class name |
IAttributeValue<Text> |
name
Deprecated. Not for public use. |
IAssociationEndInstance<GUIContext> |
ownerContext
Deprecated. Not for public use. |
IAssociationEndInstance<GUIItemSetting> |
ownerSetting
Deprecated. Not for public use. |
Constructor Summary | |
---|---|
GUISettingFeature()
|
Method Summary | |
---|---|
void |
constructor()
The domain-specific constructor of the Classifier. |
abstract java.lang.Object |
createInfo(rs.sol.soloist.server.uml.concepts.IElement el,
IElementPresentationProvider epp)
Deprecated. Not for public use. |
boolean |
getComplain()
Deprecated. Not for public use. |
GUIContext |
getContext()
Returns the owner context of this feature. |
java.lang.String |
getDescription()
Returns the description of this feature. |
java.lang.String |
getName()
Returns the name of this feature. |
boolean |
isElementSpecific()
Deprecated. Not for public use. |
void |
setComplain(boolean complain)
Deprecated. Not for public use. |
void |
setDescription(java.lang.String desc)
Sets new description for this feature. |
void |
setName(java.lang.String name)
Sets new name for this feature. |
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 |
---|
@Deprecated public IAttributeValue<Text> name
@Deprecated public IAttributeValue<Text> description
@Deprecated public IAttributeValue<Boolean> complain
public static final java.lang.String FQ_TYPE_NAME
public static final IClass CLASSIFIER
@Deprecated public IAssociationEndInstance<GUIItemSetting> ownerSetting
@Deprecated public IAssociationEndInstance<GUIContext> ownerContext
Constructor Detail |
---|
public GUISettingFeature()
Method Detail |
---|
public void constructor()
IClassifierInstance
constructor
in interface IClassifierInstance
constructor
in class rs.sol.soloist.server.builtindomains.common.ObjectOfClass
@Deprecated public boolean isElementSpecific()
@Deprecated public abstract java.lang.Object createInfo(rs.sol.soloist.server.uml.concepts.IElement el, IElementPresentationProvider epp)
public GUIContext getContext()
public java.lang.String getName()
public java.lang.String getDescription()
@Deprecated public boolean getComplain()
public void setName(java.lang.String name)
name
- the new namepublic void setDescription(java.lang.String desc)
desc
- the new description@Deprecated public void setComplain(boolean complain)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |