public interface IlvDashboardPanelManager
IlvDashboardPanelManager
to control the size and
visibility for instances of IlvDashboardPanel
and its
subclasses.Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Returns the bounds of this component.
|
IlvDashboardPanel |
getPanel()
Returns the dashboard panel managed by this manager instance.
|
boolean |
isVisible()
Tests if the panel is visible.
|
void |
setBounds(int x,
int y,
int width,
int height)
Moves and resizes the panel.
|
void |
setVisible(boolean visible)
Sets panel visibility.
|
boolean isVisible()
true
if the panel is visible.setVisible(boolean)
void setVisible(boolean visible)
visible
- Set to true
for the panel to be shown.isVisible()
Rectangle getBounds()
void setBounds(int x, int y, int width, int height)
x
- The new panel x coordinate.y
- The new panel y coordinate.width
- The new panel width.height
- The new panel height.getBounds()
IlvDashboardPanel getPanel()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.