public static interface IlvDockingBarArea.DockingBarInfo
Modifier and Type | Method and Description |
---|---|
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.
|
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.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.