|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
rero.gui.background.BackgroundPanel
rero.gui.windows.StatusWindow
rero.gui.windows.ChannelWindow
public class ChannelWindow
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class rero.gui.windows.StatusWindow |
|---|
StatusWindow.ClientWindowStuff |
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected Capabilities |
capabilities
|
protected Channel |
channel
|
protected ChannelListData |
data
|
protected text.ListDisplay |
listbox
|
protected LinkedList |
listeners
|
protected MouseAdapter |
mouseListener
|
protected ListBoxOptions |
watcher
|
| Fields inherited from class rero.gui.windows.StatusWindow |
|---|
button, defaultForegroundColor, display, frame, icon, input, menuManager, query, STATUS_NAME, statusbar |
| Fields inherited from class rero.gui.background.BackgroundPanel |
|---|
bgProperties |
| 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.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 | |
|---|---|
ChannelWindow(Channel _channel)
|
|
| Method Summary | |
|---|---|
void |
addClickListener(text.event.ClickListener l)
|
void |
cleanup()
|
int |
compareWindowType()
|
void |
createChannel(Channel c)
|
void |
fireClickEvent(MouseEvent mev)
|
ImageIcon |
getImageIcon()
|
text.ListDisplay |
getListbox()
|
String |
getName()
|
String |
getQuery()
|
String |
getWindowType()
|
void |
init(ClientWindow _temp)
|
void |
installCapabilities(Capabilities c)
install these capabilities and propagate them to any children IRCAwareComponents |
protected void |
maybeShowPopupNicklist(MouseEvent ev,
String desc)
|
void |
touch()
|
void |
userAdded(User u)
|
void |
userChanged()
|
void |
userRemoved(User u)
|
| Methods inherited from class rero.gui.windows.StatusWindow |
|---|
compareTo, flag, getButton, getDisplay, getInput, getPopupMenu, getStatusBar, getTitle, getWindow, isLegalWindow, maybeShowPopup, setName, setQuery, setTitle, unflag |
| Methods inherited from class rero.gui.background.BackgroundPanel |
|---|
paint, propertyChanged |
| 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 |
|---|
protected Channel channel
protected text.ListDisplay listbox
protected ChannelListData data
protected Capabilities capabilities
protected MouseAdapter mouseListener
protected ListBoxOptions watcher
protected LinkedList listeners
| Constructor Detail |
|---|
public ChannelWindow(Channel _channel)
| Method Detail |
|---|
public text.ListDisplay getListbox()
public void cleanup()
cleanup in class StatusWindowpublic void init(ClientWindow _temp)
init in class StatusWindow
protected void maybeShowPopupNicklist(MouseEvent ev,
String desc)
public void createChannel(Channel c)
createChannel in interface ChannelDataWatchpublic void userAdded(User u)
userAdded in interface ChannelDataWatchpublic void userRemoved(User u)
userRemoved in interface ChannelDataWatchpublic void userChanged()
userChanged in interface ChannelDataWatchpublic void touch()
touch in class StatusWindowpublic void installCapabilities(Capabilities c)
IRCAwareComponent
installCapabilities in interface IRCAwareComponentinstallCapabilities in class StatusWindowpublic ImageIcon getImageIcon()
getImageIcon in class StatusWindowpublic String getQuery()
getQuery in class StatusWindowpublic String getName()
getName in class StatusWindowpublic String getWindowType()
getWindowType in class StatusWindowpublic void addClickListener(text.event.ClickListener l)
public void fireClickEvent(MouseEvent mev)
public int compareWindowType()
compareWindowType in class StatusWindow
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||