protected class BasicInternalFrameUI.BasicInternalFrameListener extends Object implements InternalFrameListener
| Modifier | Constructor and Description |
|---|---|
protected |
BasicInternalFrameUI.BasicInternalFrameListener() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected BasicInternalFrameUI.BasicInternalFrameListener()
public void internalFrameActivated(InternalFrameEvent e)
internalFrameActivated in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameClosed(InternalFrameEvent e)
internalFrameClosed in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameClosing(InternalFrameEvent e)
internalFrameClosing in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameDeactivated(InternalFrameEvent e)
internalFrameDeactivated in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameDeiconified(InternalFrameEvent e)
internalFrameDeiconified in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameIconified(InternalFrameEvent e)
internalFrameIconified in interface InternalFrameListenere - The InternalFrameEvent.public void internalFrameOpened(InternalFrameEvent e)
internalFrameOpened in interface InternalFrameListenere - The InternalFrameEvent.