public class ElementLayout extends ElementUI
autoEnable, autoHide, EVENT_ELEMENT_ACTIVATE, EVENT_ELEMENT_INACTIVATE, log| Constructor and Description |
|---|
ElementLayout() |
ElementLayout(String layoutName,
boolean shared) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInitialize(boolean deserializing)
If this is a linked layout, must deserialize from it.
|
void |
beforeInitialize(boolean deserializing)
Subclasses may override this to implement any additional operations that are necessary before
this element is initialized (i.e., before property values and parent element are set).
|
String |
getDisplayName()
Returns the display name of this element.
|
Layout |
getLayout() |
String |
getLayoutName() |
boolean |
getLinked()
Returns the linked state.
|
Iterable<ElementBase> |
getSerializableChildren()
A linked layout has no serializable children.
|
boolean |
getShared() |
void |
setDefinition(PluginDefinition definition)
Sets the plugin definition for this element.
|
void |
setLayoutName(String layoutName) |
void |
setLinked(boolean linked)
Sets the linked state.
|
void |
setShared(boolean shared) |
activate, activateChildren, addTrigger, afterAddChild, afterMoveChild, afterParentChanged, afterRemoveChild, applyColor, applyColor, applyHint, applyHint, associateComponent, beforeParentChanged, bind, bringToFront, createFromTemplate, createFromTemplate, createFromTemplate, destroy, fullSize, getAssociatedElement, getColor, getDesignContextMenu, getFirstVisibleChild, getHint, getInnerComponent, getLastVisibleChild, getMaskMode, getMaskTarget, getNextSibling, getOuterComponent, getParent, getRoot, getTemplateUrl, getTriggers, hasVisibleElements, isActivated, isVisible, rebindChildren, removeTrigger, setColor, setDesignContextMenu, setDesignContextMenu, setDesignMode, setHint, setInnerComponent, setMaskMode, setOuterComponent, setVisible, unbind, updateState, updateVisibility, updateVisibilityabout, addChild, addChild, beforeAddChild, beforeRemoveChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptChild, canAcceptParent, canAcceptParent, canAcceptParent, canAcceptParent, editProperties, findChildElement, getAncestor, getChild, getChild, getChildCount, getChildCount, getChildren, getChildren, getDefinition, getEventManager, getFirstChild, getIndex, getInstanceName, getLastChild, getPropEditClass, getRejectReason, hasAncestor, hasChild, indexOfChild, isContainer, isDesignMode, isEnabled, isLocked, listenToChild, listenToParent, moveChild, moveChild, notifyChildren, notifyParent, registerAllowedChildClass, registerAllowedParentClass, remove, removeChild, removeChildren, setDefinition, setEnabled, setIndex, setLocked, setParent, setRejectReason, updateParentStatepublic ElementLayout()
public ElementLayout(String layoutName, boolean shared)
public void setDefinition(PluginDefinition definition)
ElementBasesetDefinition in class ElementBasedefinition - The plugin definition.public String getDisplayName()
ElementBasegetDisplayName in class ElementBasepublic String getLayoutName()
public void setLayoutName(String layoutName)
public boolean getShared()
public void setShared(boolean shared)
public void beforeInitialize(boolean deserializing)
throws Exception
ElementBasebeforeInitialize in class ElementBasedeserializing - If true, initialization is occurring as a result of deserialization.Exception - Unspecified exception.public void afterInitialize(boolean deserializing)
throws Exception
afterInitialize in class ElementBasedeserializing - If true, initialization is occurring as a result of deserialization.Exception - Unspecified exception.public Iterable<ElementBase> getSerializableChildren()
getSerializableChildren in class ElementBasepublic boolean getLinked()
public void setLinked(boolean linked)
linked - The linked state.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.