rs.sol.soloist.server.guiconfiguration.style
Class GUIDefaultNavigatorFeature

java.lang.Object
  extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassifierInstance
      extended by rs.sol.soloist.server.uml.commonimplementation.runtime._ClassInstance
          extended by rs.sol.soloist.server.javaimpl.runtime.SOLoistClassInstance
              extended by rs.sol.soloist.server.builtindomains.common.ObjectOfClass
                  extended by rs.sol.soloist.server.guiconfiguration.style.GUISettingFeature
                      extended by rs.sol.soloist.server.guiconfiguration.style.GUINavigatorFeature
                          extended by rs.sol.soloist.server.guiconfiguration.style.GUIDefaultNavigatorFeature
All Implemented Interfaces:
rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement

public class GUIDefaultNavigatorFeature
extends GUINavigatorFeature

A GUISettingFeature that provides a default way for navigating over the object space, that is, for specifying the elements that are rendered as subnodes of a GUI item in tree views.

Author:
SOL Expert Group
See Also:
GUIContext, GUIItemSetting

Nested Class Summary
static class GUIDefaultNavigatorFeature.FQPropertyNames
          Deprecated. Not for public use.
static class GUIDefaultNavigatorFeature.PROPERTIES
          Deprecated. Not for public use.
 
Field Summary
static IClass CLASSIFIER
          UML class reference
static java.lang.String FQ_TYPE_NAME
          Fully qualified UML class name
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.style.GUINavigatorFeature
next, previous, returnsSlots, SEPARATOR, slot
 
Fields inherited from class rs.sol.soloist.server.guiconfiguration.style.GUISettingFeature
complain, description, name, ownerContext, ownerSetting
 
Constructor Summary
GUIDefaultNavigatorFeature()
           
 
Method Summary
 void constructor()
          The domain-specific constructor of the Classifier.
 rs.sol.soloist.client.common.info.element.SubnodesInfo createInfo(rs.sol.soloist.server.uml.concepts.IElement el, IElementPresentationProvider epp)
          Deprecated. Not for public use.
static GUIDefaultNavigatorFeature createSubnodes(GUIContext context)
          Returns new GUIDefaultNavigatorFeature and assigns it to the specified context.
static GUIDefaultNavigatorFeature createSubnodes(GUIItemSetting setting)
          Returns new GUIDefaultNavigatorFeature and assigns it to the specified setting.
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.style.GUINavigatorFeature
addToChain, createSubnodes, createSubnodes, createSubnodes, createSubnodes, getElements, getEncodedSlots, getReturnsSlots, getSlot, setReturnsSlots, setSlot
 
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

FQ_TYPE_NAME

public static final java.lang.String FQ_TYPE_NAME
Fully qualified UML class name

See Also:
Constant Field Values

CLASSIFIER

public static final IClass CLASSIFIER
UML class reference

Constructor Detail

GUIDefaultNavigatorFeature

public GUIDefaultNavigatorFeature()
Method Detail

constructor

public void constructor()
Description copied from interface: IClassifierInstance
The domain-specific constructor of the Classifier.

Specified by:
constructor in interface IClassifierInstance
Overrides:
constructor in class GUINavigatorFeature

createInfo

@Deprecated
public rs.sol.soloist.client.common.info.element.SubnodesInfo createInfo(rs.sol.soloist.server.uml.concepts.IElement el,
                                                                                    IElementPresentationProvider epp)
Deprecated. Not for public use.

Overrides:
createInfo in class GUINavigatorFeature

createSubnodes

public static GUIDefaultNavigatorFeature createSubnodes(GUIContext context)
Returns new GUIDefaultNavigatorFeature and assigns it to the specified context.

Parameters:
context - the context to which new feature should be assigned to
Returns:
new GUIDefaultNavigatorFeature

createSubnodes

public static GUIDefaultNavigatorFeature createSubnodes(GUIItemSetting setting)
Returns new GUIDefaultNavigatorFeature and assigns it to the specified setting.

Parameters:
setting - the setting to which new feature should be assigned to
Returns:
new GUIDefaultNavigatorFeature