javax.swing.plaf.basic
protected class BasicInternalFrameUI.ComponentHandler extends Object implements ComponentListener
Method Summary | |
---|---|
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.
|
Parameters: e The ComponentEvent fired.
Parameters: e The ComponentEvent fired.
Parameters: e The ComponentEvent fired.
Parameters: e The ComponentEvent fired.