Class User.PanelArtist
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class User.PanelArtist

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----User.PanelArtist

public class PanelArtist
extends Frame
implements UniversalArtist
Panel Frame class as a launching point to loading projects, seeking information or help, viewing agendas, and editing objects. This is the initial Artist that is presented to the end-user. Allows access to the BrowserArtist, AgendaArtist, and other interfaces.
See Also:
BrowserArtist, AgendaArtist

Constructor Index

 o PanelArtist()

Method Index

 o action(Event, Object)
 o getArtistId()
 o handleEvent(Event)
 o notifyClientEvent(String, Vector)
 o notifyServerEvent(String, Vector)
 o setArtistId(Integer)

Constructors

 o PanelArtist
  public PanelArtist()

Methods

 o setArtistId
  public void setArtistId(Integer Id)
 o getArtistId
  public Integer getArtistId()
 o notifyServerEvent
  public void notifyServerEvent(String ServerEvent,
                                Vector Parameters)
 o notifyClientEvent
  public void notifyClientEvent(String ClientEvent,
                                Vector Parameters)
 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o action
  public boolean action(Event evt,
                        Object what)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index