Package at.spardat.xma.page

Abstractions for XMA-pages (dialog-pages, wizard-pages, notebook-pages) and their associated page-models.

See:
          Description

Interface Summary
IAppShell  
IDialogPage The interface for all DialogPages.
IEmbeddable Interface of all Pages or other Objects (like Notebook) which may be embedded in other Pages.
IPageExtender  
 

Class Summary
Assistent This class is the base class of all assistents (wizards) in XMA.
AssistentPage Base class of all Pages shown as one step inside an Assistent.
DialogPage This Class is the base class of all dialog Pages.
EmbeddedPage This class is the base class of all pages which are shown as part of another page.
EventAdapter Adapter for SWT-Events It forwards all supported Events to the PageClient.
Notebook Manages a Collection of NotebookPages and the corresponding SWT-TabFolder.
NotebookPage Base class of all Pages shown as a folder inside a Notebook.
NotificationBox Utility methods to display INotification- or Throwable-objects in a modal message box.
Page Base class for server and client side PageModels.
PageClient Base class of all client side pages.
PageServer The server side representation of a page (model)
Scaler Implements scaling methods which can be used to scale pixel values the same amount as the current system font differs from the standard font (on Windows: small fonts 96 DPI).
StatusBar This class implements the status bar of a DialogPage.
 

Package at.spardat.xma.page Description

Abstractions for XMA-pages (dialog-pages, wizard-pages, notebook-pages) and their associated page-models.