|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IlvDockingBarArea.DockingBarInfo
Provides docking information for a bar managed by a docking bar area.
| Method Summary | |
|---|---|
int |
getDockingSide()
Returns the side of the docking bar area panel in which the bar is placed when the bar is docked. |
Point |
getFloatingLocation()
Returns the location of the floating window containing the bar when it is undocked. |
String |
getName()
Returns the name of the bar that this object provides information for. |
boolean |
isDocked()
Determines whether the bar is docked. |
boolean |
isUndocked()
Determines whether the bar is undocked. |
boolean |
isVisible()
Determines whether the bar is visible. |
| Method Detail |
|---|
String getName()
boolean isVisible()
true if the bar is visible; false
otherwise.boolean isDocked()
true if the bar is docked; false
otherwise.boolean isUndocked()
true if the bar is undocked; false
otherwise.int getDockingSide()
Point getFloatingLocation()
null if
the bar has never been undocked and if no undocking position were
specified for the bar in the settings of the docking bar area.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||