public interface MGenericTile<T extends MUIElement> extends MElementContainer<T>
This type defines the base type for 'tile' type containers. These containers are expected to only show all their visible children at the same time.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
boolean |
isHorizontal()
Returns the value of the 'Horizontal' attribute
|
void |
setHorizontal(boolean value)
Sets the value of the '
Horizontal ' attribute |
getChildren, getSelectedElement, setSelectedElement
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidget
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
updateLocalization
boolean isHorizontal()
This field determines which direction the tiling should take; 'true' for horizontal' tiling, 'false' for vertical.
setHorizontal(boolean)
void setHorizontal(boolean value)
Horizontal
' attribute.
value
- the new value of the 'Horizontal' attribute.isHorizontal()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.