All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pl.net.linux.krzak.kchat.applet.kChatChannel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----pl.net.linux.krzak.kchat.applet.kChatChannel

public class kChatChannel
extends Component
implements MouseListener

Variable Index

 o fm
 o sbar

Constructor Index

 o kChatChannel(int, int, kChatApplet)
 o kChatChannel(kChatApplet)

Method Index

 o appendText(String, String)
 o colorToString(Color)
 o getPreferredSize()
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o moveStart(int)
 o paint(Graphics)
 o setBackgroundImage(Image)
 o setScroller(Scrollbar)
 o stringToColor(String)
 o update(Graphics)

Variables

 o fm
 public FontMetrics fm
 o sbar
 public Scrollbar sbar

Constructors

 o kChatChannel
 public kChatChannel(kChatApplet a)
 o kChatChannel
 public kChatChannel(int x,
                     int y,
                     kChatApplet a)

Methods

 o setBackgroundImage
 public void setBackgroundImage(Image im)
 o setScroller
 public void setScroller(Scrollbar sb)
 o moveStart
 public void moveStart(int pos)
 o appendText
 public void appendText(String text,
                        String color)
 o update
 public void update(Graphics g)
Overrides:
update in class Component
 o stringToColor
 public Color stringToColor(String color)
 o colorToString
 public String colorToString(Color color)
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component
 o mouseEntered
 public void mouseEntered(MouseEvent event)
 o mouseExited
 public void mouseExited(MouseEvent event)
 o mousePressed
 public void mousePressed(MouseEvent event)
 o mouseReleased
 public void mouseReleased(MouseEvent event)
 o mouseClicked
 public void mouseClicked(MouseEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index