|
|||||||||
| Home >> All >> xnap >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
xnap.gui
Class HotlistPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
xnap.gui.AbstractPanel
xnap.gui.HotlistPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, xnap.gui.action.ActionSupport, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListSelectionListener, java.awt.MenuContainer, java.io.Serializable, xnap.util.event.StatusListener, xnap.gui.event.UserSupport
- public class HotlistPanel
- extends AbstractPanel
- implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener, xnap.gui.event.UserSupport
- extends AbstractPanel
| Nested Class Summary | |
private class |
HotlistPanel.ApplyAction
Handles the apply button. |
private class |
HotlistPanel.RemoveAction
|
private class |
HotlistPanel.UpdateAction
Updates user table. |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private HotlistPanel.RemoveAction |
acRemove
|
private xnap.gui.table.HotlistTableModel |
htm
|
private javax.swing.JComboBox |
jcbFilter
|
private javax.swing.JPanel |
jpUserEditor
|
private javax.swing.JSplitPane |
jsp
|
private javax.swing.JScrollPane |
jspRight
|
private javax.swing.JTable |
jtaHotlist
|
private UserEditorPanel |
uep
|
| Fields inherited from class xnap.gui.AbstractPanel |
prefs |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
HotlistPanel()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent event)
Called when a filter is selected. |
javax.swing.AbstractAction[] |
getActions()
Sub classes should reimplement this. |
java.lang.Object[] |
getFilters()
|
xnap.net.IUser[] |
getUsers()
|
private void |
initialize()
|
void |
reload()
|
void |
savePrefs()
|
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
Receives notification of a javax.swing.event.ListSelectionEvent. |
| Methods inherited from class xnap.gui.AbstractPanel |
setStatus, setStatusListener |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
jtaHotlist
private javax.swing.JTable jtaHotlist
htm
private xnap.gui.table.HotlistTableModel htm
jsp
private javax.swing.JSplitPane jsp
jcbFilter
private javax.swing.JComboBox jcbFilter
jspRight
private javax.swing.JScrollPane jspRight
jpUserEditor
private javax.swing.JPanel jpUserEditor
uep
private UserEditorPanel uep
acRemove
private HotlistPanel.RemoveAction acRemove
| Constructor Detail |
HotlistPanel
public HotlistPanel()
| Method Detail |
initialize
private void initialize()
savePrefs
public void savePrefs()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Called when a filter is selected.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
getActions
public javax.swing.AbstractAction[] getActions()
- Description copied from class:
AbstractPanel - Sub classes should reimplement this.
- Specified by:
getActionsin interfacexnap.gui.action.ActionSupport- Overrides:
getActionsin classAbstractPanel
getFilters
public java.lang.Object[] getFilters()
getUsers
public xnap.net.IUser[] getUsers()
- Specified by:
getUsersin interfacexnap.gui.event.UserSupport
reload
public void reload()
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Description copied from interface:
javax.swing.event.ListSelectionListener - Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener
|
|||||||||
| Home >> All >> xnap >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC