T - the GUI-toolkit specific base type of status bar elementspublic interface StatusBarElementContainer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addCenterStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
Adds a status bar element to the center of the container.
|
void |
addLeftStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
Adds a status bar element to the left side of the container.
|
void |
addRightStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
Adds a status bar element to the right side of the container.
|
boolean |
isLeftToRight()
Indicates if the container is oriented left-to-right.
|
boolean |
isMirroringEnabled()
Indicates if mirroring is enabled in case of right-to-left orientation.
|
void addLeftStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
statusBarElement - the status bar element to addvoid addCenterStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
statusBarElement - the status bar element to addvoid addRightStatusBarElement(PositionableAdapter<? extends T> statusBarElement)
statusBarElement - the status bar element to addboolean isLeftToRight()
boolean isMirroringEnabled()
Copyright © 2017–2019 Drombler. All rights reserved.