All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.PresenceToggle

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----ncsa.env.presentation.PresenceToggle

public class PresenceToggle
extends Canvas

Variable Index

 o HALF_PRESENCE
 o NO_PRESENCE
 o PRESENCE

Constructor Index

 o PresenceToggle(String, String, String)

Method Index

 o addActionListener(ActionListener)
 o paint(Graphics)
 o processMouseEvent(MouseEvent)
 o removeActionListener(ActionListener)
 o select(int)
 o setEnabled(boolean)

Variables

 o NO_PRESENCE
 public static final int NO_PRESENCE
 o HALF_PRESENCE
 public static final int HALF_PRESENCE
 o PRESENCE
 public static final int PRESENCE

Constructors

 o PresenceToggle
 public PresenceToggle(String presence,
                       String halfpresence,
                       String nopresence)

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Canvas
 o select
 public void select(int i)
 o setEnabled
 public void setEnabled(boolean b)
Overrides:
setEnabled in class Component
 o addActionListener
 public void addActionListener(ActionListener listener)
 o removeActionListener
 public void removeActionListener(ActionListener listener)
 o processMouseEvent
 public void processMouseEvent(MouseEvent e)
Overrides:
processMouseEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index