|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StyledListListener.
Method Summary | |
void |
channelEvent(StyledList list,
java.lang.String channel,
java.awt.event.MouseEvent e)
A mouse event has occured on a channel. |
void |
copyEvent(StyledList list,
java.lang.String text,
java.awt.event.MouseEvent e)
A copy event has occured on a channel. |
void |
nickEvent(StyledList list,
java.lang.String nick,
java.awt.event.MouseEvent e)
A nick event has occured on a channel. |
void |
URLEvent(StyledList list,
java.lang.String url,
java.awt.event.MouseEvent e)
An url event has occured on a channel. |
void |
virtualSizeChanged(StyledList list)
The logical width or height of the list has changed. |
Method Detail |
public void channelEvent(StyledList list, java.lang.String channel, java.awt.event.MouseEvent e)
list
- the source list.channel
- the channel name.e
- the mouse event associated with this event.public void URLEvent(StyledList list, java.lang.String url, java.awt.event.MouseEvent e)
list
- the source list.url
- the url name.e
- the mouse event associated with this event.public void nickEvent(StyledList list, java.lang.String nick, java.awt.event.MouseEvent e)
list
- the source list.nick
- the nick name.e
- the mouse event associated with this event.public void copyEvent(StyledList list, java.lang.String text, java.awt.event.MouseEvent e)
list
- the source list.text
- the copied text.e
- the mouse event associated with this event.public void virtualSizeChanged(StyledList list)
list
- the source list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |