rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
Class GUINonVisualComponent

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.construction.GUIComponent
                      extended by rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.GUINonVisualComponent
All Implemented Interfaces:
IElementPresentationProvider, IUpdatable, rs.sol.soloist.server.uml.concepts.IElement, IClassifierInstance, IClassInstance, IRTElement
Direct Known Subclasses:
GUIBufferComponent, GUICollectionFilter, GUIFilterComponent, GUIGetElementAt, GUIIndexOfElement, GUILogicGateComponent, GUIRelayComponent, GUIServiceAccessPointComponent, GUISlotListenerComponent, GUITransformerComponent

public abstract class GUINonVisualComponent
extends GUIComponent

An abstract base class for all invisible widgets. It should be noted that these widgets must have their parent widget set, either during construction (via contructor) or by adding them to their parent widget using add(GUIComponent) method.

There are several groups of invisible widgets: logic widgets, filter widgets, transformers, service access point widgets, and other.

Author:
SOL Expert Group
See Also:
GUILogicGateComponent, GUIFilterComponent, GUIServiceAccessPointComponent, GUITransformerComponent

Nested Class Summary
static class GUINonVisualComponent.FQPropertyNames
          Deprecated. Not for public use.
static class GUINonVisualComponent.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.construction.GUIComponent
addStyle, context, description, enabled, init, inputBindings, layoutData, logger, name, outputBindings, ownerTable, parent, removeStyle, show, showInParent, styleName, tooltip, visible
 
Constructor Summary
GUINonVisualComponent()
           
 
Method Summary
 void constructor()
          The domain-specific constructor of the Classifier.
 void setCellAlignment(HorizontalAlignment ha, VerticalAlignment va)
          Sets the horizontal and vertical alignment of this widget's container cell.
 void setCellSize(java.lang.String width, java.lang.String height)
          Sets the size of this widget's container cell.
 void setCellStyle(java.lang.String style)
          Sets the CSS style this widget's container cell.
 void setCenter()
          Places this widget in a central position in a dock layout.
 void setDirectionAndSize(DockLayoutDirection direction, double size)
          Sets this widget position and size in a dock layout.
 void setLeftRightWidth(java.lang.String left, java.lang.String right, java.lang.String width)
          Sets this widget's horizontal constraints and width in a layer layout.
 void setRowColumn(int row, int column)
          Sets the row and column indices for this widget.
 void setRowColumn(int row, int column, int rowSpan, int colSpan)
          Sets the row and column indices for this widget.
 void setSize(java.lang.String width, java.lang.String height)
          Sets the size of this widget.
 void setTopBottomHeight(java.lang.String top, java.lang.String bottom, java.lang.String height)
          Sets this widget's vertical constraints and height in a layer layout.
 void setXY(int x, int y)
          Sets the x and y coordinates of this widget.
 
Methods inherited from class rs.sol.soloist.server.guiconfiguration.construction.GUIComponent
addStyleNames, addValueToSlot, clearSlot, clone, createInfo, createInfoAlreadyValidated, destructor, fillElementInfo, getApplication, getCommands, getCommands, getCommonOwner, getContext, getDescription, getDescrString, getDragIcon, getEnabled, getFeature, getFeature, getInputBindings, getInputPin, getInputPins, getLabelString, getLargeIcon, getLayoutData, getName, getNameString, getOutputPin, getOutputPins, getOwner, getParts, getSetting, getSmallIcon, getStyle, getSubnodes, getTooltip, getTooltipString, getTypeString, getVisible, handle, ipAddStyle, ipEnabled, ipInit, ipRemoveStyle, ipShow, ipShowInParent, ipVisible, isInputPin, isOutputPin, putFeatureInfo, readElement, readElements, readSlot, readSlotAsInfo, readSubnodes, removeValueFromSlot, setContext, setDescription, setEnabled, setLayoutData, setName, setSlot, setSlot, setStyle, setTooltip, setVisible, toTranslateDescriptors, translatePinName, updateInfo, validate, validateParts, validateParts
 
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, 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, 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

GUINonVisualComponent

public GUINonVisualComponent()
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 GUIComponent

setSize

public void setSize(java.lang.String width,
                    java.lang.String height)
Description copied from class: GUIComponent
Sets the size of this widget. It is applicable for each widget and each type of the layout its parent prescribes.

Overrides:
setSize in class GUIComponent
Parameters:
width - the object's new width, in CSS units ("10px", "1em")
height - the object's new height, in CSS units ("10px", "1em")

setCellSize

public void setCellSize(java.lang.String width,
                        java.lang.String height)
Description copied from class: GUIComponent
Sets the size of this widget's container cell. It is applicable only on those widgets that are placed into horizontal, vertical, or tabular layouts, that is, that have CellLayoutData or its sub-class object assigned to.

Overrides:
setCellSize in class GUIComponent
Parameters:
width - the cell's new width, in CSS units ("10px", "1em")
height - the cell's new height, in CSS units ("10px", "1em")
See Also:
GUIComponent.setSize(String, String)

setCellStyle

public void setCellStyle(java.lang.String style)
Description copied from class: GUIComponent
Sets the CSS style this widget's container cell. It is applicable only on those widgets that are placed into horizontal, vertical, or tabular layouts, that is, that have CellLayoutData or its sub-class object assigned to.

Overrides:
setCellStyle in class GUIComponent
Parameters:
style - the cell's new CSS style

setCellAlignment

public void setCellAlignment(HorizontalAlignment ha,
                             VerticalAlignment va)
Description copied from class: GUIComponent
Sets the horizontal and vertical alignment of this widget's container cell. It is applicable only on those widgets that are placed into horizontal, vertical, or tabular layouts, that is, that have CellLayoutData or its sub-class object assigned to.

Overrides:
setCellAlignment in class GUIComponent
Parameters:
ha - the new HorizontalAlignment of this widget's cell. Null is accepted with no harm.
va - the new VerticalAlignment of this widget's cell. Null is accepted with no harm.

setRowColumn

public void setRowColumn(int row,
                         int column)
Description copied from class: GUIComponent
Sets the row and column indices for this widget. It is applicable only if this widget is placed into a tabular layout.

Overrides:
setRowColumn in class GUIComponent
Parameters:
row - the new row index of this widget in a table
column - the new column index of this widget in a table
See Also:
TableLayout

setRowColumn

public void setRowColumn(int row,
                         int column,
                         int rowSpan,
                         int colSpan)
Description copied from class: GUIComponent
Sets the row and column indices for this widget. It is applicable only if this widget is placed into a tabular layout.

Overrides:
setRowColumn in class GUIComponent
Parameters:
row - the new row index of this widget in a table
column - the new column index of this widget in a table
rowSpan - the new row span of this widget in a table
colSpan - the new col span of this widget in a table
See Also:
TableLayout

setXY

public void setXY(int x,
                  int y)
Description copied from class: GUIComponent
Sets the x and y coordinates of this widget. It is applicable only if this widget is placed into an absolute (xy) layout.

Overrides:
setXY in class GUIComponent
Parameters:
x - the x coordinate of this widget in an absolute panel
y - the y coordinate of this widget in an absolute panel
See Also:
XYLayout

setCenter

public void setCenter()
Description copied from class: GUIComponent
Places this widget in a central position in a dock layout.

Overrides:
setCenter in class GUIComponent
See Also:
DockLayout

setDirectionAndSize

public void setDirectionAndSize(DockLayoutDirection direction,
                                double size)
Description copied from class: GUIComponent
Sets this widget position and size in a dock layout.

Overrides:
setDirectionAndSize in class GUIComponent
Parameters:
direction - the position (direction) of this widget in a dock layout
size - the size of this widget in a dock layout
See Also:
DockLayout

setLeftRightWidth

public void setLeftRightWidth(java.lang.String left,
                              java.lang.String right,
                              java.lang.String width)
Description copied from class: GUIComponent
Sets this widget's horizontal constraints and width in a layer layout.

Overrides:
setLeftRightWidth in class GUIComponent
Parameters:
left - the left horizontal constraint of this widget in a layer layout
right - the right horizontal constraint of this widget in a layer layout
width - the width of this widget in a layer layout
See Also:
LayerLayout

setTopBottomHeight

public void setTopBottomHeight(java.lang.String top,
                               java.lang.String bottom,
                               java.lang.String height)
Description copied from class: GUIComponent
Sets this widget's vertical constraints and height in a layer layout.

Overrides:
setTopBottomHeight in class GUIComponent
Parameters:
top - the top vetical constraint of this widget in a layer layout
bottom - the bottom vertical constraint of this widget in a layer layout
height - the height of this widget in a layer layout
See Also:
LayerLayout