All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.UiParticipantPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ncsa.awt.ArrangePanel
                                   |
                                   +----ncsa.awt.BorderPanel
                                           |
                                           +----ncsa.env.presentation.UiParticipantPanel

public class UiParticipantPanel
extends BorderPanel

Constructor Index

 o UiParticipantPanel(String, Color, boolean, PacSession)

Method Index

 o addUiParticipantPanel(InfoPart)
 o addUiParticipantPanel(InfoPart, boolean, int)
 o addUiParticipantPanel(InfoPart, IconPart, boolean, int)
 o getMinimumSize()
 o getPreferredSize()
 o getSize()
 o hack1_1()
 o removeUiParticipantPanel(IconPart)
 o removeUiParticipantPanel(InfoPart)
 o setBounds(int, int, int, int)
 o setPresenceUiParticipantPanel(InfoPart, int)

Constructors

 o UiParticipantPanel
 public UiParticipantPanel(String title,
                           Color c,
                           boolean is3D,
                           PacSession PS)

Methods

 o addUiParticipantPanel
 public IconPart addUiParticipantPanel(InfoPart p,
                                       IconPart icon,
                                       boolean enable,
                                       int presence)
 o addUiParticipantPanel
 public IconPart addUiParticipantPanel(InfoPart p)
 o addUiParticipantPanel
 public IconPart addUiParticipantPanel(InfoPart p,
                                       boolean enable,
                                       int presence)
 o removeUiParticipantPanel
 public void removeUiParticipantPanel(IconPart icon)
 o removeUiParticipantPanel
 public void removeUiParticipantPanel(InfoPart ip)
 o setPresenceUiParticipantPanel
 public void setPresenceUiParticipantPanel(InfoPart ip,
                                           int presence)
 o hack1_1
 public void hack1_1()
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class BorderPanel
 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Container
 o getSize
 public Dimension getSize()
Overrides:
getSize in class Component
 o setBounds
 public void setBounds(int x,
                       int y,
                       int width,
                       int height)
Overrides:
setBounds in class BorderPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index