|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--GUIListener
This class listens for and responds to changes in
the GUI.
| Field Summary | |
protected static int |
BYCAPTION
|
protected static int |
BYCATEGORY
|
protected static int |
BYCONTRIBUTOR
|
protected static int |
BYDATE
|
protected static int |
BYJPGNAME
|
protected static int |
BYPHOONER
|
protected java.util.Vector |
catLinksSubset
|
protected java.util.Vector |
catLinksSubsetCaptions
|
protected java.util.Vector |
hasPicsCatLinksSubset
|
protected java.util.Vector |
hasPicsCatLinksSubsetCaptions
|
protected java.util.Vector |
piclistVector
|
| Constructor Summary | |
GUIListener(GUI gui)
Creates a listener associated with the main GUI. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Implements ActionListener to respond to component events from class GUI. |
void |
componentHidden(java.awt.event.ComponentEvent e)
|
void |
componentMoved(java.awt.event.ComponentEvent e)
|
void |
componentResized(java.awt.event.ComponentEvent e)
Implements ComponentListener. |
void |
componentShown(java.awt.event.ComponentEvent e)
|
void |
inputChanged(java.util.EventObject e)
Implements InputListener. |
void |
itemIn(java.util.EventObject e)
Implements InOutListener. |
void |
itemOut(java.util.EventObject e)
Implements InOutListener. |
static void |
main(java.lang.String[] args)
|
protected void |
setPicListEntries(int method)
Gets a list of picLink filenames (returned in Vector) and maps them to PicLinks for use in valueChanged(ListSelectionEvent). |
void |
toHtml()
Generates HTML for all items that have flagged as changed. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Implements ListSelectionListener. |
void |
windowActivated(java.awt.event.WindowEvent e)
|
void |
windowClosed(java.awt.event.WindowEvent e)
|
void |
windowClosing(java.awt.event.WindowEvent e)
Implements WindowListener to wrap things up before exiting (writing data to file and generating HTML for any pages that need it). |
void |
windowDeactivated(java.awt.event.WindowEvent e)
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
|
void |
windowIconified(java.awt.event.WindowEvent e)
|
void |
windowOpened(java.awt.event.WindowEvent e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final int BYJPGNAME
protected static final int BYDATE
protected static final int BYCAPTION
protected static final int BYPHOONER
protected static final int BYCONTRIBUTOR
protected static final int BYCATEGORY
protected java.util.Vector piclistVector
protected java.util.Vector hasPicsCatLinksSubset
protected java.util.Vector hasPicsCatLinksSubsetCaptions
protected java.util.Vector catLinksSubset
protected java.util.Vector catLinksSubsetCaptions
| Constructor Detail |
public GUIListener(GUI gui)
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerprotected void setPicListEntries(int method)
valueChanged(ListSelectionEvent).public void toHtml()
public void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenerpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenerpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenerpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenerpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenerpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenerpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenerpublic void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerpublic void itemIn(java.util.EventObject e)
itemIn in interface InOutMoveListenerpublic void itemOut(java.util.EventObject e)
itemOut in interface InOutMoveListenerpublic void componentResized(java.awt.event.ComponentEvent e)
componentResized in interface java.awt.event.ComponentListenerpublic void componentHidden(java.awt.event.ComponentEvent e)
componentHidden in interface java.awt.event.ComponentListenerpublic void componentMoved(java.awt.event.ComponentEvent e)
componentMoved in interface java.awt.event.ComponentListenerpublic void componentShown(java.awt.event.ComponentEvent e)
componentShown in interface java.awt.event.ComponentListenerpublic void inputChanged(java.util.EventObject e)
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||