Package org.millstone.base.terminal

Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application.

See:
          Description

Interface Summary
ApplicationResource This interface must be implemented by classes wishing to provide Application resources.
ErrorMessage Interface for rendering error messages to terminal.
Paintable Interface implemented by all classes that can be painted.
Paintable.RepaintRequestListener Listen repaint requests.
PaintTarget This interface defines the methods for painting XML to the UIDL stream.
ParameterHandler Interface implemented by all the classes capable of handling external parameters.
Resource Resource provided to the client terminal.
Scrollable Scrollable interface.
Sizeable Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
StreamResource.StreamSource Interface implemented by the source of a StreamResource.
Terminal Interface for different terminal types.
UploadStream Defines a variable type, that is used for passing uploaded files from terminal.
URIHandler Interface implemented by all the classes capable of handling URI:s.
VariableOwner Listener interface for UI variable changes.
 

Class Summary
ClassResource Class resource is a named resource accessed with the class loader.
CompositeErrorMessage Class for combining multiple error messages together.
DownloadStream Downloadable stream.
ExternalResource External resource implements source for resources fetched from location specified by URL:s.
FileResource File resources are files or directories on local filesystem.
KeyMapper Simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
Paintable.RepaintRequestEvent Repaint request event is thrown when the paintable needs to be repainted.
StreamResource Stream resource is a resource provided to the client directly by the application.
ThemeResource Theme resource is a named theme dependant resource provided and managed by a theme.
UserError User error is a controlled error occurred in application.
 

Exception Summary
PaintException Paint exepction is trown if painting of a component fails.
SystemError System error is a runtime exception caused by error in system.
 

Package org.millstone.base.terminal Description

Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. (FIXME: This could be a little more descriptive and wordy.)

Package Specification



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.