|
||||||||||
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.layout.Layout rs.sol.soloist.server.guiconfiguration.layout.LayerLayout
public class LayerLayout
An object meant to be assigned to a panel to give it layered spatial
arrangement for its children. In that case, a children shoud have
a LayerLayoutData
object assigned for additional child-specific layout adjustments.
Layer layouts should be used in the following way:
GUIPanelComponent layer = GUIPanelComponent.create(parent, new LayerLayout());
Or shortly:
GUIPanelComponent layer = GUIPanelComponent.createLayer(parent);
Layout
Nested Class Summary | |
---|---|
static class |
LayerLayout.FQPropertyNames
Deprecated. Not for public use. |
static class |
LayerLayout.LayerLayoutHelper
Deprecated. Not for public use. |
static class |
LayerLayout.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 |
Constructor Summary | |
---|---|
LayerLayout()
|
Method Summary | |
---|---|
void |
constructor()
The domain-specific constructor of the Classifier. |
rs.sol.soloist.client.common.info.layout.LayoutInfo |
createSpecificInfo()
Creates and returns an empty serializable object of the appropriate LayoutInfo sub-class. |
IClass |
getLayoutDataClass()
Deprecated. Not for public use. |
Methods inherited from class rs.sol.soloist.server.guiconfiguration.layout.Layout |
---|
createInfo, createLayoutData, fillInfo, validate, validate, validate |
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
Constructor Detail |
---|
public LayerLayout()
Method Detail |
---|
public void constructor()
IClassifierInstance
constructor
in interface IClassifierInstance
constructor
in class Layout
@Deprecated public IClass getLayoutDataClass()
Layout
getLayoutDataClass
in class Layout
public rs.sol.soloist.client.common.info.layout.LayoutInfo createSpecificInfo()
Layout
LayoutInfo
sub-class. The returned object must be able to
transmit every property of objects of this class from server to
clients (browsers).
createSpecificInfo
in class Layout
LayoutInfo
sub-class instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |