public static interface MDIManager.MDIComponent
Modifier and Type | Method and Description |
---|---|
void |
dispose()
makes this container unselected, unvisible or closed
|
java.awt.Rectangle |
getBounds()
gets the bounds of the component wrapped by this DockablePanel
|
javax.swing.JPanel |
getInnerPane()
Returns the JPanel wrapped into this MDIComponent.
|
java.awt.Dimension |
getSize() |
boolean |
isVisible()
returns whether the panel is currently visible or not
|
void |
pack() |
void |
reshape(int x,
int y,
int w,
int h) |
void |
setDefaultCloseOperation(int i)
control the window-closing operation
|
void |
setLocation(int x,
int y) |
void |
setTitle(java.lang.String title)
set the title of this container
|
void |
setVisible(boolean v)
set the visible state of the component
|
void setVisible(boolean v)
boolean isVisible()
java.awt.Rectangle getBounds()
void dispose()
void setTitle(java.lang.String title)
void setDefaultCloseOperation(int i)
i
- see javax.swing.WindowConstantsvoid pack()
void setLocation(int x, int y)
java.awt.Dimension getSize()
void reshape(int x, int y, int w, int h)
javax.swing.JPanel getInnerPane()
Submit a bug : syd@jpicedt.org