|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
protected class BasicInternalFrameUI.BasicInternalFrameListener
This is a helper class that listens to the JInternalFrame for InternalFrameEvents.
Constructor Summary | |
---|---|
protected |
BasicInternalFrameUI.BasicInternalFrameListener()
|
Method Summary | |
---|---|
void |
internalFrameActivated(InternalFrameEvent e)
This method is called when the JInternalFrame is activated. |
void |
internalFrameClosed(InternalFrameEvent e)
This method is called when the JInternalFrame is closed. |
void |
internalFrameClosing(InternalFrameEvent e)
This method is called when the JInternalFrame is closing. |
void |
internalFrameDeactivated(InternalFrameEvent e)
This method is called when the JInternalFrame is deactivated. |
void |
internalFrameDeiconified(InternalFrameEvent e)
This method is called when the JInternalFrame is deiconified. |
void |
internalFrameIconified(InternalFrameEvent e)
This method is called when the JInternalFrame is iconified. |
void |
internalFrameOpened(InternalFrameEvent e)
This method is called when the JInternalFrame is opened. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BasicInternalFrameUI.BasicInternalFrameListener()
Method Detail |
---|
public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified
in interface InternalFrameListener
e
- The InternalFrameEvent.public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened
in interface InternalFrameListener
e
- The InternalFrameEvent.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |