|
||||||||||
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
Nested Class Summary |
Nested classes inherited from class rero.gui.windows.StatusWindow |
StatusWindow.ClientWindowStuff |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, 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()
|
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 |
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 StatusWindow
public void init(ClientWindow _temp)
init
in class StatusWindow
protected void maybeShowPopupNicklist(MouseEvent ev, String desc)
public void createChannel(Channel c)
createChannel
in interface ChannelDataWatch
public void userAdded(User u)
userAdded
in interface ChannelDataWatch
public void userRemoved(User u)
userRemoved
in interface ChannelDataWatch
public void userChanged()
userChanged
in interface ChannelDataWatch
public void touch()
touch
in class StatusWindow
public void installCapabilities(Capabilities c)
IRCAwareComponent
installCapabilities
in interface IRCAwareComponent
installCapabilities
in class StatusWindow
public ImageIcon getImageIcon()
getImageIcon
in class StatusWindow
public String getQuery()
getQuery
in class StatusWindow
public String getName()
getName
in class StatusWindow
public String getWindowType()
getWindowType
in class StatusWindow
public void addClickListener(text.event.ClickListener l)
public void fireClickEvent(MouseEvent mev)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |