|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jsystems.framework.common.action.AbstractAction
de.jsystems.framework.common.action.swing.InternalFrameAction
Actionimplementierung fuer InternalFrameEvent.
Constructor Summary | |
InternalFrameAction()
|
Method Summary | |
void |
doInternalFrameActivated(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameClosed(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameClosing(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameDeactivated(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameDeiconified(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameIconified(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
doInternalFrameOpened(InternalFrameEvent ife)
Abgeleitete Klassen müssen diese Methode ueberschreiben. |
void |
internalFrameActivated(InternalFrameEvent ife)
|
void |
internalFrameClosed(InternalFrameEvent ife)
|
void |
internalFrameClosing(InternalFrameEvent ife)
|
void |
internalFrameDeactivated(InternalFrameEvent ife)
|
void |
internalFrameDeiconified(InternalFrameEvent ife)
|
void |
internalFrameIconified(InternalFrameEvent ife)
|
void |
internalFrameOpened(InternalFrameEvent ife)
|
Methods inherited from class de.jsystems.framework.common.action.AbstractAction |
addControl, disable, enable, exceptionInAction, getController, getControls, getException, getView, hasException, initialize, isEnabled, removeAll, removeControl, setException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InternalFrameAction()
Method Detail |
public void internalFrameOpened(InternalFrameEvent ife)
internalFrameOpened
in interface InternalFrameListener
public void doInternalFrameOpened(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameClosing(InternalFrameEvent ife)
internalFrameClosing
in interface InternalFrameListener
public void doInternalFrameClosing(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameClosed(InternalFrameEvent ife)
internalFrameClosed
in interface InternalFrameListener
public void doInternalFrameClosed(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameIconified(InternalFrameEvent ife)
internalFrameIconified
in interface InternalFrameListener
public void doInternalFrameIconified(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameDeiconified(InternalFrameEvent ife)
internalFrameDeiconified
in interface InternalFrameListener
public void doInternalFrameDeiconified(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameActivated(InternalFrameEvent ife)
internalFrameActivated
in interface InternalFrameListener
public void doInternalFrameActivated(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.public void internalFrameDeactivated(InternalFrameEvent ife)
internalFrameDeactivated
in interface InternalFrameListener
public void doInternalFrameDeactivated(InternalFrameEvent ife) throws Exception
ife
- Das Eventobjekt mit dem ausgeloesten Event.
Exception
- wenn beim ausfuehren der Methode ein Fehler auftritt.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |