Package amber.server.component

The handlers at the server for the remote components.

See:
          Description

Interface Summary
BaseMenu  
LinkResponseInterface This interface is required if the remote client is to successfully get information from the server.
MenuContainer This class corresponds to the MenuContainer in java.awt.
PacketListener This interface is implemented by listeners which wish to monitor packets at a very low level.
 

Class Summary
AudioHandler This class handles the requirements for the manipulation of the packets moving to and from an Audio player component.
ButtonHandler This class handles the requirements for the manipulation of the packets moving to and from a button component.
CheckboxHandler This class handles the requirements for the manipulation of the packets moving to and from a checkbox component.
CheckboxMenuItemHandler This class corresponds to a standard java.awt.CheckboxMenuItem component.
CheckboxPanelHandler This class handles the requirements for the manipulation of the packets moving to and from a checkbox panel component.
ChoiceHandler This class handles the requirements for the manipulation of the packets moving to and from a choice component.
ComplexListHandler This class handles the requirements for the manipulation of the packets moving to and from a complex list component.
ComponentHandler This class handles the requirements for the manipulation of the packets moving to and from the actual components themselves.
FloatButtonHandler This class handles the requirements for the manipulation of the packets moving to and from a button component.
FrameHandler This class handles the requirements for the manipulation of the packets moving to and from a frame component.
GenericEventHandler This class allows the generic event messages to be handled.
GenericHandler This class is a simple extension to the ComponentHandler.
ImageHandler This class handles the requirements for the manipulation of the packets moving to and from an Image component.
LabelHandler This class handles the requirements for the manipulation of the packets moving to and from a label component.
LinkHandler This class handles the requirements for the manipulation of the packets moving to and from an link component.
ListHandler This class handles the requirements for the manipulation of the packets moving to and from a list component.
MenuBarHandler This class corresponds to a standard java.awt.MenuBar component.
MenuComponentHandler This class corresponds to a standard java.awt.MenuComponent component.
MenuHandler This class corresponds to a standard java.awt.Menu component.
MenuItemHandler This class corresponds to a standard java.awt.MenuItem component.
PanelHandler This class handles the requirements for the manipulation of the packets moving to and from a panel component.
PopupMenuHandler This class corresponds to a standard java.awt.Menu component.
TextAreaHandler This class handles the requirements for the manipulation of the packets moving to and from a TextArea component.
TextComponentHandler This class handles the requirements for the manipulation of the packets moving to and from a Text Component.
TextFieldHandler This class handles the requirements for the manipulation of the packets moving to and from an edit component.
TreeListHandler This class handles the requirements for the manipulation of the packets moving to and from a tree list component.
 

Package amber.server.component Description

The handlers at the server for the remote components.

This package contains the classes relating to the various component handlers. These handlers act as the server interface to the corresponding remote client visual controls. By calling the various functions on the ComponentHandlers the remote controls are altered correspondingly.



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.