|
|||||||||
| Home >> All >> org >> relayirc >> [ swingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.relayirc.swingui
Class ChannelSearchPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.relayirc.swingui.ChannelSearchPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, org.relayirc.chatengine.ChannelSearchListener, java.awt.image.ImageObserver, org.relayirc.swingutil.MDIClientPanel, java.awt.MenuContainer, java.io.Serializable
- public class ChannelSearchPanel
- extends javax.swing.JPanel
- implements org.relayirc.swingutil.MDIClientPanel, org.relayirc.chatengine.ChannelSearchListener
- extends javax.swing.JPanel
A panel containing fields for specifying a channel search, a search button to start the search and a table in which to display the search results.
| Nested Class Summary |
| 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 java.lang.String |
_dockState
|
private javax.swing.JProgressBar |
_progress
|
private int |
_progressValue
|
private org.relayirc.chatengine.ChannelSearch |
_search
|
private javax.swing.JLabel |
_status
|
private ChannelTable |
_table
|
| 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 | |
ChannelSearchPanel(org.relayirc.chatengine.ChannelSearch search)
Construct a search panel for a specified channel search object. |
|
| Method Summary | |
org.relayirc.chatengine.ChannelSearch |
getChannelSearch()
Returns panel's search object. |
java.lang.String |
getDockState()
Get dock-state of this panel. |
javax.swing.JPanel |
getPanel()
Get panel for this MDI client. |
void |
searchEnded()
Called when the search is complete. |
void |
searchFound(org.relayirc.chatengine.Channel chan)
Called with a channel has been found by the search. |
void |
searchStarted(int channels)
Called when the search is started. |
void |
setDockState(java.lang.String dockState)
Set dock-state of this panel. |
| 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 |
_search
private org.relayirc.chatengine.ChannelSearch _search
_dockState
private java.lang.String _dockState
_table
private ChannelTable _table
_status
private javax.swing.JLabel _status
_progress
private javax.swing.JProgressBar _progress
_progressValue
private int _progressValue
| Constructor Detail |
ChannelSearchPanel
public ChannelSearchPanel(org.relayirc.chatengine.ChannelSearch search)
- Construct a search panel for a specified channel search object.
| Method Detail |
getChannelSearch
public org.relayirc.chatengine.ChannelSearch getChannelSearch()
- Returns panel's search object.
getDockState
public java.lang.String getDockState()
- Get dock-state of this panel. @see org.relayirc.swingutil.MDIClientPanel
- Specified by:
getDockStatein interfaceorg.relayirc.swingutil.MDIClientPanel
setDockState
public void setDockState(java.lang.String dockState)
- Set dock-state of this panel. @see org.relayirc.swingutil.MDIClientPanel
- Specified by:
setDockStatein interfaceorg.relayirc.swingutil.MDIClientPanel
getPanel
public javax.swing.JPanel getPanel()
- Get panel for this MDI client. @see org.relayirc.swingutil.MDIClientPanel
- Specified by:
getPanelin interfaceorg.relayirc.swingutil.MDIClientPanel
searchStarted
public void searchStarted(int channels)
- Called when the search is started.
- Specified by:
searchStartedin interfaceorg.relayirc.chatengine.ChannelSearchListener
searchFound
public void searchFound(org.relayirc.chatengine.Channel chan)
- Called with a channel has been found by the search.
- Specified by:
searchFoundin interfaceorg.relayirc.chatengine.ChannelSearchListener
searchEnded
public void searchEnded()
- Called when the search is complete.
- Specified by:
searchEndedin interfaceorg.relayirc.chatengine.ChannelSearchListener
|
|||||||||
| Home >> All >> org >> relayirc >> [ swingui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC