protected class BasicInternalFrameUI.ComponentHandler extends Object implements ComponentListener
Modifier | Constructor and Description |
---|---|
protected |
BasicInternalFrameUI.ComponentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
componentHidden(ComponentEvent e)
This method is called when the JDesktopPane is hidden.
|
void |
componentMoved(ComponentEvent e)
This method is called when the JDesktopPane is moved.
|
void |
componentResized(ComponentEvent e)
This method is called when the JDesktopPane is resized.
|
void |
componentShown(ComponentEvent e)
This method is called when the JDesktopPane is shown.
|
protected BasicInternalFrameUI.ComponentHandler()
public void componentHidden(ComponentEvent e)
componentHidden
in interface ComponentListener
e
- The ComponentEvent fired.public void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
e
- The ComponentEvent fired.public void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
e
- The ComponentEvent fired.public void componentShown(ComponentEvent e)
componentShown
in interface ComponentListener
e
- The ComponentEvent fired.