|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.joi.InspectionWindowController
public class InspectionWindowController
Controls one inspection window with one ore more inspectors inside.
| Field Summary | |
|---|---|
static int |
INSPECT_IN_CURRENT_PLACE
The action code that tells an inspector to open the inspection view in the current window or tab. |
static int |
INSPECT_IN_NEW_TAB
The action code that tells an inspector to open the inspection view in a new tab. |
static int |
INSPECT_IN_NEW_WINDOW
The action code that tells an inspector to open the inspection view in a new window. |
| Constructor Summary | |
|---|---|
InspectionWindowController()
Initialize the new instance. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Is called whenever a user action event occured. |
void |
windowActivated(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
void |
windowClosed(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
void |
windowClosing(java.awt.event.WindowEvent e)
Check if it's ok to close the window and if yes then do it. |
void |
windowDeactivated(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
void |
windowDeiconified(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
void |
windowIconified(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
void |
windowOpened(java.awt.event.WindowEvent e)
Noop implementation to be compliant to WindowListener interface. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INSPECT_IN_CURRENT_PLACE
public static final int INSPECT_IN_NEW_TAB
public static final int INSPECT_IN_NEW_WINDOW
| Constructor Detail |
|---|
public InspectionWindowController()
| Method Detail |
|---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenere - The action event holding further information on what happened.public void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerWindowListener.windowOpened(WindowEvent)public void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerWindowListener.windowClosed(WindowEvent)public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerWindowListener.windowClosing(WindowEvent)public void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerWindowListener.windowDeactivated(WindowEvent)public void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerWindowListener.windowDeiconified(WindowEvent)public void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerWindowListener.windowIconified(WindowEvent)public void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerWindowListener.windowActivated(WindowEvent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||