|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
protected class BasicInternalFrameUI.ComponentHandler
This helper class listens to the JDesktopPane that parents this JInternalFrame and listens for resize events and resizes the JInternalFrame appropriately.
Constructor Summary | |
---|---|
protected |
BasicInternalFrameUI.ComponentHandler()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicInternalFrameUI.ComponentHandler()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |