A B C D E F G H I K L M N O P Q R S T U V W X

A

ABSOLUT - Static variable in class at.spardat.xma.mdl.table.TableLayoutManager
Use the currend width of the table as it's absolut width.
AppShell - class at.spardat.xma.appshell.AppShell.
Base class for application shells in XMA.
AppShell(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.appshell.AppShell
Initializes the application shell.
AsciiDeserializer - class at.spardat.xma.serializer.AsciiDeserializer.
Reads byte sequences produced by class AsciiSerializer.
AsciiDeserializer(byte[], int) - Constructor for class at.spardat.xma.serializer.AsciiDeserializer
Constructor
AsciiDeserializer(byte[]) - Constructor for class at.spardat.xma.serializer.AsciiDeserializer
Constructor
AsciiDeserializer(byte[], int, int) - Constructor for class at.spardat.xma.serializer.AsciiDeserializer
Constructor
AsciiSerializer - class at.spardat.xma.serializer.AsciiSerializer.
Serializer that produces only ascii characters.
AsciiSerializer(boolean, int) - Constructor for class at.spardat.xma.serializer.AsciiSerializer
Constructor
Assert - class at.spardat.xma.util.Assert.
To enable assertions as long as 1.4 is not in production.
Assistent - class at.spardat.xma.page.Assistent.
This class is the base class of all assistents (wizards) in XMA.
Assistent(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.page.Assistent
Initializes an Assistent inside a given Component.
Assistent(PageClient, boolean, int) - Constructor for class at.spardat.xma.page.Assistent
Initializes an Assistent inside the same Component as the parent PageClient.
AssistentPage - class at.spardat.xma.page.AssistentPage.
Base class of all Pages shown as one step inside an Assistent.
AssistentPage(Assistent, boolean) - Constructor for class at.spardat.xma.page.AssistentPage
Initializes the AssistentPage inside the given Assistent.
Atom - class at.spardat.xma.mdl.Atom.
This class is an immutable implementation of the IAtomic interface.
Atom() - Constructor for class at.spardat.xma.mdl.Atom
Constructor for internal use.
Atom(String) - Constructor for class at.spardat.xma.mdl.Atom
Constructs an Atom with type T_STRING and the provided value.
Atom(double, int) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_BCD Atom.
Atom(double) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_BCD Atom from a double.
Atom(BigDecimal) - Constructor for class at.spardat.xma.mdl.Atom
Constructs an T_BCD Atom from an BigDecimal.
Atom(int) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_BCD Atom from an int.
Atom(long) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_BCD Atom from a long.
Atom(byte, Date) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_DATE or T_TIMESTAMP Atom.
Atom(Timestamp) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_TIMESTAMP Atom.
Atom(boolean) - Constructor for class at.spardat.xma.mdl.Atom
Constructs a T_BOOLEAN Atom with the provided value.
AtomTransferServer - class at.spardat.xma.mdl.AtomTransferServer.
Provides functionality to convert between IAtomics and attribute classes and types.
AtomTransferServer() - Constructor for class at.spardat.xma.mdl.AtomTransferServer
 
AttachmentExceptionClient - exception at.spardat.xma.mdl.AttachmentExceptionClient.
Thrown when an illegal attachment betwenn a UI control and a WidgetModel is attempted.
AttachmentExceptionClient() - Constructor for class at.spardat.xma.mdl.AttachmentExceptionClient
Constructor for AttachmentException.
AttachmentExceptionClient(String) - Constructor for class at.spardat.xma.mdl.AttachmentExceptionClient
Constructor for AttachmentException.
Authorisation - interface at.spardat.xma.security.Authorisation.
This is the interface of all authorisation plugins.
accept(Object) - Method in class at.spardat.xma.datasource.CacheFilter
 
activateGlobalEvents - Static variable in class at.spardat.xma.RuntimeDefaults
To activate the GlobalEvent mechanism this property has be set to a value !
activatePage() - Method in class at.spardat.xma.page.PageClient
Brings the window representing this page to the foreground.
add(Atom) - Method in class at.spardat.xma.datasource.TabularDataRow
Adds a column and sets the value for this column.
add(Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Adds an entry to the list.
add(int, Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Inserts an entry into the list at the specified position.
add(Atom[]) - Method in interface at.spardat.xma.mdl.list.IListWM
Adds the entries to the list.
add(Collection) - Method in interface at.spardat.xma.mdl.list.IListWM
Adds the entries to the list.
add(String) - Method in interface at.spardat.xma.mdl.list.IListWM
Adds an entry to the list.
add(int, String) - Method in interface at.spardat.xma.mdl.list.IListWM
Inserts an entry into the list at the specified position.
add(String[]) - Method in interface at.spardat.xma.mdl.list.IListWM
Adds the entries to the list.
add(Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(int, Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(int, String) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(Atom[]) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(String[]) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(Collection) - Method in class at.spardat.xma.mdl.list.ListWM
 
add(int, String, Atom[]) - Method in class at.spardat.xma.mdl.table.TableWM
Adds a row to the table at a provided zero based row index.
add(String, Object) - Method in class at.spardat.xma.mdl.util.KeyedList
Appends the specified element to the end of this list.
add(int, String, Object) - Method in class at.spardat.xma.mdl.util.KeyedList
Inserts the specified element at the specified position in this list.
add(int, String, Atom[]) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Adds a row to this at a provided index.
add(String, Atom[]) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Adds a row at the end of this.
add(String) - Method in class at.spardat.xma.mdl.util.TransStringSet
Adds a given key to the selection set.
add(String) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
add(String) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
addChild(IXMAControl) - Method in class at.spardat.xma.page.PageClient
Adds a Subpage to this PageClient.
addColumn(String) - Method in class at.spardat.xma.datasource.TabularData
Add a column.
addColumn(String) - Method in class at.spardat.xma.datasource.TabularDataHeader
Adds a column.
addColumn(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Adds a column to the TableLayoutManager.
addContextChangeListener(ContextChangeListener) - Method in interface at.spardat.xma.security.LoginModuleWithContextChange
Adds a ContextChangeListener to this LoginModule.
addContextParams(XMASession) - Method in class at.spardat.xma.datasource.TableSpec
Adds the reserved parameters "_loc", "_man", "_env", "_av" which are extracted from the provided XMASession.
addDomColumns() - Method in class at.spardat.xma.datasource.TabularDomData
Convenience method.
addDummyNode() - Method in class at.spardat.xma.mdl.tree.TreeNode
Adds a dummy node as child to this node to make this node expandable.
addEventListener(IComponentListener) - Method in class at.spardat.xma.component.ComponentClient
Adds a ComponentListner to the listeners of the component.
addExternalEventListener(ExternalEventListener) - Method in class at.spardat.xma.session.XMASessionClient
Adds an ExternalEventListener to the listeners of the session.
addGlobalEventListener(GlobalEventListener) - Method in class at.spardat.xma.event.global.GlobalEventManager
The added GlobalEventListener will be notifyed by server events (recipient = RECIPIENT_ALL_SERVERS).
addGlobalEventListener(GlobalEventListener) - Method in class at.spardat.xma.session.XMASessionClient
The added GlobalEventListener will be notifyed by server events.
addHeader() - Method in class at.spardat.xma.serializer.AsciiSerializer
 
addHeader() - Method in class at.spardat.xma.serializer.BinarySerializer
 
addHeader() - Method in interface at.spardat.xma.serializer.Serializer
Indicates that the result-ByteArray should include a header.
addHeader() - Method in class at.spardat.xma.util.ByteArray
Adds header at the beginning of this.
addItem(MenuItem) - Method in interface at.spardat.xma.appshell.IMenuItem
Add the given MenuItem to the list of subitems.
addItem(int, MenuItem) - Method in interface at.spardat.xma.appshell.IMenuItem
Add the given MenuItem to the list of subitems at the given index.
addItem(MenuItem) - Method in class at.spardat.xma.appshell.MenuItem
Add the given MenuItem to the list of subitems.
addItem(int, MenuItem) - Method in class at.spardat.xma.appshell.MenuItem
Add the given MenuItem to the list of subitems at the given index.
addPage(AssistentPage) - Method in class at.spardat.xma.page.Assistent
Adds an AssistentPage to the existing AssistentPages of this Assistent.
addPage(int, AssistentPage) - Method in class at.spardat.xma.page.Assistent
Adds an AssistentPage to the existing AssistentPages at the given index.
addPage(NotebookPage) - Method in class at.spardat.xma.page.Notebook
Adds a NotebookPage to the existing NotebookPages of this Notebook.
addPage(int, NotebookPage) - Method in class at.spardat.xma.page.Notebook
Adds a NotebookPage to the existing NotebookPages at the given index.
addPropertyChangeListener(PropertyChangeListener) - Method in class at.spardat.xma.component.ComponentClient
Adds a PropertyChangeListener to the listeners of the component.
addRow(TabularDataRow) - Method in class at.spardat.xma.datasource.TabularData
Adds a row in the table.
addRow(TabularDataRow) - Method in class at.spardat.xma.datasource.TabularDomData
Overwrites the implementation of the superclass to ensure that The columns are valid when the first row is added.
addSWTCalendarListener(SWTCalendarListener) - Method in class org.vafada.swtcalendar.SWTCalendar
 
addSWTCalendarListener(SWTCalendarListener) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
addSelectionListener(SelectionListener) - Method in class org.vafada.swtcalendar.RepeatingButton
 
addSelectionListener(SelectionListener) - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
addTableProvider(String, ITableProvider) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
Installs a ITableProvider for a given type.
app - Variable in class at.spardat.xma.appshell.Task
The application shell containing this task.
app(String) - Method in class at.spardat.xma.mdl.util.DNode
Appends a string to the text of this.
app(String, String) - Method in class at.spardat.xma.mdl.util.DNode
Appends a string of the form name=value.
app(int) - Method in class at.spardat.xma.mdl.util.DNode
Appends an int to the text of this.
app(String, int) - Method in class at.spardat.xma.mdl.util.DNode
Appends a string of the form name=value.
app(boolean) - Method in class at.spardat.xma.mdl.util.DNode
Appends a boolean to the text of this.
app(String, boolean) - Method in class at.spardat.xma.mdl.util.DNode
Appends a string of the form name=value
app(Object) - Method in class at.spardat.xma.mdl.util.DNode
Appends the result of calling String.valueOf with parameter value.
app(String, Object) - Method in class at.spardat.xma.mdl.util.DNode
Appends a string of the form name=value
appShortClass(Object) - Method in class at.spardat.xma.mdl.util.DNode
Appends the name of the class (without package names) of the provided object.
appSons() - Method in class at.spardat.xma.mdl.util.DNode
Appends text which is generated by iterating over the sons.
at.spardat.xma - package at.spardat.xma
 
at.spardat.xma.appshell - package at.spardat.xma.appshell
This Package contains classes for application shells, menus and tasks.
at.spardat.xma.baserpc - package at.spardat.xma.baserpc
This package is XMA-runtime internal.
at.spardat.xma.component - package at.spardat.xma.component
Abstractions for Components in XMA-applications.
at.spardat.xma.datasource - package at.spardat.xma.datasource
Support for exchanging mostly-read-only tables between XMA-client and -server and support for domains.
at.spardat.xma.event.global - package at.spardat.xma.event.global
 
at.spardat.xma.event.swt - package at.spardat.xma.event.swt
This package contains event save adapters for direct SWT-event listeners.
at.spardat.xma.exception - package at.spardat.xma.exception
This package contains exceptions codes and texts of the XMA-runtime.
at.spardat.xma.help - package at.spardat.xma.help
Support for online-help of XMA-applications, primarely at the client-side.
at.spardat.xma.mdl - package at.spardat.xma.mdl
Holds basic abstractions needed to implement various types of XMA-widget-models.
at.spardat.xma.mdl.list - package at.spardat.xma.mdl.list
Support for list-widget-models, that is the model for list and combo-boxes and is used to display domain-values.
at.spardat.xma.mdl.simple - package at.spardat.xma.mdl.simple
Support for so called simple models, that are widget models that are assigned to textfields, radiobuttons and checkboxes.
at.spardat.xma.mdl.table - package at.spardat.xma.mdl.table
Support for table-widget-models.
at.spardat.xma.mdl.tree - package at.spardat.xma.mdl.tree
Support for tree-widget-models.
at.spardat.xma.mdl.util - package at.spardat.xma.mdl.util
Utility abstractions needed to implement widget-models.
at.spardat.xma.monitoring - package at.spardat.xma.monitoring
Interface for an optional monitoring plugin.
at.spardat.xma.page - package at.spardat.xma.page
Abstractions for XMA-pages (dialog-pages, wizard-pages, notebook-pages) and their associated page-models.
at.spardat.xma.pipes - package at.spardat.xma.pipes
 
at.spardat.xma.plugins - package at.spardat.xma.plugins
Abstractions supporting the plugin-concept of XMA.
at.spardat.xma.rpc - package at.spardat.xma.rpc
Abstractions enabling the synchronous (RPC-like) communication between XMA-client and -server.
at.spardat.xma.security - package at.spardat.xma.security
Abstractions for security-support of XMA.
at.spardat.xma.serializer - package at.spardat.xma.serializer
 
at.spardat.xma.session - package at.spardat.xma.session
Abstractions to support the XMA-session-concept at the XMA-client and -server.
at.spardat.xma.util - package at.spardat.xma.util
This package holds XMA-utility-abstractions.
at.spardat.xma.widgets - package at.spardat.xma.widgets
 
attachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Attach the given MenuItem to its viusal representation.
attachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.MenuAppShell
Attach the given MenuItem to its viusal representation.
attachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Attach the given MenuItem to its viusal representation.
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.UIDelegateClient
Attaches a UI library control.
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
Requirements on the attached SWT table are: The number of visible columns in the model must match the number of columns of the SWT table.
attachUI(Object, Object) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
attachUI() - Method in class at.spardat.xma.page.PageClient
Responsible for attaching a UI to all WidgetModels of this page.
attachUIImpl() - Method in class at.spardat.xma.page.PageClient
Must be implemented by subclass.
autoExit - Static variable in class at.spardat.xma.RuntimeDefaults
Should the client side application automatically be terminated by the runtime if the server side session is no longer valid or the server is unreachable?

B

BASEPRC_CLIENT_TRANSPORT_ERROR - Static variable in class at.spardat.xma.exception.Codes
Error from transport
BASERPC_CLIENT_EXTERNALIZE - Static variable in class at.spardat.xma.exception.Codes
Cannot serialize data at client
BASERPC_CLIENT_LENGTH_MISMATCH - Static variable in class at.spardat.xma.exception.Codes
Wrong length of returned data
BASERPC_CLIENT_READ_LENGTH - Static variable in class at.spardat.xma.exception.Codes
Server returned less than 4 bytes
BASERPC_INTERNALIZE_RESPONSE - Static variable in class at.spardat.xma.exception.Codes
Cannot deserialize reply from server
BASERPC_SERVER_ENDPOINTMETHODFAULT - Static variable in class at.spardat.xma.exception.Codes
The server side end point method of the base rpc throws an exception
BASERPC_SERVER_ERROR - Static variable in class at.spardat.xma.exception.Codes
Remaining errors that occur at the server side
BASERPC_SERVER_EXT_STREAM - Static variable in class at.spardat.xma.exception.Codes
Error in serializing data that should be sent back to the client
BASERPC_SERVER_INTERNALIZE - Static variable in class at.spardat.xma.exception.Codes
Data sent to the server cannot be deserialized
BASERPC_SERVER_LENGTH_MISMATCH - Static variable in class at.spardat.xma.exception.Codes
Data sent to the server and header-length are different
BASERPC_SERVER_READ_LENGTH - Static variable in class at.spardat.xma.exception.Codes
Client sent less than 4 bytes
BUGFIX - Static variable in class at.spardat.xma.util.Version
bugfix version number of the XMA runtime
BaseRPCClient - class at.spardat.xma.baserpc.BaseRPCClient.
Client side class to make a base RPC.
BaseRPCClient(String, String, XMASessionClient) - Constructor for class at.spardat.xma.baserpc.BaseRPCClient
Constructor.
BaseRPCServer - class at.spardat.xma.baserpc.BaseRPCServer.
The server side implementation of a base RPC.
BaseRPCServer() - Constructor for class at.spardat.xma.baserpc.BaseRPCServer
 
BaseRpcSerFactory - class at.spardat.xma.baserpc.BaseRpcSerFactory.
SerializerFactory for BaseRpcs
BaseRpcSerFactory(boolean) - Constructor for class at.spardat.xma.baserpc.BaseRpcSerFactory
Constructor
BinaryDeserializer - class at.spardat.xma.serializer.BinaryDeserializer.
Deserializer implementation that uses the Java Serialization Mechanism
BinaryDeserializer(byte[], int) - Constructor for class at.spardat.xma.serializer.BinaryDeserializer
Constructor
BinaryDeserializer(byte[]) - Constructor for class at.spardat.xma.serializer.BinaryDeserializer
Constructor
BinaryDeserializer(byte[], int, int) - Constructor for class at.spardat.xma.serializer.BinaryDeserializer
Constructor
BinarySerializer - class at.spardat.xma.serializer.BinarySerializer.
Serializer implementation that uses the Java-Serialization mechanism
BinarySerializer(boolean, int) - Constructor for class at.spardat.xma.serializer.BinarySerializer
Constructor
ByteArray - class at.spardat.xma.util.ByteArray.
Implements an efficient, growing byte array.
ByteArray(int) - Constructor for class at.spardat.xma.util.ByteArray
Constructs with an internal buffer of size initialSize.
ByteArray(byte[]) - Constructor for class at.spardat.xma.util.ByteArray
Constructor that constructs by providing the array from outside.
ByteArray(byte[], int) - Constructor for class at.spardat.xma.util.ByteArray
Constructor that constructs by providing the array from outside.
ByteArray.ByteArrayOS - class at.spardat.xma.util.ByteArray.ByteArrayOS.
Inner nested class to write to the end of the buffer by using an OutputStream interface.
ByteArray.ByteArrayOS() - Constructor for class at.spardat.xma.util.ByteArray.ByteArrayOS
 
bridgeClassLoaders(ClassLoader, Object) - Static method in class at.spardat.xma.component.ProxyHandler
 
butCancel - Variable in class at.spardat.xma.page.Assistent
 
butNext - Variable in class at.spardat.xma.page.Assistent
 
butOK - Variable in class at.spardat.xma.page.Assistent
 
butPrevious - Variable in class at.spardat.xma.page.Assistent
Buttons of the Assistent.
buttonCancelEvent() - Method in class at.spardat.xma.page.Assistent
Eventhandler called every time the Cancel-Button is pressed.
buttonNextEvent() - Method in class at.spardat.xma.page.Assistent
Eventhandler called every time the Next-Button is pressed.
buttonPrevEvent() - Method in class at.spardat.xma.page.Assistent
Eventhandler called every time the Prev-Button is pressed.
buttonSaveEvent() - Method in class at.spardat.xma.page.Assistent
Eventhandler called every time the Save-Button is pressed.

C

CANNOT_CONSTRUCT_COMPONENT - Static variable in class at.spardat.xma.exception.Codes
Component can not be created
CLIENT_INTERNALIZE_DELTAS - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, client cannot deserialize and apply deltas from server
CLIENT_INTERNALIZE_RESPONSE - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, client cannot deserialize RemoteResponse
CLIENT_PROCESS_SERVER_RESPONSE - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, client cannot process server response
CLIENT_READ_LENGTH - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, client cannot even read first 4 bytes of server response
CLIENT_RECURSIVE_RPC - Static variable in class at.spardat.xma.exception.Codes
Thrown when a client calls a second RPC while the first is not finished yet
COMPONENT_PROPERTY_DATE_SETTING_EXCEPTION - Static variable in class at.spardat.xma.exception.Codes
Exception at setting component property
COMPONENT_PROPERTY_SETTING_EXCEPTION - Static variable in class at.spardat.xma.exception.Codes
Exception at setting component property
CacheFilter - class at.spardat.xma.datasource.CacheFilter.
Local class to filter the entries in a cache.
CacheFilter(TableSpec) - Constructor for class at.spardat.xma.datasource.CacheFilter
 
CacheFilter(String) - Constructor for class at.spardat.xma.datasource.CacheFilter
 
ChallengeCallback - class at.spardat.xma.security.ChallengeCallback.
This class can be used by LoginModules to request a challenge.
ChallengeCallback() - Constructor for class at.spardat.xma.security.ChallengeCallback
 
ClientToServerData - class at.spardat.xma.baserpc.ClientToServerData.
Models the data sent from client to server in a base rpc.
ClientToServerData() - Constructor for class at.spardat.xma.baserpc.ClientToServerData
 
Codes - class at.spardat.xma.exception.Codes.
Defines error constants and a method to get a localized text for some of them.
Codes() - Constructor for class at.spardat.xma.exception.Codes
 
Component - class at.spardat.xma.component.Component.
This class implements the comon base for Components on the client side and on the server side.
Component(XMASession, boolean, boolean) - Constructor for class at.spardat.xma.component.Component
Constructor
Component() - Constructor for class at.spardat.xma.component.Component
This is a noop-constructor for test-purpose.
ComponentClient - class at.spardat.xma.component.ComponentClient.
Implents the clients specific aspects of a Component.
ComponentClient() - Constructor for class at.spardat.xma.component.ComponentClient
Constructor just for test-purpose.
ComponentClient(XMASessionClient, boolean) - Constructor for class at.spardat.xma.component.ComponentClient
Constructor of the Component.
ComponentProperty - class at.spardat.xma.component.ComponentProperty.
This class serves as a helper for getting and setting propertys in a generic way.
ComponentProperty(String, Class, Component, Class) - Constructor for class at.spardat.xma.component.ComponentProperty
Constructs a property descriptor.
ComponentServer - class at.spardat.xma.component.ComponentServer.
Representation of a server side component
ComponentServer(XMASessionServer, boolean, short) - Constructor for class at.spardat.xma.component.ComponentServer
Constructor.
ComponentServer() - Constructor for class at.spardat.xma.component.ComponentServer
This constructor is for test-purpose.
ContextAppShell - class at.spardat.xma.appshell.ContextAppShell.
An AppShell implementing the visualisation of the context strings with a SWT-List.
ContextAppShell(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.appshell.ContextAppShell
 
ContextChangeEvent - class at.spardat.xma.security.ContextChangeEvent.
EventObject used to notify a user change.
ContextChangeEvent(Object, XMAContext, XMAContext) - Constructor for class at.spardat.xma.security.ContextChangeEvent
Creates the event object.
ContextChangeListener - interface at.spardat.xma.security.ContextChangeListener.
This class defines the interface which must be implemented by every object which wishes to be informed of changes in the XMAContext.
call(ITask) - Method in interface at.spardat.xma.appshell.ITask
Calls a Task as subtask of this Task.
call(ITask) - Method in class at.spardat.xma.appshell.Task
Calls a Task as subtask of this Task.
callBlocking(IXMAControl) - Method in interface at.spardat.xma.appshell.ITask
Calls a component or page and waits until it is closed.
callBlocking(IXMAControl) - Method in class at.spardat.xma.appshell.Task
Calls a component or page and waits until it is closed.
callGlobalEventListener(Collection) - Method in class at.spardat.xma.session.XMASessionClient
Calls globalEvent() at the registered listeners with the GlobalEvents from the paramter globalEvents.
callMenu(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Calls the action associated which the given MenuItem.
callMenu(String) - Method in class at.spardat.xma.appshell.AppShell
Calls the action associated which the named MenuItem.
callMenu(IMenuItem) - Method in interface at.spardat.xma.appshell.IAppShell
Calls the action associated which the given MenuItem.
callMenu(String) - Method in interface at.spardat.xma.appshell.IAppShell
Calls the action associated which the named MenuItem.
callNonBlocking(IXMAControl) - Method in interface at.spardat.xma.appshell.ITask
Calls a component or page and returns imediately.
callNonBlocking(IXMAControl) - Method in class at.spardat.xma.appshell.Task
Calls a component or page and returns imediately.
changed() - Method in interface at.spardat.xma.mdl.Transactional
Yields true if this WidgetModel has changed since the last syncpoint.
changed() - Method in class at.spardat.xma.mdl.WModel
Yields true if this WidgetModel has changed since the last server side event (or creation).
changed() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
changed() - Method in class at.spardat.xma.mdl.list.ListWM
 
changed() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
changed() - Method in class at.spardat.xma.mdl.table.TableWM
 
changed() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
changed() - Method in class at.spardat.xma.mdl.util.TransAtomTable
 
changed() - Method in class at.spardat.xma.mdl.util.TransString
 
changed() - Method in class at.spardat.xma.mdl.util.TransStringSet
Returns true if this selection set has changed since construction or the last call to commit or rollback.
changed() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
changed() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
changed() - Method in class at.spardat.xma.page.Page
Yields true if any of this PageModels WidgetModels has changed since the last server side event (or since creation if isNew).
check(boolean) - Static method in class at.spardat.xma.util.Assert
Throws a runtime exception if condition is not true
checkHash(byte[]) - Static method in class at.spardat.xma.session.Transform
 
checkPermission(String) - Method in class at.spardat.xma.session.XMASession
Checks if the logged in user is allowed to perform the given operation.
checkSubclass() - Method in class org.vafada.swtcalendar.RepeatingButton
 
cleanUpAfterServerEvent() - Method in class at.spardat.xma.component.ComponentServer
Removes all stateless pages from this component.
cleanUpAfterServerEvent() - Method in class at.spardat.xma.mdl.WModel
A server event has been sucessfully executed.
cleanUpAfterServerEvent() - Method in class at.spardat.xma.mdl.table.TableWM
If this table is one-way, we remove all rows after a server event finished.
cleanUpAfterServerEvent() - Method in class at.spardat.xma.page.PageServer
A server event has been sucessfully executed.
clear() - Method in class at.spardat.xma.datasource.TabularData
Clears the table data.
clear() - Method in class at.spardat.xma.mdl.Atom
Returns an empty Atom having the same type as this.
clear() - Method in class at.spardat.xma.mdl.WModel
Resets this WModel to an empty status.
clear() - Method in interface at.spardat.xma.mdl.list.IListWM
Removes all entries from the list and deselects all selected entries.
clear() - Method in class at.spardat.xma.mdl.list.ListDomWM
Removes the selection from this.
clear() - Method in class at.spardat.xma.mdl.list.ListWM
 
clear() - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets this TextModel to the empty string.
clear() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets this TextModel to the empty string.
clear() - Method in interface at.spardat.xma.mdl.table.ITableWM
Removes all rows from the table and deselects all rows.
clear() - Method in class at.spardat.xma.mdl.table.TableWM
Removes all rows from the table and deselects all rows.
clear() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Removes all nodes from the tree and resets the selection information.
clear() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
clear() - Method in class at.spardat.xma.mdl.util.KeyedList
Removes all of the elements from this list.
clear() - Method in class at.spardat.xma.mdl.util.TransAtomTable
Removes all rows from this.
clear() - Method in class at.spardat.xma.mdl.util.TransStringSet
Removes all entries from this.
clear() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
clear() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
clear() - Method in class at.spardat.xma.page.PageServer
Clears all widget model.
clear() - Method in class at.spardat.xma.page.StatusBar
Clears the StatusBar.
clearClientArea() - Method in class at.spardat.xma.appshell.AppShell
Removes the embedded page or componet form the client area.
clearClientArea() - Method in interface at.spardat.xma.appshell.IAppShell
Removes the embedded page or componet form the client area.
clearError(Widget) - Method in class at.spardat.xma.page.DialogPage
Removes the error for the given widget.
clearError(Widget) - Method in class at.spardat.xma.page.PageClient
Removes the error for the given widget.
clearInfo(Widget) - Method in class at.spardat.xma.page.DialogPage
Removes the info for the given widget.
clearInfo(Widget) - Method in interface at.spardat.xma.page.IDialogPage
Removes the info for the given widget.
clearItems() - Method in interface at.spardat.xma.appshell.IMenuItem
Remove all MenuItems from the list of subitems.
clearItems() - Method in class at.spardat.xma.appshell.MenuItem
Remove all MenuItems from the list of subitems.
clearValidationErrorImpl(Widget) - Method in class at.spardat.xma.page.DialogPage
Removes a validation error for a particular widget.
clearValidationErrorImpl(Widget) - Method in interface at.spardat.xma.page.IDialogPage
Removes a validation error for a particular widget.
clearValidationErrorImpl(Widget) - Method in class at.spardat.xma.page.PageClient
Removes a validation error for a particular widget model.
clearWarning(Widget) - Method in class at.spardat.xma.page.DialogPage
Removes the warning for the given widget.
clearWarning(Widget) - Method in interface at.spardat.xma.page.IDialogPage
Removes the warning for the given widget.
clientEvent(SelectionEvent, int) - Method in class at.spardat.xma.page.PageClient
Calls the clientevent configured for the widget of the event.
clientEventBase(SelectionEvent, int) - Method in class at.spardat.xma.appshell.MenuAppShell
Calls the clientevent configured for the widget of the event by calling PageClient.clientEvent(SelectionEvent,int).
clientEventBase(SelectionEvent, int) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Calls the clientevent configured for the widget of the event by calling PageClient.clientEvent(SelectionEvent,int).
clientEventBase(SelectionEvent, int) - Method in class at.spardat.xma.page.PageClient
Calls the clientevent configured for the widget of the event by calling PageClient.clientEvent(SelectionEvent,int).
clientPraefix - Static variable in class at.spardat.xma.RuntimeDefaults
the properties with praefix (i.e., in the node) xma.runtime are also available at the xma-client and accessible via the session class
clone() - Method in class at.spardat.xma.mdl.tree.NodeColor
Returns a clone of this;
clone() - Method in class at.spardat.xma.mdl.util.KeyedList
Clones shallow.
cloneSubTree(Object) - Method in class at.spardat.xma.mdl.tree.TreeNode
This method makes a copy of the subtree rooted at this and returns it.
close() - Method in class at.spardat.xma.appshell.AppShell
This method will be called every time the Shell is tried to be closed.
close() - Method in class at.spardat.xma.page.DialogPage
This method will be called every time the Shell is tried to be closed.
close() - Method in class at.spardat.xma.page.NotebookPage
This method will be called every time the NotebookPage is tried to be closed by clicking on the TabFolder and switching to another NotebookPage.
close() - Method in class at.spardat.xma.pipes.WindowsPipe
 
close() - Method in class at.spardat.xma.pipes.XMAPipe
Closes and flushes the connection to a client.
closeCancel() - Method in class at.spardat.xma.appshell.AppShell
Closes the component or page on top of the call stack.
closeCancel() - Method in class at.spardat.xma.page.DialogPage
Closes the dialog with exitStatus false.
closeOK() - Method in class at.spardat.xma.appshell.AppShell
Closes the component or page on top of the call stack.
closeOK() - Method in class at.spardat.xma.page.DialogPage
Closes the dialog with exitStatus true.
closeRequested() - Method in interface at.spardat.xma.appshell.ITask
Closes the Task.
closeRequested(boolean) - Method in interface at.spardat.xma.appshell.ITask
Closes the Task.
closeRequested() - Method in class at.spardat.xma.appshell.Task
Closes the Task.
closeRequested(boolean) - Method in class at.spardat.xma.appshell.Task
Closes the Task.
closeTasks(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Closes all tasks on the call stack which are outside the given MenuItem.
columnCount_ - Variable in class at.spardat.xma.mdl.table.TableBaseWM
Number of columns in the table
columnResized(TableColumn) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Listener method called by SWT every time a column is resized via the GUI.
columns_ - Variable in class at.spardat.xma.mdl.table.TableWMClient
Specifies column information.
comma() - Method in class at.spardat.xma.mdl.util.DNode
Appends a comma followed by a blank.
commit() - Method in class at.spardat.xma.component.Component
Calls commit on every page in this component.
commit() - Method in interface at.spardat.xma.mdl.Transactional
This method clears the change history.
commit() - Method in class at.spardat.xma.mdl.WModel
This method clears the change history.
commit() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
commit() - Method in class at.spardat.xma.mdl.list.ListWM
 
commit() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
commit() - Method in class at.spardat.xma.mdl.table.TableWM
 
commit() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
commit() - Method in class at.spardat.xma.mdl.util.TransAtomTable
 
commit() - Method in class at.spardat.xma.mdl.util.TransString
 
commit() - Method in class at.spardat.xma.mdl.util.TransStringSet
Discards the history information.
commit() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
commit() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
commit() - Method in class at.spardat.xma.page.Page
This method discards the change history in every WidgetModel.
compare(Object, Object) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient.RowComparator
 
compare(Atom, Atom) - Method in interface at.spardat.xma.mdl.table.XMATableColumn.AtomComparator
Use this method to implement a costum comparator for XMATableColumns.
compareTo(Object) - Method in class at.spardat.xma.mdl.Atom
 
composite - Variable in class at.spardat.xma.page.PageClient
The SWT-Composite corresponding to this PageClient.
compress(byte[]) - Method in class at.spardat.xma.session.Transform
GZip compresses the input buffer and returns the compressed result.
compressionThreshold - Static variable in class at.spardat.xma.RuntimeDefaults
defines that tables to be downloaded should be gzip compressed if their byte stream exceeds compressionThreshold bytes.
contains(IMenuItem) - Method in interface at.spardat.xma.appshell.ITask
Determine if the given MenuItem is contained directly in the submenu of the MenuItem of this Task.
contains(IMenuItem) - Method in class at.spardat.xma.appshell.Task
Determine if the given MenuItem is contained directly in the submenu of the MenuItem of this Task.
contains(Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Returns true if the list contains the given entry.
contains(String) - Method in interface at.spardat.xma.mdl.list.IListWM
Returns true if the list contains the given entry.
contains(Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
contains(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
contains(String) - Method in class at.spardat.xma.mdl.util.TransStringSet
Returns true if this set contains the provided key
contains(String) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
contains(String) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
containsItem(IMenuItem) - Method in interface at.spardat.xma.appshell.IMenuItem
Determine if the given item is contained in the submenu of this menu.
containsItem(IMenuItem) - Method in class at.spardat.xma.appshell.MenuItem
Determine if the given item is contained in the submenu of this menu.
containsKey(String) - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns true if this table contains a row with the provided key.
containsKey(String) - Method in class at.spardat.xma.mdl.table.TableWM
Returns true if this table contains a row with the provided key.
containsKey(String) - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns true if this tree contains a node whose key equals the one provided as parameter.
containsKey(String) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
containsKey(String) - Method in class at.spardat.xma.mdl.util.KeyedList
Returns true if this list contains a element with the specified key.
containsKey(String) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns true if this table contains a row with the provided key.
contextChangeFailed(ContextChangeEvent, Exception) - Method in interface at.spardat.xma.security.ContextChangeListener
Called if the context change failed on the server side.
contextChangeServer(Subject) - Method in class at.spardat.xma.session.XMASessionClient
Does a server side context change.
contextChanged(ContextChangeEvent) - Method in interface at.spardat.xma.security.ContextChangeListener
Called imediately after the context has changed.
contextChanged(Subject, HttpSession) - Method in interface at.spardat.xma.security.LoginModuleServerWithContextChange
Do the context change on the server.
contextStringChanged(IXMAControl, String) - Method in class at.spardat.xma.appshell.ContextAppShell
Notifies the AppShell of a change in the context-string of a component or page.
contextStringChanged(IXMAControl, String) - Method in interface at.spardat.xma.appshell.IAppShell
Notifies the AppShell of a change in the context-string of a component or page.
contextStringChanged(IXMAControl, String) - Method in interface at.spardat.xma.page.IAppShell
 
contextW - Variable in class at.spardat.xma.appshell.ContextAppShell
swt-list containing the context strings of all tasks on the task stack.
contextWillChange(VotingEvent) - Method in interface at.spardat.xma.security.ContextChangeListener
Called befor the context changes.
controlMoved(ControlEvent) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Listener method called by SWT every time the table is moved.
controlResized(ControlEvent) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Listener method called by SWT every time the table or a column is resized.
convertToBaseException(Throwable) - Method in class at.spardat.xma.component.ComponentServer
This method is always called when an Exception occurred in a server side RPC implementation.
convertXToCurrent(int) - Method in class at.spardat.xma.page.Scaler
scales the given value in X-direction.
convertXToStandard(int) - Method in class at.spardat.xma.page.Scaler
converts back the given scaled value
convertYToCurrent(int) - Method in class at.spardat.xma.page.Scaler
scales the given value in Y-direction.
convertYToStandard(int) - Method in class at.spardat.xma.page.Scaler
converts back the given scaled value
createComposite(Composite) - Method in class at.spardat.xma.component.EmbeddableComponent
 
createComposite(Composite) - Method in class at.spardat.xma.page.DialogPage
 
createComposite(Composite) - Method in class at.spardat.xma.page.EmbeddedPage
Creates the SWT-Composite of the EmbeddedPage.
createComposite(Composite) - Method in class at.spardat.xma.page.Notebook
Creates the SWT-Composite of the PageClient which is the TabFolder of the Notebook.
createComposite(Composite) - Method in class at.spardat.xma.page.NotebookPage
Creates the SWT-Composite of the NotebookPage.
createDeserializer(XMASession, byte[], int, int) - Method in class at.spardat.xma.serializer.SerializerFactory
Creates a new Deserializer with input data (first len bytes are taken into consideration).
createDeserializer(XMASession, byte[]) - Method in class at.spardat.xma.serializer.SerializerFactory
Creates a new Deserializer with input data.
createGlobalEvent(String) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, the default recipient type (RECIPIENT_ALL_CLIENTS_ALL_SERVERS) and the default expiration date (now + 1 day).
createGlobalEvent(String, int) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, recipient type and the default expiration date (now + 1 day).
createGlobalEvent(String, int, long) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, recipient type and the given expiration date.
createGlobalEvent(String, int, long, String) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, recipient type, the given expiration date and the given session id.
createGlobalEventTTL(String, long) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, the default recipient type (RECIPIENT_ALL_CLIENTS_ALL_SERVERS) and the time from now how long this event is valid.
createGlobalEventTTL(String, int, long) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, the given recipient type and the time from now how long this event is valid.
createGlobalEventTTL(String, int, long, String) - Method in class at.spardat.xma.event.global.GlobalEventManager
creates a GlobalEvent with the given name, the given recipient type and the time from now how long this event is valid.
createModels() - Method in class at.spardat.xma.page.PageClient
This Method will be implemented in the generated Class for each PageClient, to create the WidgetModels.
createRootTask(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Create the MenuItem which will serve as root of all other MenuItems.
createSerializer(XMASession, int) - Method in class at.spardat.xma.serializer.SerializerFactory
Create a new Serializer with a given initial buffer size and returns it.
createTabItem(TabFolder, int) - Method in class at.spardat.xma.page.NotebookPage
Creates the coresponding TabItem
createTask(String) - Method in class at.spardat.xma.appshell.AppShell
Creates the Task with the given name.
createTask(String) - Method in interface at.spardat.xma.appshell.IAppShell
Creates the Task with the given name.
createTask(String) - Method in class at.spardat.xma.component.ComponentClient
Creates the Task with the given name.
createTask(String) - Method in interface at.spardat.xma.component.IComponentClient
Creates the Task with the given name.
createWidgets() - Method in class at.spardat.xma.page.PageClient
This Method will be implemented in the generated Class for each PageClient, to create and initialize all SWT-Widgets of the PageClient.

D

DEFAULT_INITIAL_REPEAT_DELAY - Static variable in class org.vafada.swtcalendar.RepeatingButton
 
DEFAULT_REPEAT_DELAY - Static variable in class org.vafada.swtcalendar.RepeatingButton
 
DIFFERENT_SERVER_VERSION_FOUND - Static variable in class at.spardat.xma.exception.Codes
The application version differs between client and server
DNode - class at.spardat.xma.mdl.util.DNode.
Models a descriptive node which is used to accumulate debug information.
DNode() - Constructor for class at.spardat.xma.mdl.util.DNode
Constructs a root node.
DNode(String) - Constructor for class at.spardat.xma.mdl.util.DNode
Constructs a root node that has no parent and sets an inital text
DNode(DNode) - Constructor for class at.spardat.xma.mdl.util.DNode
Constructs a node which becomes the last child of parent
DNode(DNode, String) - Constructor for class at.spardat.xma.mdl.util.DNode
Constructs a node which becomes the last child of parent and whose inital text is set to text
DNodeInspector - class at.spardat.xma.mdl.util.DNodeInspector.
Opens a SWT window to show a hierarchy of DNodes.
DNodeInspector(DNode) - Constructor for class at.spardat.xma.mdl.util.DNodeInspector
Constructor.
DS_CLIENT_INVALID_TABLE_SPEC - Static variable in class at.spardat.xma.exception.Codes
TabularDataSourceClient: Invalid table spec in getTable
DS_CLIENT_LOAD_TABLE_FROM_CACHE - Static variable in class at.spardat.xma.exception.Codes
TabularDataSourceClient:
DS_INVALID_SESSION - Static variable in class at.spardat.xma.exception.Codes
client requests a datasource via tabular servlet but no session exists yet.
DS_INVALID_TABLE_SPEC - Static variable in class at.spardat.xma.exception.Codes
specification of a data source is wrong
DS_MISSING_BUNDLE_ATTRIBUTE - Static variable in class at.spardat.xma.exception.Codes
RessourceBundleProviderServer: Missing bundle=-attribute
DS_MISSING_REQUEST_PARAM - Static variable in class at.spardat.xma.exception.Codes
missing parameter to the tablar servlet
DS_NO_TABLE_PROVIDER - Static variable in class at.spardat.xma.exception.Codes
RessourceBundleProviderServer: no ITableProvider for a particular type
DS_PROVIDE_TABLE_RETURNS_NULL - Static variable in class at.spardat.xma.exception.Codes
TabularDataSourceServer.provideTable returned null
DS_PROVIDE_TABLE_RETURNS_NULL_TABLE - Static variable in class at.spardat.xma.exception.Codes
TabularDataSourceServer.provideTable returned a null table
DS_RSC_INVALID_LINE - Static variable in class at.spardat.xma.exception.Codes
RessourceBundleProviderServer: Syntax error in line
DS_RSC_MISSING_HEADER - Static variable in class at.spardat.xma.exception.Codes
RessourceBundleProviderServer: Line that defines columns missing
DS_SERVER_WRONG_PLUNGIN_CLASS - Static variable in class at.spardat.xma.exception.Codes
TabularServletServer: The server side implementation class of ITabularDataSource does not extend TabularDataSourceServer.
DatePicker - class at.spardat.xma.widgets.DatePicker.
The DatePicker widget consists of a Text field and a Button.
DatePicker(Composite, int, int) - Constructor for class at.spardat.xma.widgets.DatePicker
 
DatePicker(Composite, int) - Constructor for class at.spardat.xma.widgets.DatePicker
 
DatePicker(Composite) - Constructor for class at.spardat.xma.widgets.DatePicker
 
Descriptive - interface at.spardat.xma.mdl.util.Descriptive.
Is implemented by xma models to provide more structured debug output than an ordinary toString would provide.
Deserializer - interface at.spardat.xma.serializer.Deserializer.
Used to extract primitive values from serialized byte arrays.
DialogPage - class at.spardat.xma.page.DialogPage.
This Class is the base class of all dialog Pages.
DialogPage(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.page.DialogPage
Initializes a DialogPage inside a given Component.
DialogPage(ComponentClient, Shell, boolean, int) - Constructor for class at.spardat.xma.page.DialogPage
Initializes a DialogPage inside a given Component.
DialogPage(PageClient, boolean, int) - Constructor for class at.spardat.xma.page.DialogPage
Initializes a DialogPage inside the same Component as the parent PageClient.
Domain - class at.spardat.xma.datasource.Domain.
A utility class to access a XMA-domain-table (see ITabularDomData).
data_ - Variable in class at.spardat.xma.rpc.RemoteCall
The data actually transferred from client to the server
datasourcePraefix - Static variable in class at.spardat.xma.RuntimeDefaults
XMA's datasource plugin
dateChanged(SWTCalendarEvent) - Method in interface org.vafada.swtcalendar.SWTCalendarListener
 
decode(String, byte[]) - Static method in class at.spardat.xma.session.Transform
 
decompress(byte[]) - Static method in class at.spardat.xma.session.Transform
Decompresses a byte[] previously compressed with compress.
defaultKeepAliveInterval - Static variable in class at.spardat.xma.session.XMASessionClient
default intervall between keepAlive calls in seconds.
describe(DNode) - Method in class at.spardat.xma.component.Component
 
describe(DNode) - Method in class at.spardat.xma.mdl.Atom
 
describe(DNode) - Method in class at.spardat.xma.mdl.WModel
 
describe(DNode) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
describe(DNode) - Method in class at.spardat.xma.mdl.list.ListWM
 
describe(DNode) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
describe(DNode) - Method in class at.spardat.xma.mdl.table.TableWM
 
describe(DNode) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
describe(DNode) - Method in interface at.spardat.xma.mdl.util.Descriptive
describe puts all relevant information about this into the provided node.
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransAtomTable
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransString
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransStringSet
 
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransStringSet1
Produces a single row of information.
describe(DNode) - Method in class at.spardat.xma.mdl.util.TransStringSetN
Produces a single row of information.
describe(DNode) - Method in class at.spardat.xma.page.Page
 
deselect(String) - Method in interface at.spardat.xma.mdl.ISelectable
Deselects a particular entry.
deselect(String) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
deselect(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
deselect(String) - Method in class at.spardat.xma.mdl.table.TableWM
 
deselect() - Method in class at.spardat.xma.mdl.tree.TreeNode
Deselects this tree node if it is selected.
deselect(String) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
deselectAll() - Method in interface at.spardat.xma.mdl.ISelectable
All selected entries get deselected.
deselectAll() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
deselectAll() - Method in class at.spardat.xma.mdl.list.ListWM
 
deselectAll() - Method in class at.spardat.xma.mdl.table.TableWM
 
deselectAll() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
deserialize(byte[]) - Static method in class at.spardat.xma.serializer.Util
inverse operation to serialize
deserialize(XmaInput) - Method in interface at.spardat.xma.serializer.XmaSerializable
Reads the information from in and sets instance variable's values in this.
destroy() - Method in class at.spardat.xma.session.HashFilter
Called by Servlet 2.3 complient web containers to indicate to a filter that it is being taken out of service.
destroyPipe() - Method in class at.spardat.xma.pipes.WindowsPipe
 
destroyPipe() - Method in class at.spardat.xma.pipes.XMAPipe
Closes the Pipe itself, which the can then not be used further.
detachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Detach the MenuItem from its visual representation.
detachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.MenuAppShell
Detach the MenuItem from its visual representation.
detachMenu(IMenuItem) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Detach the MenuItem from its visual representation.
detachUI() - Method in class at.spardat.xma.mdl.UIDelegateClient
Detaches the UI-control.
detachUI() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
detachUI() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
detachUI() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
detachUI() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
detachUI() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
detachUI() - Method in class at.spardat.xma.page.PageClient
Detaches the UI-page from this Page.
determineState() - Method in class at.spardat.xma.page.PageClient
This method is called every time the content of any WizardModel of the Page may have been changed.
determineStateBase() - Method in class at.spardat.xma.component.EmbeddableComponent
Delegates the call of PageClient.determineStateBase() to the main page.
determineStateBase() - Method in interface at.spardat.xma.page.IEmbeddable
Delegates the call of PageClient.determineStateBase() to the embedded page or component.
determineStateBase() - Method in class at.spardat.xma.page.Notebook
Delegates the call of PageClient.determineStateBase() to the active page.
determineStateBase() - Method in class at.spardat.xma.page.PageClient
Calls PageClient.determineState() on the PageClient and all subpages
devel - Static variable in interface at.spardat.xma.security.XMAContext
Environment name defining the development server: "E"
dispatchRemoteCall(ComponentServer, RemoteCall, RemoteReply) - Method in class at.spardat.xma.rpc.RPCServletServer
This method processes a remote call at the component level.
display() - Method in class at.spardat.xma.mdl.util.DNode
Shows this node in a modeless windows in a tree.
display(Object) - Static method in class at.spardat.xma.mdl.util.DNode
If the provided object o is a Descriptive, it is displayed in a SWT shell showing its structure.
display() - Method in class at.spardat.xma.page.Page
Shows structure in a SWT window.
dispose() - Method in class at.spardat.xma.component.ComponentClient
Frees all allocated recources of the Component.
dispose() - Method in class at.spardat.xma.component.ComponentServer
Destroys this component and deregisters it with the session.
doCompress(int) - Static method in class at.spardat.xma.rpc.RPCServletServer
Determines if responses to the client of length should be compressed.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class at.spardat.xma.session.HashFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doGet(HttpServletRequest, HttpServletResponse) - Method in class at.spardat.xma.datasource.TabularServletServer
 
doGet0(HttpServletRequest, HttpServletResponse) - Method in class at.spardat.xma.datasource.TabularServletServer
Called by doGet.
doKeepAlive - Static variable in class at.spardat.xma.RuntimeDefaults
Determines if the session should be kept alive as long as the client is open.
doPost(HttpServletRequest, HttpServletResponse) - Method in class at.spardat.xma.rpc.RPCServletServer
The post method that exactly does the things described above.
doPost(HttpServletRequest, HttpServletResponse) - Method in class at.spardat.xma.session.LoginServlet
Handles the post-requests to this servlet.
doPost0(HttpServletRequest, HttpServletResponse, String) - Method in class at.spardat.xma.rpc.RPCServletServer
The post method that exactly does the things described above.
doUITransfer() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
The user of this class may forget to assign a correct formatter.
drawDays() - Method in class org.vafada.swtcalendar.SWTDayChooser
 
dump(byte[], int, PrintWriter) - Static method in class at.spardat.xma.util.ByteArray
Writes a hex-dump of data to the given printwriter.
dump(byte[]) - Static method in class at.spardat.xma.util.ByteArray
Writes hex-dump to System.out.

E

EMPTY_BCD - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_BCD
EMPTY_BOOLEAN - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_BOOLEAN
EMPTY_DATE - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_DATE
EMPTY_DOM - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_DOM
EMPTY_STRING - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_STRING
EMPTY_TIMESTAMP - Static variable in class at.spardat.xma.mdl.Atom
Empty Atom of type T_TIMESTAMP
ERROR_BAD_PIPE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_BROKEN_PIPE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_MORE_DATA - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_NO_DATA - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_OPEN_FAILED - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_PIPE_BUSY - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_PIPE_CONNECTED - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_PIPE_LISTENING - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_PIPE_NOT_CONNECTED - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
ERROR_SUCCESS - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
EXT_PAGES_CLIENT - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, page deltas cannot be externalized
EXT_STREAM_CLIENT - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, upstream cannot be produced
EXT_STREAM_SERVER - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, downstream cannot be produced
EmbeddableComponent - class at.spardat.xma.component.EmbeddableComponent.
This class servers a base class for client side components, which can be embedded into a client side page.
EmbeddableComponent(XMASessionClient, boolean) - Constructor for class at.spardat.xma.component.EmbeddableComponent
Constructor of the Component.
EmbeddedPage - class at.spardat.xma.page.EmbeddedPage.
This class is the base class of all pages which are shown as part of another page.
EmbeddedPage(ComponentClient, boolean) - Constructor for class at.spardat.xma.page.EmbeddedPage
Constructor of the EmbeddedPage.
EmbeddedPage(PageClient, boolean) - Constructor for class at.spardat.xma.page.EmbeddedPage
Constructor of the EmbeddedPage.
EventAdapter - class at.spardat.xma.page.EventAdapter.
Adapter for SWT-Events It forwards all supported Events to the PageClient.
EventAdapter(PageClient) - Constructor for class at.spardat.xma.page.EventAdapter
Constructor for EventAdapter.
ExternalEvent - class at.spardat.xma.session.ExternalEvent.
 
ExternalEvent(Properties) - Constructor for class at.spardat.xma.session.ExternalEvent
 
ExternalEventListener - interface at.spardat.xma.session.ExternalEventListener.
 
eb() - Method in class at.spardat.xma.mdl.util.DNode
Appends an end bracket
emptyInMemoryCache() - Method in class at.spardat.xma.datasource.TabularDataSourceClient
Removes all cached tables from the in-memory-cache.
endTiming(Object, boolean) - Method in interface at.spardat.xma.monitoring.IMonitoring
Report the end of a timing.
enter() - Method in interface at.spardat.xma.page.IPageExtender
 
enter() - Method in class at.spardat.xma.page.PageClient
This method will be called every time the PageClient becomes visible.
enterBase() - Method in class at.spardat.xma.component.EmbeddableComponent
 
enterBase() - Method in class at.spardat.xma.page.Assistent
Notify the Assistent and the active AssistentPage, that the Page is becoming visible by calling PageClient.enter() on the Assistent and the active AssistentPage.
enterBase() - Method in class at.spardat.xma.page.Notebook
Notify the active NotebookPage, that the PageClient is becoming visible by calling PageClient.enterBase() on the active NotebookPage.
enterBase() - Method in class at.spardat.xma.page.PageClient
Notify the PageClient and all Subpages, that the PageClient is becoming visible by calling PageClient.enter() on the PageClient and all Subpages.
equals(Object) - Method in class at.spardat.xma.mdl.Atom
 
equals(Object) - Method in class at.spardat.xma.mdl.tree.NodeColor
 
equals(Object) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Debugging purpose.
equals(Object) - Method in class at.spardat.xma.mdl.util.TransString
 
equals(Object) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
equals(Object) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.WModel
Compares this widget model (which must be a client side one) with the server buddy mServer and returns true if they are correct with respect to syncPoint.
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.list.ListWM
 
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.table.TableWM
 
equalsCS(WModel, int) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
equalsCS(Page, int) - Method in class at.spardat.xma.page.Page
This debugging purpose method compares all widget models of a client and server page if their state match at two specified syncpoints.
errorBackground - Static variable in class at.spardat.xma.component.ComponentClient
color used to mark input fields containing errors
errorBackgroundUneditable - Static variable in class at.spardat.xma.component.ComponentClient
color used to mark uneditable fields containing errors
estimateMemory() - Method in class at.spardat.xma.component.ComponentServer
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.Atom
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.WModel
Provides the estimated number of bytes this widget model consumes in memory, asuming that it is in a committed state, i.e, there are no pending changes.
estimateMemory() - Method in class at.spardat.xma.mdl.list.ListDomWM
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.list.ListWM
 
estimateMemory() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.table.TableWM
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.tree.TreeWM
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.util.TransString
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.util.TransStringSet
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.util.TransStringSet1
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.mdl.util.TransStringSetN
Estimates the number of bytes this object consumes in memory.
estimateMemory() - Method in class at.spardat.xma.page.PageServer
Estimates the number of bytes this object consumes in memory.
exception_ - Variable in class at.spardat.xma.rpc.RemoteReplyData
An exception occured in the course of executing the request
execute() - Method in class at.spardat.xma.baserpc.BaseRPCClient
Executes this RPC.
execute(String, ClientToServerData, ServerToClientData, HttpServletRequest) - Method in interface at.spardat.xma.baserpc.IRPCExecutorServer
Executes a base rpc at the server side.
execute() - Method in class at.spardat.xma.mdl.ModelChangeEvent
Applies this change to the WidgetModel.
execute() - Method in class at.spardat.xma.mdl.Notification
This method is a noop.
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
execute() - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
Executes this change event and modifies the table.
execute() - Method in class at.spardat.xma.rpc.RemoteCall
Executes this RemoteCall.
execute() - Method in class at.spardat.xma.rpc.RemoteCallClient
Executes this RemoteCall.
execute(String, ClientToServerData, ServerToClientData, HttpServletRequest) - Method in class at.spardat.xma.session.LoginServlet
Excecutes the given operation of the base rpc.
executeRemoteCall(RemoteCall, RemoteReply, PageServer, Method) - Method in class at.spardat.xma.component.ComponentServer
This method is called for every server side event on a page in this component or on the component itself.
executeRemoteCallImpl(RemoteCall, RemoteReply, PageServer, Method) - Method in class at.spardat.xma.component.ComponentServer
See ComponentServer.executeRemoteCall(at.spardat.xma.rpc.RemoteCall, at.spardat.xma.rpc.RemoteReply, at.spardat.xma.page.PageServer, java.lang.reflect.Method).
exit() - Method in class at.spardat.xma.appshell.AppShell
Closes the AppShell.
externalEvent(ExternalEvent) - Method in interface at.spardat.xma.session.ExternalEventListener
 
externalize(XmaOutput) - Method in class at.spardat.xma.baserpc.ClientToServerData
 
externalize(XmaOutput) - Method in class at.spardat.xma.baserpc.RemoteData
Write the parameters to the XmaOutput.
externalize(XmaOutput) - Method in class at.spardat.xma.baserpc.ServerToClientData
Writes this to the provided ObjectOutput
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.component.ComponentClient
This method calculates the data stream necessary to update the server side component so that its state equals this client side component.
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.component.ComponentServer
This method produces the delta of the server model changes cumulated in the course of executing a server side event.
externalize(Atom, XmaOutput) - Static method in class at.spardat.xma.mdl.Atom
Writes the state to an output stream.
externalize(XmaOutput, boolean) - Method in interface at.spardat.xma.mdl.Synchronization
Externalizing either saves the actual state or deltas (changes) in a provided XMAObjectOutput.
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.list.ListWM
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.table.TableWM
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.tree.TreeNode
Writes this node to the output stream.
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
externalize(XmaOutput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
Writes the state to an output stream
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Externalizing this either serializes the actual state of this or the accumulated changes.
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.util.TransString
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.util.TransStringSet
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
externalize(XmaOutput, boolean) - Method in class at.spardat.xma.page.Page
This method writes either all widget models if forceFull or just the changed ones.
externalize(XmaOutput) - Method in class at.spardat.xma.rpc.RemoteReplyData
Writes this to the provided ObjectOutput
externalizePageSet(HashSet, XmaOutput, boolean) - Method in class at.spardat.xma.component.Component
Writes a set of pages to the output stream.
externalizeProperties(XmaOutput, boolean) - Method in class at.spardat.xma.component.Component
Writes the property model to xout.

F

fArr - Variable in class at.spardat.xma.serializer.AsciiDeserializer
input data
failure() - Method in class at.spardat.xma.monitoring.TimeingEvent
Ends the measusuremnt with a failure status.
failure(String, int) - Static method in class at.spardat.xma.monitoring.TimeingEvent
Reports observations like the size of an RPC to the monitoring system.
filterHash(String) - Method in class at.spardat.xma.session.HashFilter
Filters hash values from the given string.
filterRecipient(int) - Method in class at.spardat.xma.event.global.GlobalEvent
Returns true if this event is valid for the type of recipient of aRecipient.
focusGained(FocusEvent) - Method in class at.spardat.xma.event.swt.XMAFocusAdapter
The method called by SWT whenever the corresponding event happends.
focusGained(FocusEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a Control on the PageClient gets the focus.
focusGained(FocusEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
focusGainedImpl(FocusEvent) - Method in class at.spardat.xma.event.swt.XMAFocusAdapter
This method is called every time the corresponding widget has gained the focus.
focusLost(FocusEvent) - Method in class at.spardat.xma.event.swt.XMAFocusAdapter
The method called by SWT whenever the corresponding event happends.
focusLost(FocusEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a Control on the PageClient has lost the focus.
focusLost(FocusEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
focusLostImpl(FocusEvent) - Method in class at.spardat.xma.event.swt.XMAFocusAdapter
This method is called every time the corresponding widget has lost the focus.
freePageModel(short) - Method in class at.spardat.xma.component.ComponentClient
Frees the Page with the given ID.
fromUI_ - Variable in class at.spardat.xma.mdl.ModelChangeEvent
Indicates whether this event originated from the UIDelegateClient of from the programmer.

G

GlobalEvent - class at.spardat.xma.event.global.GlobalEvent.
A GlobalEvent is created and sent by GlobalEventManager.
GlobalEventListener - interface at.spardat.xma.event.global.GlobalEventListener.
This Listener can be used at server and at client side.
GlobalEventManager - class at.spardat.xma.event.global.GlobalEventManager.
This singleton class serves for creating, sending and polling GlobalEvents.
generateHash(byte[]) - Method in class at.spardat.xma.session.Transform
 
get(int) - Method in class at.spardat.xma.datasource.TabularDataRow
Returns the value of this row for the column with a given column-index.
get(String) - Method in class at.spardat.xma.datasource.TabularDataRow
Returns the value for a column with a given name.
get(int, int) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns an Atom by providing row and column indexes.
get(String, int) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns an Atom by providing a row key and a column index.
get() - Method in class at.spardat.xma.mdl.util.TransString
Returns the value of this
get() - Method in class at.spardat.xma.util.ByteArray
Returns the byte at the current position and increments the position indicator.
getAbsolutWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the absolute width of the given column in pixel.
getActivePage() - Method in class at.spardat.xma.page.Assistent
Gets the active AssistentPage.
getActivePage() - Method in class at.spardat.xma.page.Notebook
Gets the active NotebookPage.
getActivePageIndex() - Method in class at.spardat.xma.page.Notebook
Gets the active NotebookPage.
getAll() - Method in class at.spardat.xma.mdl.util.TransStringSet
Returns a newly allocated String[] containing all Strings in this set.
getAll() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
getAll() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
getAppContainer() - Method in class at.spardat.xma.session.XMASessionClient
Get the application container used by the boot runtime to manage the component files of this application.
getApplicationVersion() - Method in class at.spardat.xma.session.XMASession
Application Hash-Code built from application descriptors.
getApplicationVersion() - Method in class at.spardat.xma.session.XMASessionClient
Application Hash-Code built from application descriptors.
getApplicationVersion() - Method in class at.spardat.xma.session.XMASessionServer
Application Hash-Code built from application descriptors.
getApplicationVersionShort() - Method in class at.spardat.xma.session.XMASession
Returns a 32-bit hash of the application version.
getAssistent() - Method in class at.spardat.xma.page.AssistentPage
Gets the Assistent containing this AssisentPage.
getAtoms(String) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns a copy of the Atom array for a particular key or null, if this has no row with the provided key.
getAttached() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the visual representation of the MenuItem.
getAttached() - Method in class at.spardat.xma.appshell.MenuItem
Get the visual representation of the MenuItem.
getBackgroundColor() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the foreground color set of null, if no color is set.
getBlue() - Method in class at.spardat.xma.mdl.tree.NodeColor
 
getBootRuntimeVersion() - Method in class at.spardat.xma.session.XMASessionServer
 
getBuffer() - Method in class at.spardat.xma.util.ByteArray
Returns the internally stored byte array.
getBytes() - Method in class at.spardat.xma.util.ByteArray
Returns a copy of the bytes stored in this.
getCalendar() - Method in class org.vafada.swtcalendar.SWTCalendar
 
getCalendar() - Method in class org.vafada.swtcalendar.SWTCalendarEvent
 
getCalendar() - Method in class org.vafada.swtcalendar.SWTDayChooser
 
getCallData() - Method in class at.spardat.xma.rpc.RemoteCall
Returns the data for package internal use
getCancelButton() - Method in class at.spardat.xma.page.Assistent
 
getCell(int) - Method in interface at.spardat.xma.datasource.IDomRow
Returns the value of this row for the column with a given column-index.
getCell(int, int) - Method in interface at.spardat.xma.datasource.ITabularData
Returns the value of a particular table cell
getCell(int, String) - Method in interface at.spardat.xma.datasource.ITabularData
Returns the value of a particular table cell
getCell(int, int) - Method in class at.spardat.xma.datasource.TabularData
Get the value from a cell specified bei row and col.
getCell(int, String) - Method in class at.spardat.xma.datasource.TabularData
Returns the value from a cell specified bei row and columnName.
getCell(int) - Method in class at.spardat.xma.mdl.table.TableRow
Returns the cell at a provided column index.
getChallenge() - Method in class at.spardat.xma.security.ChallengeCallback
Get the challenge as set by the callback handler.
getChild(int) - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the child at the zero based index i which must be greater equal zero and less than getChildCount().
getChildCount() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the number of childs this node has.
getChilds() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns an array of TreeNode objects that are the childs of this TreeNode.
getClientComposite() - Method in class at.spardat.xma.appshell.AppShell
Get the SWT-composite where client pages or composites can be embedded.
getClientIPAddress() - Method in class at.spardat.xma.session.XMASessionServer
 
getColor(int, int, int) - Method in class at.spardat.xma.component.ComponentClient
Get a Color by naming its red, green and blue values.
getColor(RGB) - Method in class at.spardat.xma.component.ComponentClient
Get a Color by naming its red-green-blue value.
getColumn(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Returns the column at the provided zero based index.
getColumn(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
Returns the column at the provided zero based index.
getColumnCount() - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns the number of columns in this table.
getColumnCount() - Method in class at.spardat.xma.mdl.table.TableBaseWM
Returns the number of columns in this table.
getColumnIndex(String) - Method in interface at.spardat.xma.datasource.ITabularData
Returns the column index in the table of the column with the given header name
getColumnIndex(String) - Method in class at.spardat.xma.datasource.TabularData
Returns the index of the column with the name colName.
getColumnIndex(String) - Method in class at.spardat.xma.datasource.TabularDataHeader
Returns the index of the column with a given name.
getColumnName(int) - Method in interface at.spardat.xma.datasource.ITabularData
Returns the header name of the n'th column in the table
getColumnName(int) - Method in class at.spardat.xma.datasource.TabularData
Returns the header name of the n'th column in the table
getColumnName(int) - Method in class at.spardat.xma.datasource.TabularDataHeader
Returns the name of a column with a given index.
getComparator() - Method in class at.spardat.xma.mdl.table.XMATableColumn
 
getComponent() - Method in class at.spardat.xma.appshell.Task
Get the component containing this task.
getComponent() - Method in class at.spardat.xma.page.PageClient
Returns the Component this belongs to.
getComponent() - Method in class at.spardat.xma.page.PageServer
Returns the component this page is part of.
getComponent(String) - Method in class at.spardat.xma.session.XMASessionClient
Creates a Component of the same application.
getComponent(short) - Method in class at.spardat.xma.session.XMASessionServer
Returns the ComponentServer registered for the provided id or null if there is no such component.
getComponentClassName(String) - Method in class at.spardat.xma.session.XMASessionServer
Given the short name of a component (which is also the name of the class without the package name), this method returns the fully qualified name of the components class.
getComponentExtern(String) - Method in class at.spardat.xma.session.XMASessionClient
Creates a Component from an other application.
getComponents() - Method in class at.spardat.xma.session.XMASessionClient
Returns an Iterator over the list of registered Components.
getComposite() - Method in class at.spardat.xma.component.EmbeddableComponent
 
getComposite() - Method in class at.spardat.xma.page.Notebook
Gets the SWT-Composite of the PageClient which is the TabFolder of the Notebook.
getComposite() - Method in class at.spardat.xma.page.NotebookPage
Get the SWT-Composite of the NotebookPage.
getComposite() - Method in class at.spardat.xma.page.PageClient
Get the SWT-Composite of the PageClient.
getCompressed() - Method in class at.spardat.xma.util.ByteArray
Creates a new ByteArray by compressing the contents of this.
getContext() - Method in class at.spardat.xma.component.ComponentClient
Returns the global context.
getContext() - Method in class at.spardat.xma.session.XMASession
Returns the execution context of this session.
getContext() - Method in class at.spardat.xma.session.XMASessionClient
Returns the execution context of this session.
getContext() - Method in class at.spardat.xma.session.XMASessionServer
Returns the execution context of this session.
getContextComp() - Method in class at.spardat.xma.appshell.ContextAppShell
Gets the swt-composite for holding the context strings of the call stack.
getContextPath() - Method in class at.spardat.xma.session.XMASessionServer
Returns the context path of the enclosing web-application.
getContextString() - Method in interface at.spardat.xma.appshell.ITask
Get the context string of this task.
getContextString() - Method in class at.spardat.xma.appshell.Task
Get the context string of this task.
getContextString() - Method in class at.spardat.xma.component.EmbeddableComponent
 
getContextString() - Method in interface at.spardat.xma.page.IEmbeddable
 
getContextString() - Method in class at.spardat.xma.page.Notebook
 
getContextString() - Method in class at.spardat.xma.page.PageClient
 
getControl() - Method in class at.spardat.xma.mdl.ValidationErrorClient
Returns the control which is in error.
getCount() - Method in class at.spardat.xma.event.global.GlobalEvent
 
getCounts(int[]) - Method in class at.spardat.xma.session.XMASessionServer
Requires that counts holds an array of size at least 3 and returns the following counts in the array elements: The number of stateful components active in this session, the number of pages in all these components and the estimated number of bytes of all pages in all components in this session.
getCurrentEvent() - Method in class at.spardat.xma.page.PageClient
Get the current SWT-Event.
getDataSource() - Method in interface at.spardat.xma.mdl.list.IListDomWM
Returns the set data source or null, if non is set.
getDataSource() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
getDateTextField() - Method in class at.spardat.xma.widgets.DatePicker
Returns the text field used by the DatePicker.
getDefaultAbsolutWidth() - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the default absolute width.
getDefaultMaxWidth() - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the default maximum width.
getDefaultMinWidth() - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the default minimum width.
getDialog() - Method in class at.spardat.xma.component.EmbeddableComponent
 
getDialog() - Method in class at.spardat.xma.page.DialogPage
Get the DialogPage of this Page.
getDialog() - Method in interface at.spardat.xma.page.IEmbeddable
Gets the containing dialog of the PageClient.
getDialog() - Method in class at.spardat.xma.page.Notebook
Gets the containing dialog of the PageClient by calling PageClient.getDialog() on the active NotebookPage.
getDialog() - Method in class at.spardat.xma.page.PageClient
Get the DialogPage of the PageClient.
getDialogPage() - Method in class at.spardat.xma.page.PageClient
Get the DialogPage of the PageClient.
getDisplay() - Method in class at.spardat.xma.component.ComponentClient
Gets the Display used by all Pages in the Component.
getDomRow(String) - Method in class at.spardat.xma.datasource.Domain
Returns an object providing information about a domain value whose key is given.
getDomRow(int) - Method in interface at.spardat.xma.datasource.ITabularDomData
Returns a domain row at a provided index.
getDomRow(String) - Method in interface at.spardat.xma.datasource.ITabularDomData
Returns a row for a provided key or null if there is no row with that key.
getDomRow(int) - Method in class at.spardat.xma.datasource.TabularDomData
 
getDomRow(String) - Method in class at.spardat.xma.datasource.TabularDomData
 
getDomRows(boolean) - Method in class at.spardat.xma.datasource.Domain
Returns an array with all IDomRows of a domain.
getDomRows() - Method in class at.spardat.xma.datasource.Domain
Returns an array with all time valid IDomRows of a domain.
getDomTable() - Method in class at.spardat.xma.datasource.Domain
Returns the table of domain values associated with the current environment.
getDomTable(String, XMASession) - Method in interface at.spardat.xma.datasource.ITabularDataSource
Convenience method to retrieve a table that contains domain values.
getDomTable(String, XMASession) - Method in class at.spardat.xma.datasource.TabularDataSourceClient
 
getDomTable(String, XMASession) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
 
getDomainType() - Method in class at.spardat.xma.datasource.Domain
Extracts the value of the type-parameter from the baseSpec.
getEncodedValue() - Method in class at.spardat.xma.mdl.Atom
 
getEncodedValue() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the String encoded value of this.
getEncodedValue() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
getEntry(int) - Method in interface at.spardat.xma.mdl.list.IListWM
Get the entry at the specified position.
getEntry(String) - Method in interface at.spardat.xma.mdl.list.IListWM
Get the entry for the given key.
getEntry(int) - Method in class at.spardat.xma.mdl.list.ListWM
 
getEntry(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
getEnvironment() - Method in interface at.spardat.xma.security.XMAContext
Returns the environment the user used to log in.
getErrorCount() - Method in class at.spardat.xma.page.DialogPage
Returns the number of Errors in this dialog including its subpages.
getErrorText(Locale) - Method in class at.spardat.xma.mdl.ValidationErrorClient
Returns an internationalized error message of the defect.
getEventName() - Method in class at.spardat.xma.rpc.RemoteCall
Returns the name of the server side event method that will be called as provided at construction time.
getEventName() - Method in class at.spardat.xma.session.ExternalEvent
 
getException() - Method in class at.spardat.xma.baserpc.ServerToClientData
Returns the exception that has been set at the server or null if none.
getExitstatus() - Method in class at.spardat.xma.page.DialogPage
Returns the exitStatus of the DialogPage.
getExitstatus() - Method in class at.spardat.xma.security.XMACallbackHandler
Returns the exitStatus of the login dialog.
getExpireDurationClientSecs(String) - Method in interface at.spardat.xma.datasource.ITableProvider
Defines the number of seconds a table of a particular type may be cached at the XMA client without calling the XMA-server for an uptodate check.
getExpireDurationClientSecs(String) - Method in class at.spardat.xma.datasource.RessourceBundleProviderServer
Returns 30 days, which de facto means never.
getExpireDurationClientSecs(String) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
The default implemententation is to consult the installed table providers.
getExpireDurationServerSecs(String) - Method in interface at.spardat.xma.datasource.ITableProvider
Defines the number of seconds a table of a particular type may be cached at the server without calling provideTable again.
getExpireDurationServerSecs(String) - Method in class at.spardat.xma.datasource.RessourceBundleProviderServer
Returns 30 days, which de facto means never.
getExpireDurationServerSecs(String) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
The default implemententation is to consult the installed table providers.
getExpiresMilliSec() - Method in class at.spardat.xma.event.global.GlobalEvent
 
getExtend() - Method in class at.spardat.xma.page.PageClient
Gets the extention object of the page.
getFactorX() - Method in class at.spardat.xma.page.Scaler
Returns the scaling factor in X-direction.
getFactorY() - Method in class at.spardat.xma.page.Scaler
Returns the scaling factor in Y-direction.
getFilterConfig() - Method in class at.spardat.xma.session.HashFilter
Part of Filter Interface contained in weblogic 6.1
getFmt() - Method in interface at.spardat.xma.mdl.list.IListWMClient
Returns the associated Formatter or null if none is associated.
getFmt() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
getFmt() - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Returns a clone of the associated Formatter or null if none is associated.
getFmt() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
getFmtInternal() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
Returns the formatter for internal, read-only access.
getFocusControl() - Method in class at.spardat.xma.page.DialogPage
Gets the Control on the DialogPage or a Subpage of it, which currently has the focus.
getFont(String, int, int) - Method in class at.spardat.xma.component.ComponentClient
Returns a font for the specified data that is owned by this component and automatically disposed if this component is disposed.
getFontByHeight(Font, int) - Method in class at.spardat.xma.component.ComponentClient
Returns a font whose name and style is taken from template and whose height is provided.
getFontByStyle(Font, int) - Method in class at.spardat.xma.component.ComponentClient
Returns a font whose name and height is taken from template and whose style is provided.
getForegroundColor() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the foreground color set of null, if no color is set.
getFormattedString() - Method in interface at.spardat.xma.mdl.list.IListWMClient
Provides a string that results from applying the formatter to the internally stored representation of the selected entry.
getFormattedString() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
getFormattedString() - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Provides a string that results from applying the formatter to the internally stored value.
getFormattedString() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
getFormatter(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Returns the formatter set for the column at index columnIndex or null if none has been set.
getFormatter(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
Returns the formatter set for the column at index columnIndex or null if none has been set.
getFormatter() - Method in class at.spardat.xma.mdl.table.XMATableColumn
Returns the formatter set or null if none has been set.
getGreen() - Method in class at.spardat.xma.mdl.tree.NodeColor
 
getHelpUri() - Method in class at.spardat.xma.component.ComponentClient
Gets the URI to the help page explaining this component.
getHelpUri() - Method in class at.spardat.xma.page.PageClient
Gets the URI to the help page explaining this page.
getHelpUriBase() - Method in class at.spardat.xma.page.PageClient
Gets the URI to the help page explaining this page.
getHttpSession() - Method in class at.spardat.xma.session.XMASessionServer
Returns the servlet session that this XMASession is an attribute of.
getId() - Method in class at.spardat.xma.component.Component
Returns the id of this component.
getId() - Method in class at.spardat.xma.event.global.GlobalEvent
 
getId() - Method in class at.spardat.xma.mdl.WModel
Every widget model has an integer id which identifies the model within the scope of its page.
getId() - Method in class at.spardat.xma.page.Page
Every page model has an integer id which identifies the page model within its component.
getId() - Method in class at.spardat.xma.session.XMASessionClient
Gets the id of the session; with http-comunication this is the session cookie.
getIdsOfDeadComponents() - Method in class at.spardat.xma.session.XMASessionClient
Returns a newly created array of ids of dead components.
getImage() - Method in interface at.spardat.xma.appshell.IMenuItem
 
getImage() - Method in class at.spardat.xma.appshell.MenuItem
 
getImage(short) - Method in class at.spardat.xma.component.ComponentClient
Get an Image by its ID.
getImage(String) - Method in class at.spardat.xma.component.ComponentClient
Get an Image by naming its resource-file.
getImageId() - Method in class at.spardat.xma.mdl.table.TableRow
Returns the image id if one has been set before or 0 if none has been set.
getImageId() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the image id of the image of this node or 0 if none has been set.
getIndex() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the index of the MenuItem in the list of subitems in its parent.
getIndex() - Method in class at.spardat.xma.appshell.MenuItem
Get the index of the MenuItem in the list of subitems in its parent.
getIndexOf(IMenuItem) - Method in interface at.spardat.xma.appshell.IMenuItem
Get the index of the given MenuItem in the submenu of this.
getIndexOf(IMenuItem) - Method in class at.spardat.xma.appshell.MenuItem
Get the index of the given MenuItem in the submenu of this.
getInitialRepeatDelay() - Method in class org.vafada.swtcalendar.RepeatingButton
 
getInstance(String) - Static method in class at.spardat.xma.datasource.Domain
Returns an Domain object associated with a domain identified by specTable
getInstance() - Static method in class at.spardat.xma.event.global.GlobalEventManager
Returns a singleton GlobalEventManager object.
getInstance() - Static method in class at.spardat.xma.mdl.UIDelegateFactoryClient
Returns an instance of the factory.
getInstance(Composite) - Static method in class at.spardat.xma.page.Scaler
Get an instance of the scaler.
getInstance(String) - Static method in class at.spardat.xma.pipes.XMAPipe
Creates the pipe (as Object and on the OS).
getInstance() - Static method in class at.spardat.xma.plugins.PluginManagerServer
Returns the single PluginManager instance at the server side of XMA.
getItems() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the list of all MenuItems of the submenu of this MenuItem.
getItems() - Method in class at.spardat.xma.appshell.MenuItem
Get the list of all MenuItems of the submenu of this MenuItem.
getKey() - Method in interface at.spardat.xma.datasource.IDomRow
The value of the column COD_KEY in the ITabularDomData.
getKey() - Method in class at.spardat.xma.mdl.table.TableRow
Returns the key or null if it has not been set yet.
getKey() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the key of this node.
getKey(int) - Method in class at.spardat.xma.mdl.util.KeyedList
Returns the key for the entry at the provided index.
getKey(int) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns the key at a provided row index.
getLastClientMeasurement() - Method in class at.spardat.xma.rpc.RemoteCall
Returns the measurement of the previos RPC.
getLengthInHeader() - Method in class at.spardat.xma.util.ByteArray
Returns the length stored in the header.
getLocale() - Method in class at.spardat.xma.datasource.TableSpec
Requires that this contains the attribute _loc and returns the corresponding Locale object.
getLocale() - Method in interface at.spardat.xma.security.XMAContext
Returns the java.util.Locale to use for the logged in user.
getLogger() - Method in class at.spardat.xma.session.XMASessionClient
Get the client side logger
getLongValue(String) - Method in class at.spardat.xma.datasource.Domain
Returns the Locale-dependent long value associated with the key stored in this.
getLongValue() - Method in interface at.spardat.xma.datasource.IDomRow
The value of the column LONG_VALUE in the ITabularDomData.
getMainPage() - Method in class at.spardat.xma.component.EmbeddableComponent
Gets the page which will be shown by the component.
getMandant() - Method in interface at.spardat.xma.security.XMAContext
Returns the mandant the logged in user belongs to.
getMaxWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the maximum width of the given column in pixel.
getMenu(String) - Method in class at.spardat.xma.appshell.AppShell
Get the MenuItem registered under the given menuId.
getMenu() - Method in interface at.spardat.xma.appshell.ITask
Get the menu item of this Task.
getMenu() - Method in class at.spardat.xma.appshell.MenuAppShell
Creates the Menu which serves as the root menu widget and is set at: menuW.
getMenu() - Method in class at.spardat.xma.appshell.Task
Get the menu item of this Task.
getMenuComp() - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Get the swt-composite for holding the menu items.
getMenuResource() - Method in class at.spardat.xma.appshell.AppShell
Get the ResourceBundle containing the labels for all menu items.
getMinLimit() - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Return the lower limit for all column widths.
getMinWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the minimum width of the given column in pixel.
getModelClass(short) - Method in class at.spardat.xma.component.Component
Gets the full classname for the given typeId of a page in the component.
getModule() - Method in class at.spardat.xma.security.XMALoginContext
Gets the used login module.
getMonth() - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
getName() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the name of the MenuItem.
getName() - Method in class at.spardat.xma.appshell.MenuItem
Get the name of the MenuItem.
getName() - Method in class at.spardat.xma.baserpc.ClientToServerData
Returns the name of the RPC.
getName() - Method in class at.spardat.xma.component.Component
Returns the short name of this component.
getName() - Method in class at.spardat.xma.event.global.GlobalEvent
 
getName() - Method in interface at.spardat.xma.security.XMAContext
Returns the name of the user logged in.
getNewContext() - Method in class at.spardat.xma.security.ContextChangeEvent
Get the XMAContext before the user change
getNextButton() - Method in class at.spardat.xma.page.Assistent
 
getNextPage() - Method in class at.spardat.xma.page.AssistentPage
Decide which WizardPage should be shown after the user pressed the Next-Button.
getNode(String) - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns the tree node for a particular key or null if there is no such node.
getNode(String) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getNotebook() - Method in class at.spardat.xma.page.NotebookPage
Gets the Notebook containing this NotebookPage.
getNumPageModels() - Method in class at.spardat.xma.component.Component
Gets the number of registered PageModels in this Component.
getNumWModels() - Method in class at.spardat.xma.page.Page
Returns the number of Widget Models in this Page.
getOKButton() - Method in class at.spardat.xma.page.Assistent
 
getOldContext() - Method in class at.spardat.xma.security.ContextChangeEvent
Get the XMAContext after the user change
getOrderStyle() - Method in interface at.spardat.xma.mdl.list.IListDomWMClient
Returns one of the SHOW_* constants.
getOrderStyle() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
getOutputStream() - Method in class at.spardat.xma.util.ByteArray
Returns an OutputStream that allows to append to this.
getPage() - Method in interface at.spardat.xma.appshell.ITask
Get the page or component embedded or called by this Task
getPage() - Method in class at.spardat.xma.appshell.Task
Get the page or component embedded or called by this Task
getPage() - Method in class at.spardat.xma.mdl.list.ListDomWM
Returns the page this widget model is part of.
getPage() - Method in class at.spardat.xma.mdl.table.TableBaseWM
Returns the page this widget model belongs to.
getPage() - Method in class at.spardat.xma.mdl.tree.TreeWM
Returns the page this widget model belongs to.
getPage(int) - Method in class at.spardat.xma.page.Assistent
Gets the AssistentPage with the given index
getPage(int) - Method in class at.spardat.xma.page.Notebook
Gets the NotebookPage with the given index.
getPageModel(short) - Method in class at.spardat.xma.component.Component
Gets the Page with the given ID.
getPageModelC() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
Returns the PageClient this WidgetModelC belongs to.
getPageModelC() - Method in class at.spardat.xma.mdl.list.ListWMClient
Returns the PageClient this WidgetModelC belongs to.
getPageModelC() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
Returns the PageClient this WidgetModelC belongs to.
getPageModels() - Method in class at.spardat.xma.component.Component
Gets an Iterator to iterate over all living PageModels.
getParameter(int) - Method in class at.spardat.xma.baserpc.BaseRPCClient
Returns a parameter set at the server side.
getParameter(int) - Method in class at.spardat.xma.baserpc.RemoteData
Retrieves a parameter for a given id.
getParameter(int) - Method in class at.spardat.xma.rpc.RemoteCall
Retrieves a parameter for a given id.
getParameter(int) - Method in class at.spardat.xma.rpc.RemoteOperation
Retrieves a parameter for a given id.
getParameter(int) - Method in class at.spardat.xma.rpc.RemoteReply
Retrieves a parameter for a given id.
getParameterCount() - Method in class at.spardat.xma.baserpc.RemoteData
Returns the number of parameters
getParent() - Method in class at.spardat.xma.appshell.MenuItem
Get the MenuItem containing this MenuItem in its submenu.
getParent() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the parent of this tree node or null, if this node is a root node.
getParent() - Method in class at.spardat.xma.page.Notebook
Gets the PageClient containig this Notebook.
getParent() - Method in class at.spardat.xma.page.PageClient
Get the Parent of the PageClient, if any.
getParent() - Method in class at.spardat.xma.page.PageServer
Returns the parent page or null, if this page has no parent
getParentAttached() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the visual representation of the parent MenuItem
getParentAttached() - Method in class at.spardat.xma.appshell.MenuItem
Get the visual representation of the parent MenuItem
getParentKey() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the key of the parent node of this if this node is an inner node or null, if this node is a root.
getParentTask() - Method in interface at.spardat.xma.appshell.ITask
Get the parent Task of this Task.
getParentTask() - Method in class at.spardat.xma.appshell.Task
Get the parent Task of this Task.
getPercent(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the percentage of the given column.
getPickedCalendar() - Method in class at.spardat.xma.widgets.DatePicker
Returns the calendar set with the date as chosen by the date-chosser dialog.
getPipeName() - Method in class at.spardat.xma.pipes.XMAPipe
 
getPlugin(Class) - Method in class at.spardat.xma.plugins.PluginManager
Finds the configured Plugin implementing the given interface.
getPlugin(String) - Method in class at.spardat.xma.plugins.PluginManager
Returns a plugin implementation for a specified interface name.
getPlugin(String, ClassLoader) - Method in class at.spardat.xma.plugins.PluginManager
Returns a plugin implementation for a specified interface name.
getPluginManager() - Method in class at.spardat.xma.session.XMASession
Returns the PluginManager that must be used to retrieve client side plugin implementations.
getPluginManager() - Method in class at.spardat.xma.session.XMASessionClient
Returns the PluginManager that must be used to retrieve client side plugin implementations.
getPluginManager() - Method in class at.spardat.xma.session.XMASessionServer
 
getPosition() - Method in class at.spardat.xma.util.ByteArray
Returns current position
getPreLoginInfo(HttpSession) - Method in interface at.spardat.xma.security.LoginModuleServer
Get information needed on the client side before the login.
getPrevButton() - Method in class at.spardat.xma.page.Assistent
 
getPrevPage() - Method in class at.spardat.xma.page.AssistentPage
Decide which WizardPage should be shown after the user pressed the Prev-Button.
getPropDes() - Method in class at.spardat.xma.component.Component
 
getPropDes(String) - Method in class at.spardat.xma.component.Component
Gets the descriptor of a given property Only properties defined in the guidesigner for this component are found by this method.
getProperties() - Method in class at.spardat.xma.component.ComponentClient
Gives all properties of the component.
getProperties() - Method in class at.spardat.xma.event.global.GlobalEvent
 
getProperties() - Method in class at.spardat.xma.session.ExternalEvent
 
getProperty(String) - Static method in class at.spardat.xma.RuntimeDefaults
Get the default value for the named property.
getProperty(String, String) - Static method in class at.spardat.xma.RuntimeDefaults
Get the default value for the named property.
getProperty(String) - Method in class at.spardat.xma.component.ComponentClient
Gives the value of a property.
getProperty(String) - Method in class at.spardat.xma.datasource.TableSpec
Returns a property for a provided key or null if there is no property for that key.
getProperty(String) - Method in class at.spardat.xma.event.global.GlobalEvent
 
getProperty(String, String) - Method in class at.spardat.xma.event.global.GlobalEvent
 
getProperty(String) - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns an auxiliary property for a given key.
getProperty(String) - Method in class at.spardat.xma.session.ExternalEvent
 
getProperty(String, String) - Method in class at.spardat.xma.session.ExternalEvent
 
getRTSession() - Method in class at.spardat.xma.component.ComponentClient
Returns the Session this belongs to (you can rely on the returned object not to be null).
getRed() - Method in class at.spardat.xma.mdl.tree.NodeColor
 
getRel(int) - Method in class at.spardat.xma.util.ByteArray
Returns the byte at (position+offset) without changing the current position.
getRepeatDelay() - Method in class org.vafada.swtcalendar.RepeatingButton
 
getResult() - Method in class at.spardat.xma.serializer.AsciiSerializer
 
getResult() - Method in class at.spardat.xma.serializer.BinarySerializer
 
getResult() - Method in interface at.spardat.xma.serializer.Serializer
Returns the array of bytes that is the result of the serialization process.
getRollbackModelChanges() - Method in class at.spardat.xma.rpc.RemoteReply
Returns if model changes should be rolled back at the end of the execution of the server side event method.
getRootCount() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns the number of root nodes in this tree
getRootCount() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getRoots() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns the root nodes of this tree.
getRoots() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getRow(int) - Method in class at.spardat.xma.datasource.TabularData
Gets the table row with the index row.
getRow(String) - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns the table row for a provided key.
getRow(int) - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns the table row at a provided zero based row index.
getRow(String) - Method in class at.spardat.xma.mdl.table.TableWM
Returns the table row for a provided key.
getRow(int) - Method in class at.spardat.xma.mdl.table.TableWM
Returns the table row at a provided zero based row index.
getRowIndex() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
Returns the row index of the row where the change is applied
getRuntimeProperty(String) - Method in class at.spardat.xma.session.XMASessionClient
Returns the property with the specified key in the runtime properties.
getRuntimeProperty(String, String) - Method in class at.spardat.xma.session.XMASessionClient
Returns the property with the specified key in the runtime properties.
getSCN() - Method in class at.spardat.xma.component.Component
Returns the server change number.
getSelected() - Method in interface at.spardat.xma.mdl.ISelectable
Returns the id of the selected element.
getSelected() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
getSelected() - Method in class at.spardat.xma.mdl.list.ListWM
 
getSelected() - Method in class at.spardat.xma.mdl.table.TableWM
 
getSelected() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getSelectedNode() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns the selected tree node or null if there is no such node.
getSelectedNode() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getSelection() - Method in interface at.spardat.xma.mdl.ISelectable
Returns a newly created array containing the ids of the selected entries or an empty array, if nothing is selected.
getSelection() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
getSelection() - Method in class at.spardat.xma.mdl.list.ListWM
 
getSelection() - Method in class at.spardat.xma.mdl.table.TableWM
 
getSelection() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getSelectionCount() - Method in interface at.spardat.xma.mdl.ISelectable
Returns the number of selected elements.
getSelectionCount() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
getSelectionCount() - Method in class at.spardat.xma.mdl.list.ListWM
 
getSelectionCount() - Method in class at.spardat.xma.mdl.table.TableWM
 
getSelectionCount() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getSelectionOrdered() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns a newly created array containing the ids of the selected entries in ordered by the rows on the screen.
getSelectionOrdered() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
getSerializationMode(XMASession) - Method in class at.spardat.xma.serializer.SerializerFactory
Returns one of the SER_-constants that determine the current serialization mode.
getSerializationMode0(XMASession) - Method in class at.spardat.xma.baserpc.BaseRpcSerFactory
 
getSerializationMode0(XMASession) - Method in class at.spardat.xma.serializer.SerializerFactory
Returns one of the SER_-constants that determine the current serialization mode.
getSerializationMode0(XMASession) - Method in class at.spardat.xma.serializer.SerializerFactoryClient
 
getSerializationMode0(XMASession) - Method in class at.spardat.xma.serializer.SerializerFactoryServer
 
getServerHighCounts() - Method in class at.spardat.xma.session.XMASessionServer
 
getSession() - Method in class at.spardat.xma.component.ComponentClient
Returns the Session this belongs to (you can rely on the returned object not to be null).
getSession() - Method in class at.spardat.xma.component.ComponentServer
Returns the Session this belongs to (you can rely on the returned object not to be null).
getSession() - Method in class at.spardat.xma.security.XMACallbackHandler
 
getShell() - Method in class at.spardat.xma.page.DialogPage
Get the SWT-Shell of the DialogPage.
getShortValue(String) - Method in class at.spardat.xma.datasource.Domain
Returns the Locale-dependent short value associated with the key.
getShortValue() - Method in interface at.spardat.xma.datasource.IDomRow
The value of the column SHORT_VALUE in the ITabularDomData.
getShowStyle() - Method in interface at.spardat.xma.mdl.list.IListDomWMClient
Returns one of the ORDER_* constants.
getShowStyle() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
getSome() - Method in class at.spardat.xma.mdl.util.TransStringSet
Returns some String in this set or null if size() == 0.
getSome() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
getSome() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
getSons() - Method in class at.spardat.xma.mdl.util.DNode
Returns an iterator that iterates over the sons or null, if this has no sons.
getSortingColumn() - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Returns the index of the column sorting the table or -1 if the table is not sorted by any column.
getSortingColumn() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
getSpecTable() - Method in class at.spardat.xma.datasource.Domain
Returns the String that specifies the domain table.
getStringEntry(int) - Method in interface at.spardat.xma.mdl.list.IListWM
Get the entry at the specified position.
getStringEntry(int) - Method in class at.spardat.xma.mdl.list.ListWM
 
getStyle() - Method in interface at.spardat.xma.appshell.IMenuItem
If no style was set then SWT.NONE is returned.
getStyle() - Method in class at.spardat.xma.appshell.MenuItem
If no style was set then SWT.NONE is returned.
getSubTask() - Method in interface at.spardat.xma.appshell.ITask
Get the direct subtask of this Task.
getSubTask() - Method in class at.spardat.xma.appshell.Task
Get the direct subtask of this Task.
getSubject() - Method in class at.spardat.xma.security.XMALoginContext
Gets the authenticated Subject.
getSubject() - Method in class at.spardat.xma.session.XMASession
Returns the subject as supplied by the JAAS conforming login module.
getSubject() - Method in class at.spardat.xma.session.XMASessionClient
Returns the subject as supplied by the JAAS conforming login module.
getSubject() - Method in class at.spardat.xma.session.XMASessionServer
Returns the subject as supplied by the JAAS conforming login module.
getTabFolder() - Method in class at.spardat.xma.page.Notebook
Gets the TabFolder of the Notebook.
getTabItem() - Method in class at.spardat.xma.page.NotebookPage
Get the TabItem corresponding to this NotebookPage
getTable(String, XMASession) - Method in interface at.spardat.xma.datasource.ITabularDataSource
Retrieves a table from this data source.
getTable(String, XMASession) - Method in class at.spardat.xma.datasource.TabularDataSourceClient
Loads a table from the file cache.
getTable(String, XMASession) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
This method is not indented to be overwritten.
getTableClientWidth(Table) - Static method in class at.spardat.xma.mdl.table.TableLayoutManager
Get the width of the client area of the given table.
getTableProviderSafe(String) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
Returns the ITableProvider for a given tabular datasource type.
getTableRowFor(Object) - Static method in class at.spardat.xma.mdl.table.TableWMClient
Returns the model's TableRow to the given TableItem.
getTask() - Method in interface at.spardat.xma.appshell.IMenuItem
Get the Task than will be called whenever this MenuItem is selected.
getTask() - Method in class at.spardat.xma.appshell.MenuItem
Get the Task than will be called whenever this MenuItem is selected.
getText(int) - Static method in class at.spardat.xma.exception.Codes
Returns the localized text for a particular code.
getText() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the text of this node.
getText() - Method in class at.spardat.xma.mdl.util.DNode
Returns the text stored in this node
getTopTask() - Method in class at.spardat.xma.appshell.AppShell
Get the task on top of the call stack.
getTopTask() - Method in interface at.spardat.xma.appshell.IAppShell
Get the task on top of the call stack.
getTransformations() - Method in class at.spardat.xma.session.Transform
 
getTreeNodeFor(Object) - Static method in class at.spardat.xma.mdl.tree.TreeNode
This is the inverse method to getUITreeItem.
getType() - Method in class at.spardat.xma.datasource.TableSpec
Returns the type which has been part of the specification string provided in the constructor.
getType() - Method in class at.spardat.xma.mdl.Atom
Returns the type constant.
getType() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the type constant.
getType() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Returns the type constant.
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
getType() - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
Returns a type indicator used in serialization
getTypeId() - Method in class at.spardat.xma.page.Page
A subclass is responsible for generating a unique id to identify the type of this Page.
getUIControl() - Method in class at.spardat.xma.mdl.UIDelegateClient
This method returns the attached UI-control.
getUIControl() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
getUIControl() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
getUIControl() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
getUIControl() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
getUIControl() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
getUIDelegate() - Method in interface at.spardat.xma.mdl.IWModelClient
Returns the attached UIDelegateClient.
getUIDelegate() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
getUIDelegate() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
getUIDelegate() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
getUIDelegate() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
getUIDelegate() - Method in class at.spardat.xma.mdl.tree.TreeWMClient
Returns the UI-delegate.
getUILabel() - Method in class at.spardat.xma.mdl.UIDelegateClient
Returns the label that has been provided via attachUI.
getUILabel() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
getUILabel() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
getUILabel() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
getUILabel() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
getUILabel() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
getUIRowIndex() - Method in class at.spardat.xma.mdl.table.TableRow
At the client side, this TableRow has a representation in a UI library if the UI is already created.
getUITreeItem() - Method in class at.spardat.xma.mdl.tree.TreeNode
At the client side, this TreeNode has a representation in a UI library.
getUncompressed() - Method in class at.spardat.xma.util.ByteArray
Creates a new ByteArray by uncompressing the contents of this.
getUnserializableCollection(int) - Method in class at.spardat.xma.baserpc.BaseRPCClient
Returns a Collection from the server.
getUnserializableCollection(int) - Method in class at.spardat.xma.baserpc.RemoteData
Retrieves a parameter that has been set via setUnserializableCollection.
getUri() - Method in class at.spardat.xma.session.XMASessionClient
Gets the application-uri
getValue(int) - Method in class at.spardat.xma.mdl.util.KeyedList
Returns the value of the entry at the provided index.
getValue(String) - Method in class at.spardat.xma.mdl.util.KeyedList
Returns the value for the provided key or null if this list does not contain an entry with the specified key.
getVersion() - Static method in class at.spardat.xma.util.Version
Returns a String of the form major.minor.bugfix
getVersionNumber() - Static method in class at.spardat.xma.util.Version
Returns a numeric version identification.
getWModel() - Method in class at.spardat.xma.mdl.UIDelegateClient
Returns the WidgetModel this UIDelegateClient is attached to.
getWModel() - Method in class at.spardat.xma.mdl.ValidationErrorClient
Returns the widget model whose UI is in error.
getWModel() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
getWModel() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
getWModel() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
getWModel() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
getWModel() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
getWModel(short) - Method in class at.spardat.xma.page.Page
Returns a particular WidgetModel.
getWModels() - Method in class at.spardat.xma.page.Page
Returns an array of all WidgetModels of this page.
getWidgets() - Method in class at.spardat.xma.page.PageClient
Returns an array of all Widgets of this page.
getXMASession(HttpSession) - Static method in class at.spardat.xma.session.XMASessionServer
Returns the XMASessionServer object that is bound to the given httpSession or null if none is bound yet.
getXMASession() - Static method in class at.spardat.xma.session.XMASessionServer
Returns the XMASession bound to the currently executing thread.
globalEvent(GlobalEvent) - Method in interface at.spardat.xma.event.global.GlobalEventListener
 
gzipCompression - Static variable in class at.spardat.xma.session.Transform
 

H

HEADER_LEN - Static variable in class at.spardat.xma.util.ByteArray
Length of the header
HashFilter - class at.spardat.xma.session.HashFilter.
Filters hash values from the URL in the request.
HashFilter() - Constructor for class at.spardat.xma.session.HashFilter
 
Header - Static variable in class at.spardat.xma.session.Transform
 
HelpView - class at.spardat.xma.help.HelpView.
Instances of this class display the Help Files of a XMA - Component using the SWT browser widget.
HelpView() - Constructor for class at.spardat.xma.help.HelpView
Constructor of HelpView.
HelpView(String, boolean, int, int) - Constructor for class at.spardat.xma.help.HelpView
Creates a HelpView object with some customization.
HelpView(String, boolean, int, int, int) - Constructor for class at.spardat.xma.help.HelpView
Creates a HelpView object with some customization.
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.WModel
All events that might change a WidgetModel are executed via this method.
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListWM
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListWMClient
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
This method does not simply apply the ChangeEvent to this, but also notifies the UIDelegateClient to allow it to synchronize the UI.
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.table.TableWM
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.table.TableWMClient
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
handle(ModelChangeEvent) - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
handle(Callback[]) - Method in class at.spardat.xma.security.XMACallbackHandler
Handle the callbacks.
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.UIDelegateClient
The widget model has been changed.
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
handleModelChangeEvent(ModelChangeEvent) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
handlePost(HttpServletRequest, HttpServletResponse, ServletConfig, IRPCExecutorServer) - Method in class at.spardat.xma.baserpc.BaseRPCServer
Must be called from the servlets doPost method
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.UIDelegateClient
This method is responsible for accepting events originating from the UI library, creating corresponding ModelChangeEvents and updating the WidgetModels.
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
The following events must be notified from the SWT combo box: SelectionEvent ModifyEvent FocusEvent for lost focus
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
The following events must be notified from SWT widgets: Widget EVENT -------------------------------------------------------------------- Button (RADIO, CHECK, TOGGLE) SelectionEvent Text VerifyEvent, ModifyEvent, FocusEvent from FocusListener.focusLost (important: do not call with FocusEvents from focusGained method).
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
The attached Table must delegate its SelectionEvent to this method in order to keep track of the selection state of the table.
handleUIEvent(Object, int) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
The attached Tree must delegate its SelectionEvent to this method in order to keep track of the selection state of the tree.
hasDummyNode() - Method in class at.spardat.xma.mdl.tree.TreeNode
Tests if a dummy node exists to this node.
hasHeader() - Method in class at.spardat.xma.util.ByteArray
Indicates if this has a header.
hasModels() - Method in class at.spardat.xma.page.PageClient
This Method will be implemented in the generated Class for each PageClient, to indicate if the WidgetModels are allready created.
hasRemaining() - Method in class at.spardat.xma.util.ByteArray
Returns true if there are bytes from the current position until the end.
hasSortIndicator() - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Shows if this table shows a sort indicator at the sorting column's header.
hasSortIndicator() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
hasValidationError(Widget) - Method in class at.spardat.xma.page.DialogPage
Determines if a validation error currently exists for a given widget.
hasValidationError(Widget) - Method in interface at.spardat.xma.page.IDialogPage
Determines if a validation error currently exists for a given widget.
hasValidationError(Widget) - Method in class at.spardat.xma.page.PageClient
Determines if a validation error currently exists for a given widget.
hasValue() - Method in class at.spardat.xma.mdl.Atom
Returns true if this Atom holds a value.
hasValue() - Method in interface at.spardat.xma.mdl.IAtomic
Returns true if this Atom holds a value.
hasValue() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Returns true if this model holds a value.
hasWidgets() - Method in class at.spardat.xma.appshell.AppShell
Determine if the AppShell still contains widgets.
hasWidgets() - Method in interface at.spardat.xma.appshell.IAppShell
Determine if the AppShell still contains widgets.
hashCode() - Method in class at.spardat.xma.datasource.TabularData
Maps this TabularData to an integer hash code.
hashCode() - Method in class at.spardat.xma.datasource.TabularDataHeader
 
hashCode() - Method in class at.spardat.xma.datasource.TabularDataRow
 
hashCode() - Method in class at.spardat.xma.mdl.Atom
 
hashCode() - Method in class at.spardat.xma.mdl.tree.NodeColor
 
hashIntegrityProtection - Static variable in class at.spardat.xma.RuntimeDefaults
defines if tabular tables downloaded to the xma client should be integrity-protected by hash-values.
hashProtection - Static variable in class at.spardat.xma.session.Transform
 
helpEvent() - Method in class at.spardat.xma.page.PageClient
Shows the help-uri of the page in a browser window.
helpRequested(HelpEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, help is requested for a Control.
helpRequested(HelpEvent) - Method in class at.spardat.xma.page.Notebook
Eventhandler called by SWT every time F1 is pressed inside the tabfolder.
hexDecode(byte[]) - Static method in class at.spardat.xma.serializer.Util
Does the inverse of hexEncode.
hexEncode(byte[]) - Static method in class at.spardat.xma.serializer.Util
Encodes every input byte as two hex characters

I

IAppShell - interface at.spardat.xma.appshell.IAppShell.
Interface for AppShell.
IAppShell - interface at.spardat.xma.page.IAppShell.
 
IAtomTransfer - interface at.spardat.xma.mdl.IAtomTransfer.
Interface to a plugin providing conversions from attribute classes and types to Atom.
IAtomic - interface at.spardat.xma.mdl.IAtomic.
Classes implementing IAtomic are the types used in XMA to represent atomic values both at the client and at the server side.
IComponentClient - interface at.spardat.xma.component.IComponentClient.
Interface for client side components.
IDialogPage - interface at.spardat.xma.page.IDialogPage.
The interface for all DialogPages.
IDomRow - interface at.spardat.xma.datasource.IDomRow.
Models a row in a ITabularDomData.
IEmbeddable - interface at.spardat.xma.page.IEmbeddable.
Interface of all Pages or other Objects (like Notebook) which may be embedded in other Pages.
IListDomWM - interface at.spardat.xma.mdl.list.IListDomWM.
The widget model that encapsulates domain values which are usually displayed in a combo box.
IListDomWMClient - interface at.spardat.xma.mdl.list.IListDomWMClient.
The client side API of an IListDomWM.
IListWM - interface at.spardat.xma.mdl.list.IListWM.
Interface of the widged model to represent a list of choises.
IListWMClient - interface at.spardat.xma.mdl.list.IListWMClient.
Client side interface of the widged model to represent a list of choises.
IMenuItem - interface at.spardat.xma.appshell.IMenuItem.
Interface for MenuItem.
IMonitoring - interface at.spardat.xma.monitoring.IMonitoring.
Interface used by the runtime to report time measurements of RPC executions.
INCOMPATIBLE_TYPES - Static variable in class at.spardat.xma.exception.Codes
Thrown in widget model classes if transfers between AtomicAttrVals and widget models are not possible due to incompatible type codes.
INVALID_HANDLE_VALUE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
IPageExtender - interface at.spardat.xma.page.IPageExtender.
 
IRPCExecutorServer - interface at.spardat.xma.baserpc.IRPCExecutorServer.
Responsible for executing base rpcs at the server side.
ISelectable - interface at.spardat.xma.mdl.ISelectable.
This interface is implemented by widget models that support the selection of entries in a keyed set (lists, tables, trees).
ISimpleWM - interface at.spardat.xma.mdl.simple.ISimpleWM.
A SimpleWM models the data that might be contained in a Text or Label, Check Box, Radio Button or Toggle Button on a UI.
ISimpleWMClient - interface at.spardat.xma.mdl.simple.ISimpleWMClient.
This class defines the behaviour of a SimpleWM at the client side of XMA.
ITableProvider - interface at.spardat.xma.datasource.ITableProvider.
Is implemented by XMATabularDataSourceServer and must be implemented by an XMA project that provides an additional (custom) datasource.
ITableWM - interface at.spardat.xma.mdl.table.ITableWM.
A table widget model where the programmer is in full control on what rows the table has, both at the client and at the server side.
ITableWMClient - interface at.spardat.xma.mdl.table.ITableWMClient.
Programmers interface to an direct table widget model at the client.
ITabularData - interface at.spardat.xma.datasource.ITabularData.
Represents a table consisting of Atoms provided by a ITabularDataSource.
ITabularDataSource - interface at.spardat.xma.datasource.ITabularDataSource.
Classes implementing this interface are able to provide tabular data.
ITabularDomData - interface at.spardat.xma.datasource.ITabularDomData.
An ITabularDomData is a special kind of tabular data, collectively known under the german word Domäne at SPARDAT.
ITask - interface at.spardat.xma.appshell.ITask.
Interface for Task.
ITreeWM - interface at.spardat.xma.mdl.tree.ITreeWM.
The API for a widget model that holds a tree and its selection status.
ITreeWMClient - interface at.spardat.xma.mdl.tree.ITreeWMClient.
The API to manipulate a ITreeWM at the client.
IWModelClient - interface at.spardat.xma.mdl.IWModelClient.
This interface is realized by all WidgetModels executing at the client side.
incrementSCN() - Method in class at.spardat.xma.component.Component
Increments the server change number.
indexOf(Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Get the index of the given entry.
indexOf(String) - Method in interface at.spardat.xma.mdl.list.IListWM
Get the index of the given entry.
indexOf(Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
indexOf(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
indexOf(String) - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns the index at which the row with the provided key is located or -1 if no row with key is here.
indexOf(String) - Method in class at.spardat.xma.mdl.table.TableWM
Returns the index at which the row with the provided key is located or -1 if no row with key is here.
indexOf(String) - Method in class at.spardat.xma.mdl.util.KeyedList
Returns the index of the entry whose key equals the one provided.
indexOf(String) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns the index of the row whose key equals the one provided.
init(ServletConfig) - Method in class at.spardat.xma.rpc.RPCServletServer
 
init(FilterConfig) - Method in class at.spardat.xma.session.HashFilter
Called by Servlet 2.3 complient web containers to indicate to a filter that it is being placed into service.
init() - Method in class org.vafada.swtcalendar.SWTDayChooser
 
initGUI() - Method in class at.spardat.xma.appshell.ContextAppShell
 
initGUI() - Method in class at.spardat.xma.appshell.MenuAppShell
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages.
initGUI() - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages.
initGUI() - Method in class at.spardat.xma.component.EmbeddableComponent
 
initGUI() - Method in class at.spardat.xma.page.Assistent
Creates the Widgets of the Assistent and the active AssistentPage by calling PageClient.createWidgets() on the Assistent and the active AssistentPage.
initGUI() - Method in class at.spardat.xma.page.AssistentPage
Creates the Composite and Widgets of the AssistentPage by calling PageClient.createWidgets().
initGUI() - Method in class at.spardat.xma.page.DialogPage
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages.
initGUI() - Method in class at.spardat.xma.page.EmbeddedPage
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages.
initGUI() - Method in class at.spardat.xma.page.Notebook
Creates the Widgets of all NotebookPages by calling NotebookPage.initGUI() on all NotebookPages.
initGUI() - Method in class at.spardat.xma.page.NotebookPage
Creates the Composite and Widgets of the NotebookPage by calling PageClient.createWidgets().
initGUI() - Method in class at.spardat.xma.page.PageClient
Creates the Widgets of the PageClient and all Subpages by calling PageClient.createWidgets() on the PageClient and all Subpages.
insertLangInFilename(String, Locale) - Static method in class at.spardat.xma.page.PageClient
Places the language code of the given locale into the file-part of the given uri just before the extention.
internalRemoveRows() - Method in class at.spardat.xma.mdl.table.TableWM
Removes only the rows but leave selection unchanged.
internalize(XmaInput) - Method in class at.spardat.xma.baserpc.ClientToServerData
 
internalize(XmaInput) - Method in class at.spardat.xma.baserpc.RemoteData
Reads parameters as written by externalizeParameters.
internalize(XmaInput) - Method in class at.spardat.xma.baserpc.ServerToClientData
Reads the stuff written by externalize
internalize(XmaInput) - Method in class at.spardat.xma.component.ComponentClient
This method gets the data stream after a server side event and applies the changes to this client side component.
internalize(XmaInput) - Method in class at.spardat.xma.component.ComponentServer
This is the partner operation of ComponentClient.externalize(at.spardat.xma.serializer.XmaOutput, boolean).
internalize(XmaInput) - Static method in class at.spardat.xma.mdl.Atom
Reads an Atom from an input stream and returns it.
internalize(XmaInput) - Method in interface at.spardat.xma.mdl.Synchronization
Updates the state of this with information of the given XMAObjectInput.
internalize(XmaInput) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.list.ListWM
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.table.TableWM
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.tree.TreeNode
Reads the instance variables text_, key_ and imageId_ from the stream.
internalize(XmaInput) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
Reads the instance variables from an input stream
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Updates the state of this with information of the given XmaInput.
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransString
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransStringSet
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
internalize(XmaInput) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
internalize(XmaInput) - Method in class at.spardat.xma.page.Page
 
internalize(XmaInput) - Method in class at.spardat.xma.rpc.RemoteReplyData
Reads the stuff written by externalize
internalizePageSet(XmaInput) - Method in class at.spardat.xma.component.Component
Reads the information produces via externalizePageSet and applies the changes to the models.
internalizeProperties(XmaInput) - Method in class at.spardat.xma.component.Component
Restores property model externalized via externalizeProperties.
invalidate(String, XMASession) - Method in class at.spardat.xma.datasource.TabularDataSourceClient
Removes the resource specified by spec from memory and from file cache.
invalidate(String) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
Removes the resource specified by spec from memory.
inverseTransform(String, byte[]) - Method in class at.spardat.xma.session.XMASessionClient
 
invoke() - Method in class at.spardat.xma.appshell.AppShell
Method called to start the AppShell.
invoke(Composite) - Method in class at.spardat.xma.component.ComponentClient
This Method is called by the Launcher to start the Component on the client side.
invoke(Object, Method, Object[]) - Method in class at.spardat.xma.component.ProxyHandler
 
invoke() - Method in class at.spardat.xma.page.DialogPage
Method called to start the DialogPage.
isActivated() - Method in class at.spardat.xma.help.HelpView
Determine if the browser is activated.
isAtServer() - Method in class at.spardat.xma.baserpc.BaseRpcSerFactory
 
isAtServer() - Method in class at.spardat.xma.page.Page
Indicates whether this Page executes at the server side.
isAtServer() - Method in class at.spardat.xma.serializer.AsciiSerializer
 
isAtServer() - Method in class at.spardat.xma.serializer.BinarySerializer
 
isAtServer() - Method in interface at.spardat.xma.serializer.Serializer
Returns whether this is produced at the server or at the client.
isAtServer() - Method in class at.spardat.xma.serializer.SerializerFactory
Indicates if this is executing at the server
isAtServer() - Method in class at.spardat.xma.serializer.SerializerFactoryClient
 
isAtServer() - Method in class at.spardat.xma.serializer.SerializerFactoryServer
 
isAtServer() - Method in interface at.spardat.xma.serializer.XmaOutput
Indicates that this is executing at the server
isAtServer() - Method in class at.spardat.xma.session.XMASession
Returns true if this session is in the server JVM.
isAtServer() - Method in class at.spardat.xma.session.XMASessionClient
 
isAtServer() - Method in class at.spardat.xma.session.XMASessionServer
 
isAtServer_ - Variable in class at.spardat.xma.mdl.table.TableBaseWM
Indicates that this instance is created at the server side.
isAuthorized(Subject, String) - Method in interface at.spardat.xma.security.Authorisation
Check if the given user is alowed to perform the given function.
isAutoDispose() - Method in class at.spardat.xma.appshell.Task
Tells if this task will automatically dispose the component started with Task.callBlocking(IXMAControl) or Task.callNonBlocking(IXMAControl).
isCleanSubmenu() - Method in class at.spardat.xma.appshell.Task
Tells if this task will remove the submenu from its MenuItem in closeRequested.
isCompressed() - Method in class at.spardat.xma.util.ByteArray
Returns if the stream is compressed.
isContextKey(String) - Static method in class at.spardat.xma.datasource.TableSpec
Returns true if key is one of the reserved context keys that are added with addContextParams.
isDoPrefixSearch() - Method in interface at.spardat.xma.mdl.list.IListWMClient
 
isDoPrefixSearch() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
isDoPrefixSearch() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
isDoit() - Method in class at.spardat.xma.security.VotingEvent
Query if a change is currently allowed.
isDomainColStructure(String[]) - Static method in class at.spardat.xma.datasource.TabularDomData
Given an array of column names, this method decides if a TabularDomData may be constructed with this structure.
isDummyNode() - Method in class at.spardat.xma.mdl.tree.TreeNode
Tests if a node is a dummy node created by addDummyNode() or by the TreeNode constructor.
isDynamicDataSource() - Method in interface at.spardat.xma.mdl.list.IListDomWM
Defines whether the data-source is defined at compile-time in the UI-designer or is always set dynamically (via setDataSource()).
isDynamicDataSource() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
isEditable() - Method in interface at.spardat.xma.mdl.IWModelClient
Returns true if this model's widget may be modified by the end-user.
isEditable() - Method in class at.spardat.xma.mdl.UIDelegateClient
Returns true if this model's widget may be modified by the end-user.
isEditable() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
isEditable() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
isEditable() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
isEditable() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
isEditable() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
isEditable() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
isEditable() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
isEditable() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
isEditable() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
isEditable() - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
isEditable() - Method in class at.spardat.xma.widgets.DatePicker
 
isEnabled() - Method in interface at.spardat.xma.mdl.IWModelClient
Returns true, if this model's widget is enabled.
isEnabled() - Method in class at.spardat.xma.mdl.UIDelegateClient
Returns true, if this model's widget is enabled.
isEnabled() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
isEnabled() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
isEnabled() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
isEnabled() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
isEnabled() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
isEnabled() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
isEnabled() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
isEnabled() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
isEnabled() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
isEnabled() - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
isEventForClient() - Method in class at.spardat.xma.event.global.GlobalEvent
is recipient RECIPIENT_ALL_CLIENTS
isEventForClient(String) - Method in class at.spardat.xma.event.global.GlobalEvent
 
isEventForServer() - Method in class at.spardat.xma.event.global.GlobalEvent
is recipient RECIPIENT_ALL_SERVERS
isEventsEnabled() - Method in class at.spardat.xma.page.PageClient
Determine if this page currently responds to UI-Events
isFocusControl() - Method in class org.vafada.swtcalendar.SWTDayChooser
 
isFromUI() - Method in class at.spardat.xma.mdl.ModelChangeEvent
Indicates that the source of this event is an UI action and not a programmer rooted action.
isGlobalEventActivated() - Static method in class at.spardat.xma.event.global.GlobalEventManager
Queries for the property: at.spardat.xma.activateGlobalEvents=true Is called after every RPC before GlobalEventManager.getInstance().pollEvents() to ommit unneccesary JNDI queries.
isInTable(String) - Method in class at.spardat.xma.datasource.Domain
Returns whether there exists a row in the associated domain table whose key is the one stored in this.
isInValidTimeRange() - Method in interface at.spardat.xma.datasource.IDomRow
Returns true if the rows VALID_FROM and VALID_TO time range includes the current time, i.e., returns true if the current time is not before VALID_FROM, 0:00 and not after VALID_TO, 23:59:59.999.
isLazy() - Method in class at.spardat.xma.mdl.tree.TreeNode
Shows if this node supports the lazy loading of child nodes.
isLeaf() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns true if this node does not have child nodes.
isLocal() - Method in interface at.spardat.xma.security.XMAContext
Determines if the environment is developers pc.
isMandatory() - Method in interface at.spardat.xma.mdl.list.IListDomWMClient
Returns true if the MANDATORY style has been set at construction time
isMandatory() - Method in interface at.spardat.xma.mdl.list.IListWMClient
Returns the MANDATORY-property of the associated formatter.
isMandatory() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
isMandatory() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
isMandatory() - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Returns the MANDATORY-property of the associated formatter.
isMandatory() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
isModeBinary(XMASession) - Method in class at.spardat.xma.serializer.SerializerFactory
Returns whether serialization mode is binary.
isMultiSelect() - Method in interface at.spardat.xma.mdl.ISelectable
Returns true if more than one entry may be selected.
isMultiSelect() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
isMultiSelect() - Method in class at.spardat.xma.mdl.list.ListWM
 
isMultiSelect() - Method in class at.spardat.xma.mdl.table.TableWM
 
isMultiSelect() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
isNeedEncryption() - Method in class at.spardat.xma.session.XMASessionClient
Get if this session uses SSL-Encryption for session management calls to the server.
isNew() - Method in class at.spardat.xma.page.PageClient
Yields true if this Page has been created since the last server side event.
isOneWay() - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns if this table is one way.
isOneWay() - Method in class at.spardat.xma.mdl.table.TableWM
Returns if this table is one way.
isOutOfSyncWithServer() - Method in class at.spardat.xma.component.ComponentClient
Returns if the clients page model state is out of sync with respect to the servers state.
isPageModelAlive(short) - Method in class at.spardat.xma.component.Component
Indicates if there exists an active Page with the given ID.
isPluginDeclared(Class) - Method in class at.spardat.xma.plugins.PluginManager
Checks if a plugin is configured for the given interface.
isPluginDeclared(String) - Method in class at.spardat.xma.plugins.PluginManager
Checks if a plugin is configured for the given interface.
isPluginDeclared(String) - Method in class at.spardat.xma.plugins.PluginManagerClient
Checks if a plugin is configured for the given interface and a client side implementation is defined.
isPluginDeclared(String) - Method in class at.spardat.xma.plugins.PluginManagerServer
Checks if a plugin is configured for the given interface and a server side implementation is defined.
isPrefixSearchCaseSensitive() - Method in interface at.spardat.xma.mdl.list.IListWMClient
 
isPrefixSearchCaseSensitive() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
isPrefixSearchCaseSensitive() - Method in class at.spardat.xma.mdl.list.ListWMClient
 
isReservedPropertyKey(String) - Static method in class at.spardat.xma.mdl.tree.TreeNode
Returns true if s denotes a reserved property key.
isRoot() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns true if this node is a root node, i.e., there is no other node where one of its childs is this node.
isRunfinished() - Method in interface at.spardat.xma.appshell.ITask
Tells if the run()-method of this Task is finished, but the Task is still active.
isRunfinished() - Method in class at.spardat.xma.appshell.Task
Tells if the run()-method of this Task is finished, but the Task is still active.
isScalingNecessary() - Method in class at.spardat.xma.page.Scaler
Determine if the scaling-factors are different from 1.
isSelected(String) - Method in interface at.spardat.xma.mdl.ISelectable
Returns true if the entry with the provided key is selected, false otherwise.
isSelected(String) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
isSelected(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
isSelected(String) - Method in class at.spardat.xma.mdl.table.TableWM
 
isSelected() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns true if this tree node is selected, false otherwise.
isSelected(String) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
isSettingDate() - Method in class org.vafada.swtcalendar.SWTCalendar
 
isShowLongValueAsTooltips_() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
Returns if the selected long value should be shown as tooltip.
isSortable(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Returns true if the column at index columnIndex may be sorted.
isSortable(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
Returns true if the column at index columnIndex may be sorted.
isSortable() - Method in class at.spardat.xma.mdl.table.XMATableColumn
Returns if this column is sortable.
isSortingColumnAscending() - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Shows if the sorted column sorts ascending (1 click) or descening(2 clicks).
isSortingColumnAscending() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
isStateless() - Method in class at.spardat.xma.component.Component
Returns true if this Component is stateless.
isStateless() - Method in class at.spardat.xma.page.Page
Indicates whether this Page is stateless.
isStrict() - Method in interface at.spardat.xma.mdl.ISelectable
Returns if this Selectable has strict behaviour, that is, the selected keys must always be in the underlying domain of this.
isStrict() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
isStrict() - Method in class at.spardat.xma.mdl.list.ListWM
 
isStrict() - Method in class at.spardat.xma.mdl.table.TableWM
 
isStrict() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
isTrue() - Method in class at.spardat.xma.mdl.Atom
Returns true if getType() equals T_BOOLEAN and the stored value equals TRUE.
isTrue() - Method in interface at.spardat.xma.mdl.IAtomic
Returns true if getType() equals T_BOOLEAN and the stored value equals TRUE.
isTrue() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Returns true if getType() equals T_BOOLEAN and the stored value equals TRUE.
isUIAttached() - Method in class at.spardat.xma.mdl.UIDelegateClient
Yields true, if this UIDelegateClient is attached, i.e., has a Control of the UI-library associated.
isUIAttached() - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
isUIAttached() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
isUIAttached() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
isUIAttached() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
isUIAttached() - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
isUIAttached() - Method in class at.spardat.xma.page.PageClient
Yields true, if every WidgetModel in this page has a UI attached.
isUserStrict() - Method in class at.spardat.xma.mdl.list.ListWM
Returns if the user is allowed to enter values not in the list of choices.
isValid(String) - Method in class at.spardat.xma.datasource.Domain
Returns whether the key identifies a row in the associated domain table and the row is valid with respect to the valid-begin- and end-dates.
isValid() - Method in class at.spardat.xma.datasource.TableSpec
Indicates if the spec String provided at construction time has been a valid one.
isValidateIfUneditable() - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Returns if this widget is validated in the editable=false state, too.
isValidateIfUneditable() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
isValidateIfUneditable() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
isValueValid() - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Determines if the value contained in this Model is a valid one in terms of the associated formatter.
isValueValid() - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
isVisible(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Returns the visibility state of a particular column.
isVisible(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
Returns the visibility state of a particular column.
isVisible() - Method in class at.spardat.xma.mdl.table.XMATableColumn
Returns true if this column is visible.
isVisible() - Method in class at.spardat.xma.page.DialogPage
Indicates if the dialog is shown to the user.
isXMAExceptionCode(int) - Method in class at.spardat.xma.exception.Codes
Returns true if a provided BaseException code originates from this module, i.e., is defined above.
istContextChangeAllowed() - Method in interface at.spardat.xma.security.LoginModuleWithContextChange
Get if the context change is allowed.
item2node(TreeItem) - Static method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
Returns the TreeNode for a particular SWT TreeItem.
iterator() - Method in class at.spardat.xma.datasource.TableSpec
Returns an Iterator to iterate over the properties.

K

KeyedList - class at.spardat.xma.mdl.util.KeyedList.
This class realizes a ordered collection consisting of entries (key, value).
KeyedList() - Constructor for class at.spardat.xma.mdl.util.KeyedList
 
keepAlive() - Method in class at.spardat.xma.session.XMASessionClient
Does an empty server request to prevent inactivity timeout.
keyPressed(KeyEvent) - Method in class at.spardat.xma.event.swt.XMAKeyAdapter
The method called by SWT whenever the corresponding event happends.
keyPressed(KeyEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
keyPressedImpl(KeyEvent) - Method in class at.spardat.xma.event.swt.XMAKeyAdapter
This method is called every time a key is pressed on the keyboard.
keyReleased(KeyEvent) - Method in class at.spardat.xma.event.swt.XMAKeyAdapter
The method called by SWT whenever the corresponding event happends.
keyReleased(KeyEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
keyReleasedImpl(KeyEvent) - Method in class at.spardat.xma.event.swt.XMAKeyAdapter
This method is called every time a key is released on the keyboard.
keySet() - Static method in class at.spardat.xma.RuntimeDefaults
Get a set of the property names known to this class.
keyTraversed(TraverseEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 

L

LENGTH_MISMATCH_AT_CLIENT - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, length mismatch in the stream returned by the server
LOGIN_DENIED - Static variable in class at.spardat.xma.exception.Codes
The client login module denied the user login
LOGIN_DENIED_SERVER - Static variable in class at.spardat.xma.exception.Codes
The server login module denied the user login
LOGIN_TECHNICAL_ERROR - Static variable in class at.spardat.xma.exception.Codes
Some Execption was thrown in the client or server side login procedure.
ListDomUIDelegateClient - class at.spardat.xma.mdl.list.ListDomUIDelegateClient.
This class is the UIDelegate for a ListDomWMClient widget model.
ListDomUIDelegateClient(ListDomWMClient) - Constructor for class at.spardat.xma.mdl.list.ListDomUIDelegateClient
Constructor
ListDomWM - class at.spardat.xma.mdl.list.ListDomWM.
The widget model that encapsulates domain values which are usually displayed in a combo box.
ListDomWM(short, Page, String) - Constructor for class at.spardat.xma.mdl.list.ListDomWM
Constructs with a provided data source.
ListDomWMClient - class at.spardat.xma.mdl.list.ListDomWMClient.
Implementation of IListDomWMClient.
ListDomWMClient(short, Page, String, int) - Constructor for class at.spardat.xma.mdl.list.ListDomWMClient
Constructs with a provided data source.
ListUIDelegateClient - class at.spardat.xma.mdl.list.ListUIDelegateClient.
This class is the UIDelegate for a ListWMClient widget model.
ListUIDelegateClient(ListWMClient) - Constructor for class at.spardat.xma.mdl.list.ListUIDelegateClient
Constructor
ListWM - class at.spardat.xma.mdl.list.ListWM.
Widged model to represent a list of choises.
ListWM(short, Page, int) - Constructor for class at.spardat.xma.mdl.list.ListWM
Constructs a ListWM.
ListWMClient - class at.spardat.xma.mdl.list.ListWMClient.
Client side implementation of ListWM.
ListWMClient(short, Page, int) - Constructor for class at.spardat.xma.mdl.list.ListWMClient
Constructs a ListWMClient.
LoginModuleServer - interface at.spardat.xma.security.LoginModuleServer.
This is the interface of all server side authentication plugins.
LoginModuleServerWithContextChange - interface at.spardat.xma.security.LoginModuleServerWithContextChange.
This is the extended Interface for LoginModuleServers which supports any changes in the XMAContext after the first login.
LoginModuleWithContextChange - interface at.spardat.xma.security.LoginModuleWithContextChange.
This is the extended Interface for LoginModules which supports any changes in the XMAContext after the first login.
LoginServlet - class at.spardat.xma.session.LoginServlet.
This class handles the server side creation and destroying of sessions.
LoginServlet() - Constructor for class at.spardat.xma.session.LoginServlet
 
lastModified_ - Variable in class at.spardat.xma.datasource.ProviderResultServer
The callee of provideTable may return a lastModified timestamp or not, depending on whether he knows it.
lastResGif - Static variable in class at.spardat.xma.component.ComponentClient
maximum Id reserved by the runtime. currently 100.
launch(EmbeddableComponent) - Method in class at.spardat.xma.page.PageClient
Calls a modal component.
launchExtern(String, Properties) - Method in class at.spardat.xma.page.PageClient
Calls a modal component of an other application.
launchExtern(String, Properties, Composite) - Method in class at.spardat.xma.session.XMASessionClient
Launch method for modal Components of other applications.
launchRelative(String, Properties) - Method in class at.spardat.xma.page.PageClient
Calls a modal component of the same application.
launchRelative(String, Properties, Composite) - Method in class at.spardat.xma.session.XMASessionClient
Launch method for modal Components of the same application.
layout() - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Recalculate the width of all columns according to the layout information of this TableLayoutManager.
layout(boolean) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Recalculate the width of all columns according to the layout information of this TableLayoutManager.
leave() - Method in class at.spardat.xma.page.PageClient
This method will be called every time the PageClient becomes invisible.
leaveBase() - Method in class at.spardat.xma.appshell.AppShell
Notify the AppShell, all Tasks and all Subpages, that the Page no longer is visible.
leaveBase() - Method in class at.spardat.xma.component.EmbeddableComponent
 
leaveBase() - Method in class at.spardat.xma.page.Assistent
Notify the Assistent and the active AssistentPage, that the Page no longer is visible by calling PageClient.leave()on the active AssistentPage and the Assistent.
leaveBase() - Method in class at.spardat.xma.page.Notebook
Notify the active NotebookPage, that the PageClient no longer is visible by calling PageClient.leaveBase() on the active NotebookPage.
leaveBase() - Method in class at.spardat.xma.page.PageClient
Notify the PageClient and all Subpages, that the PageClient no longer is visible by calling PageClient.leave() on all Subpages and the PageClient.
local - Static variable in interface at.spardat.xma.security.XMAContext
Envrionment name defining the developers local PC: "L"
lockMenu() - Method in class at.spardat.xma.appshell.AppShell
Locks and disables the menu.
lockMenu() - Method in interface at.spardat.xma.appshell.IAppShell
Locks and disables the menu.
login(Subject, HttpSession) - Method in interface at.spardat.xma.security.LoginModuleServer
Do the login on the server.
login() - Method in class at.spardat.xma.security.XMALoginContext
Does a client side login using its LoginModule.
login() - Method in class at.spardat.xma.session.XMASessionClient
Does a client and server side login with the configured authentication plugin.
login(Properties) - Method in class at.spardat.xma.session.XMASessionClient
Does a client and server side login with the configured authentication plugin.
loginServer(Subject) - Method in class at.spardat.xma.session.XMASessionClient
Does a server side login.
logout(Subject, HttpSession) - Method in interface at.spardat.xma.security.LoginModuleServer
Do the logout on the server.
logout() - Method in class at.spardat.xma.security.XMALoginContext
Does a client side logout using its LoginModule.
logout() - Method in class at.spardat.xma.session.XMASessionClient
Does a client and server side logout with the configured authentication plugin.

M

MAJOR - Static variable in class at.spardat.xma.util.Version
major version number of the XMA runtime
MANDATORY - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
Indicates that a value must be provided on the UI
MAX - Static variable in class at.spardat.xma.mdl.table.TableLayoutManager
Use the currend width of the table as it's maximum width.
MIN - Static variable in class at.spardat.xma.mdl.table.TableLayoutManager
Use the currend width of the table as it's minimum width.
MINOR - Static variable in class at.spardat.xma.util.Version
minor version number of the XMA runtime
MODULE - Static variable in class at.spardat.xma.exception.Codes
 
MemoryEstimator - class at.spardat.xma.mdl.MemoryEstimator.
Provides some utility method to estimate the memory consumption of java objects.
MemoryEstimator() - Constructor for class at.spardat.xma.mdl.MemoryEstimator
 
MenuAppShell - class at.spardat.xma.appshell.MenuAppShell.
An AppShell implementing the menu as SWT menu at the shellbar (Windows standard menu).
MenuAppShell(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.appshell.MenuAppShell
 
MenuItem - class at.spardat.xma.appshell.MenuItem.
Logical representation of a menu item.
MenuItem(IAppShell) - Constructor for class at.spardat.xma.appshell.MenuItem
creates a MenuItem
MenuItem(String) - Constructor for class at.spardat.xma.appshell.MenuItem
creates a MenuItem
MenuItem(String, Task) - Constructor for class at.spardat.xma.appshell.MenuItem
creates a MenuItem
MenuItem(String, int) - Constructor for class at.spardat.xma.appshell.MenuItem
Note: For a MenuItem used at a MenuAppShell and so representing an org.eclipse.swt.widgets.MenuItem only one of the styles CHECK, CASCADE, PUSH, RADIO and SEPARATOR may be specified.
MenuItem(String, Image) - Constructor for class at.spardat.xma.appshell.MenuItem
 
MenuItem(String, int, Image) - Constructor for class at.spardat.xma.appshell.MenuItem
Note: For a MenuItem used at a MenuAppShell and so representing an org.eclipse.swt.widgets.MenuItem only one of the styles CHECK, CASCADE, PUSH, RADIO and SEPARATOR may be specified.
MenuItem(String, Task, int) - Constructor for class at.spardat.xma.appshell.MenuItem
Note: For a MenuItem used at a ShellMenuAppShell (i.e. at an SWT menu) and so representing an org.eclipse.swt.widgets.MenuItem only one of the styles CHECK, CASCADE, PUSH, RADIO and SEPARATOR may be specified.
MenuItem(String, Task, Image) - Constructor for class at.spardat.xma.appshell.MenuItem
 
MenuItem(String, Task, int, Image) - Constructor for class at.spardat.xma.appshell.MenuItem
Note: For a MenuItem used at a ShellMenuAppShell (i.e. at an SWT menu) and so representing an org.eclipse.swt.widgets.MenuItem only one of the styles CHECK, CASCADE, PUSH, RADIO and SEPARATOR may be specified.
ModelChangeEvent - class at.spardat.xma.mdl.ModelChangeEvent.
The base class for all changes applied to WidgetModels.
ModelChangeEvent(WModel, boolean) - Constructor for class at.spardat.xma.mdl.ModelChangeEvent
Constructs a ModelChangeEvent.
main(String[]) - Static method in class at.spardat.xma.mdl.tree.NodeColor
 
manageTable(Table, int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Attaches the TableLayoutManager to an SWT-Table.
markMenu(String) - Method in class at.spardat.xma.appshell.AppShell
Visibly marks the named MenuItem as selected.
markMenu(String) - Method in interface at.spardat.xma.appshell.IAppShell
Visibly marks the named MenuItem as selected.
markMenu(String) - Method in class at.spardat.xma.appshell.MenuAppShell
Marks the named MenuItem as selected.
markMenu(String) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Visibly marks the named MenuItem as selected.
menu - Variable in class at.spardat.xma.appshell.Task
The menu item containing this task.
menuW - Variable in class at.spardat.xma.appshell.MenuAppShell
This variable holds the root menu.
menuW - Variable in class at.spardat.xma.appshell.TreeMenuAppShell
swt-tree containing the menu items.
menuWSelected(MenuItem) - Method in class at.spardat.xma.appshell.MenuAppShell
Event-method called, when an item in the menu is selected.
menuWSelected() - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Event-method called, when an item in the menu-tree is selected.
model2props() - Method in class at.spardat.xma.component.Component
Sets the properties from the values in the propModel.
modifyText(ModifyEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, the contents of a Text or Combo on the PageClient was modified.
mouseDoubleClick(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
The method called by SWT whenever the corresponding event happends.
mouseDoubleClick(MouseEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
mouseDoubleClickImpl(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
This method is called every time the mouse button is doubleclicked.
mouseDown(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
The method called by SWT whenever the corresponding event happends.
mouseDown(MouseEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
mouseDownImpl(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
This method is called every time the mouse button is pressed down.
mouseUp(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
The method called by SWT whenever the corresponding event happends.
mouseUp(MouseEvent) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
mouseUpImpl(MouseEvent) - Method in class at.spardat.xma.event.swt.XMAMouseAdapter
This method is called every time the mouse button is released.

N

NMPWAIT_NOWAIT - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
NMPWAIT_USE_DEFAULT_WAIT - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
NMPWAIT_WAIT_FOREVER - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
NONE - Static variable in class at.spardat.xma.mdl.table.TableLayoutManager
Use no information from the table.
NOT_AV_TRANSFERRABLE - Static variable in class at.spardat.xma.exception.Codes
Thrown when transfers between AtomicAttrVals and widget models is not possbible due to the class or properties of widget models.
NULL - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
Navigate(String) - Method in class at.spardat.xma.help.HelpView
Navigates the browser to the given url.
NodeColor - class at.spardat.xma.mdl.tree.NodeColor.
Used to define the color of a TreeNode.
NodeColor(int, int, int) - Constructor for class at.spardat.xma.mdl.tree.NodeColor
Constructor
Notebook - class at.spardat.xma.page.Notebook.
Manages a Collection of NotebookPages and the corresponding SWT-TabFolder.
Notebook(PageClient) - Constructor for class at.spardat.xma.page.Notebook
Initializes the Notebook inside the given PageClient.
NotebookPage - class at.spardat.xma.page.NotebookPage.
Base class of all Pages shown as a folder inside a Notebook.
NotebookPage(Notebook, boolean) - Constructor for class at.spardat.xma.page.NotebookPage
Initializes the NotebookPage inside the given Notebook.
Notification - class at.spardat.xma.mdl.Notification.
A kind of a ModelChangeEvent, where no modification on the model is performed.
Notification(WModel, boolean) - Constructor for class at.spardat.xma.mdl.Notification
Constructor
NotificationBox - class at.spardat.xma.page.NotificationBox.
Utility methods to display INotification- or Throwable-objects in a modal message box.
NotificationBox() - Constructor for class at.spardat.xma.page.NotificationBox
 
newInstance(byte, String) - Static method in class at.spardat.xma.mdl.Atom
Constructs an atom by providing its instance variables.
newInstance(Object) - Static method in class at.spardat.xma.mdl.Atom
Constructs an atom from various java types.
newInstance(Object) - Static method in class at.spardat.xma.mdl.AtomTransferServer
Constructs an Atom from an Object.
newInstance(Object) - Method in interface at.spardat.xma.mdl.IAtomTransfer
Convert the given object to an Atom.
newInstanceOf(String, ClassLoader) - Method in class at.spardat.xma.plugins.PluginManager
Uses the default constructor to construct an instance of a given class's name in a provided ClassLoader and returns it.
newPageModel(short) - Method in class at.spardat.xma.component.ComponentServer
Constructs a page for a given type id
newRandomInstance() - Static method in class at.spardat.xma.mdl.Atom
Randomly contructs an Atom and returns it.
newRemoteCall(String) - Method in class at.spardat.xma.component.ComponentClient
Constructs a RemoteCall object to execute a server side method with the provided name.
newRemoteCall(String) - Method in class at.spardat.xma.page.PageClient
Constructs a RemoteCall object to execute a server side method with the provided name.
newTransportInstance(String) - Static method in class at.spardat.xma.mdl.Atom
Constructs an Atom from a String that has been produced using toTransportString.
newUIDelegateFor(WModel) - Method in class at.spardat.xma.mdl.UIDelegateFactoryClient
Returns a newly created UIDelegateClient for a particular WidgetModel.
nextMonth() - Method in class org.vafada.swtcalendar.SWTCalendar
 
node2item(TreeNode) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
Returns the SWT TreeItem for the TreeNode.
notifyClosed() - Method in class at.spardat.xma.component.ComponentClient
Notifies all listener that this component was closed.
notifyEvent(String, String) - Method in class at.spardat.xma.component.ComponentClient
Notifies all listeners of the named event.
notifyExternalEvent(ExternalEvent) - Method in class at.spardat.xma.session.XMASessionClient
notifies all listeners of the ExternalEvent.
notifyPropertyChange(String, Object, Object) - Method in class at.spardat.xma.component.ComponentClient
Notifies all registerd PropertyChangeListeners of a property change.
numCols() - Method in interface at.spardat.xma.datasource.ITabularData
Returns the number of columns in this table
numCols() - Method in class at.spardat.xma.datasource.TabularData
 

O

ON - Static variable in class at.spardat.xma.util.Assert
change this if assertions should be checked warning: this is changed in the build.xml
ORDER_LONG - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The sort order of the combo box entries is drawn from the lexical order of the long value.
ORDER_NATURAL - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The sort order is the natural order of the entries in the data source.
ORDER_SHORT - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The sort order of the combo box entries follows the lexical order of the short value.
OUT_OF_SYNC - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the client and the server state are out of sync
objIn_ - Variable in class at.spardat.xma.serializer.BinaryDeserializer
the instance variable seen by objects implementing Synchronization.internalize.
open(Display) - Method in class at.spardat.xma.help.HelpView
Opens the browser to show the help page.
open() - Method in class at.spardat.xma.pipes.WindowsPipe
 
open() - Method in class at.spardat.xma.pipes.XMAPipe
Waits for a client to connect and connects to it.
org.vafada.swtcalendar - package org.vafada.swtcalendar
 
overrideErrorsFromModel() - Method in class at.spardat.xma.page.DialogPage
Resets all widgets containing values with validation errors to their last known valid value from the model.
overrideErrorsFromModel() - Method in interface at.spardat.xma.page.IDialogPage
Resets all widgets containing values with validation errors to their valid value from the model.

P

PARAM_GLOBAL_EVENTS - Static variable in class at.spardat.xma.rpc.RemoteReply
 
PERCENT - Static variable in class at.spardat.xma.mdl.table.TableLayoutManager
Calculate the percentage of the column based on its current width and the current width of the table.
PERMISSION_DENIED - Static variable in class at.spardat.xma.exception.Codes
Serverevent is not allowed for the user
PIPE_ACCESS_DUPLEX - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_ACCESS_INBOUND - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_ACCESS_OUTBOUND - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_CLIENT_END - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_NOWAIT - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_READMODE_BYTE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_READMODE_MESSAGE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_SERVER_END - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_TYPE_BYTE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_TYPE_MESSAGE - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_UNLIMITED_INSTANCES - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PIPE_WAIT - Static variable in class at.spardat.xma.pipes.WIN32Constants
 
PLUGIN_CANNOT_CONSTRUCT_OBJECT - Static variable in class at.spardat.xma.exception.Codes
PluginManager cannot construct object with default constructor
PROP_KEY - Static variable in class at.spardat.xma.serializer.SerializerFactory
Property key
Page - class at.spardat.xma.page.Page.
Base class for server and client side PageModels.
Page(boolean, boolean) - Constructor for class at.spardat.xma.page.Page
Constructs a Page.
PageClient - class at.spardat.xma.page.PageClient.
Base class of all client side pages.
PageClient(ComponentClient, boolean) - Constructor for class at.spardat.xma.page.PageClient
Constructor of the PageClient.
PageClient(PageClient, boolean) - Constructor for class at.spardat.xma.page.PageClient
Constructor of the PageClient.
PageServer - class at.spardat.xma.page.PageServer.
The server side representation of a page (model)
PageServer(ComponentServer, boolean) - Constructor for class at.spardat.xma.page.PageServer
Constructor
PipeListenerThread - class at.spardat.xma.session.PipeListenerThread.
 
PipeListenerThread(XMASessionClient, XMAPipe) - Constructor for class at.spardat.xma.session.PipeListenerThread
 
PluginManager - class at.spardat.xma.plugins.PluginManager.
Base class for client and server side plugin managers.
PluginManager() - Constructor for class at.spardat.xma.plugins.PluginManager
 
PluginManagerClient - class at.spardat.xma.plugins.PluginManagerClient.
Realizes the plugin concept at the client side of XMA.
PluginManagerClient(XMASessionClient) - Constructor for class at.spardat.xma.plugins.PluginManagerClient
 
PluginManagerServer - class at.spardat.xma.plugins.PluginManagerServer.
Realizes the PluginManager at the server side of XMA.
ProviderResultServer - class at.spardat.xma.datasource.ProviderResultServer.
The type of the returned value object in method XMATabularDataSourceServer.provideTable(at.spardat.xma.session.XMASession, at.spardat.xma.datasource.TableSpec, long).
ProviderResultServer() - Constructor for class at.spardat.xma.datasource.ProviderResultServer
 
ProxyHandler - class at.spardat.xma.component.ProxyHandler.
This class makes it possible to fully integrate components of different server side applications in one client side application.
ProxyHandler(Object) - Constructor for class at.spardat.xma.component.ProxyHandler
Creates a ProxyHandler for a given object.
pageClosed(boolean) - Method in interface at.spardat.xma.appshell.ITask
Removes the component or page on top of the call stack.
pageClosed(boolean) - Method in class at.spardat.xma.appshell.Task
Removes the component or page on top of the call stack.
parseLocale(String) - Static method in class at.spardat.xma.util.Util
Helper method to convert a locale-string to a Locale-object.
pollEvents() - Method in class at.spardat.xma.event.global.GlobalEventManager
Returns a Collection of GlobalEvents for the client.
pollServerSideEvents() - Method in class at.spardat.xma.event.global.GlobalEventManager
Polls for new GlobalEvents with myServerHighCounts and iterates over the registered sever side GlobalEventsListers.
postClientEvent(Object, int) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
This method is to be called after PageClient.clientEventBase((SelectionEvent)event,type) by the XMA framework.
previousMonth() - Method in class org.vafada.swtcalendar.SWTCalendar
 
prod - Static variable in interface at.spardat.xma.security.XMAContext
Environment name defining the production server "P"
props2model() - Method in class at.spardat.xma.component.Component
modifies the propModel so that the value of the cell (i,0) equals the ith property of this component.
provideTable(XMASession, TableSpec, long) - Method in interface at.spardat.xma.datasource.ITableProvider
This method is requested to provide a table in the form of a ITabularData.
provideTable(XMASession, TableSpec, long) - Method in class at.spardat.xma.datasource.RessourceBundleProviderServer
 
provideTable(XMASession, TableSpec, long) - Method in class at.spardat.xma.datasource.XMATabularDataSourceServer
The default implemententation is to consult the installed table providers.
pushClientComponent(IXMAControl, boolean) - Method in class at.spardat.xma.appshell.AppShell
Pushes the given Component or Page on top of the call stack.
pushClientComponent(IXMAControl, boolean) - Method in interface at.spardat.xma.appshell.IAppShell
Pushes the given Component or Page on top of the call stack.
pushClientComponent(IXMAControl, boolean) - Method in interface at.spardat.xma.page.IAppShell
 

Q

qsys - Static variable in interface at.spardat.xma.security.XMAContext
Environment name defining the spardat QSYS: "Q"
qual - Static variable in interface at.spardat.xma.security.XMAContext
Environment name defining the quality assurance server: "A"

R

READ_LENGTH_SERVER - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, cannot read first 4 bytes from ServletInputStream (length information)
READ_SERVER - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, cannot read ServletInputStream as indicated by length information
RECIPIENT_ALL_CLIENTS - Static variable in class at.spardat.xma.event.global.GlobalEvent
The event is sent to all clients of all servers in the cluster.
RECIPIENT_ALL_CLIENTS_ALL_SERVERS - Static variable in class at.spardat.xma.event.global.GlobalEvent
The event is sent to all clients and servers in the cluster.
RECIPIENT_ALL_SERVERS - Static variable in class at.spardat.xma.event.global.GlobalEvent
The event is sent to all servers in the cluster.
RECIPIENT_BY_ID - Static variable in class at.spardat.xma.event.global.GlobalEvent
The event is sent only to a client identified by its session ID.
RED_SATURDAY - Static variable in class org.vafada.swtcalendar.SWTDayChooser
Style constant for making Saturdays red.
RED_SUNDAY - Static variable in class at.spardat.xma.widgets.DatePicker
Style constant for making Sundays red.
RED_SUNDAY - Static variable in class org.vafada.swtcalendar.SWTCalendar
Style constant for making Sundays red.
RED_SUNDAY - Static variable in class org.vafada.swtcalendar.SWTDayChooser
Style constant for making Sundays red.
RED_WEEKEND - Static variable in class at.spardat.xma.widgets.DatePicker
Style constant for making weekends red.
RED_WEEKEND - Static variable in class org.vafada.swtcalendar.SWTCalendar
Style constant for making weekends red.
RED_WEEKEND - Static variable in class org.vafada.swtcalendar.SWTDayChooser
Style constant for making weekends red.
RPCServletServer - class at.spardat.xma.rpc.RPCServletServer.
This servlet is the server side endpoint for XMA remote calls in components.
RPCServletServer() - Constructor for class at.spardat.xma.rpc.RPCServletServer
 
RemoteCall - class at.spardat.xma.rpc.RemoteCall.
Client and server side abstraction of a remote call, i.e., a call from XMA client to XMA server.
RemoteCall() - Constructor for class at.spardat.xma.rpc.RemoteCall
Default constructor.
RemoteCallClient - class at.spardat.xma.rpc.RemoteCallClient.
Used to construct a RemoteCall at the client side of XMA.
RemoteCallClient(ComponentClient, String) - Constructor for class at.spardat.xma.rpc.RemoteCallClient
Constructs a RemoteCall object
RemoteCallClient(PageClient, String) - Constructor for class at.spardat.xma.rpc.RemoteCallClient
Constructs a RemoteCall object where the issuer is a page
RemoteCallServer - class at.spardat.xma.rpc.RemoteCallServer.
Abstraction for a RemoteCall at the server.
RemoteData - class at.spardat.xma.baserpc.RemoteData.
Models the data transferred via BaseRPCs.
RemoteData() - Constructor for class at.spardat.xma.baserpc.RemoteData
 
RemoteOperation - class at.spardat.xma.rpc.RemoteOperation.
Common base class for the remote operations RemoteCall and RemoteReply.
RemoteOperation() - Constructor for class at.spardat.xma.rpc.RemoteOperation
 
RemoteReply - class at.spardat.xma.rpc.RemoteReply.
Models the answer the XMA server sends to the XMA client in a RemoteCall.
RemoteReplyData - class at.spardat.xma.rpc.RemoteReplyData.
Value object that holds the data transferred from server to client in an XMA RPC.
RemoteReplyData() - Constructor for class at.spardat.xma.rpc.RemoteReplyData
 
RepeatingButton - class org.vafada.swtcalendar.RepeatingButton.
Push button that repeats selection event based on timer.
RepeatingButton(Composite, int) - Constructor for class org.vafada.swtcalendar.RepeatingButton
 
RessourceBundleProviderServer - class at.spardat.xma.datasource.RessourceBundleProviderServer.
Provides tabular data from a RessourceBundle.
RessourceBundleProviderServer() - Constructor for class at.spardat.xma.datasource.RessourceBundleProviderServer
 
RpcCompressionThreshold - Static variable in class at.spardat.xma.RuntimeDefaults
This parameter applies to RPCs and determines the minimum size of data to trigger gzip-compression.
RuntimeDefaults - class at.spardat.xma.RuntimeDefaults.
default properties for the runtime
RuntimeDefaults() - Constructor for class at.spardat.xma.RuntimeDefaults
 
randomlyChange() - Method in class at.spardat.xma.mdl.WModel
A implementing subclass must make a random change to its widget model.
randomlyChange() - Method in class at.spardat.xma.mdl.list.ListDomWM
Make random changes to this
randomlyChange() - Method in class at.spardat.xma.mdl.list.ListWM
 
randomlyChange() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Makes random changes to this
randomlyChange() - Method in class at.spardat.xma.mdl.table.TableWM
Make random changes to this
randomlyChange() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
randomlyChange(int) - Method in class at.spardat.xma.page.Page
Make n random changes to each widget model of this page
read() - Method in class at.spardat.xma.pipes.WindowsPipe
 
read() - Method in class at.spardat.xma.pipes.XMAPipe
Reads from pipe (client).
readBoolean() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readBoolean() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readBoolean() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a boolean
readByte() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readByte() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readByte() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a byte
readFrom(File) - Static method in class at.spardat.xma.datasource.TabularData
Creates a table by reading it in from a UTF-8 encoded CSV file.
readFrom(InputStream) - Static method in class at.spardat.xma.datasource.TabularData
Creates a table by reading it from an InputStream in UTF-8-encoded CSV format.
readFrom(InputStream) - Method in class at.spardat.xma.util.ByteArray
Reads all bytes from the provided inputstream in until an EOF or an error is detected and stores the bytes at the end of this buffer.
readFrom(InputStream, int) - Method in class at.spardat.xma.util.ByteArray
Reads bytes from the provided inputstream in until either EOF or the size of this is maxSize.
readInt() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readInt() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readInt() - Method in interface at.spardat.xma.serializer.XmaInput
Reads an int
readLong() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readLong() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readLong() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a long
readObject() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readObject() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readObject() - Method in interface at.spardat.xma.serializer.XmaInput
Reads an object written with XmaOutput.writeObject
readSerializedBytes() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readSerializedBytes() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readSerializedBytes() - Method in class at.spardat.xma.serializer.TaggedAsciiDeserializer
 
readSerializedBytes() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a sequence of bytes that has been written with writeSerializedBytes.
readShort() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readShort() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readShort() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a short
readString() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readString() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readString() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a String
readStringEscaped() - Method in class at.spardat.xma.serializer.AsciiDeserializer
Reads a string written by AsciiSerializer.writeStringEscaped.
readStringEscaped() - Method in class at.spardat.xma.serializer.TaggedAsciiDeserializer
There must be three components read: First, a label, followed by '=', then the value.
readStringN() - Method in class at.spardat.xma.serializer.AsciiDeserializer
 
readStringN() - Method in class at.spardat.xma.serializer.BinaryDeserializer
 
readStringN() - Method in interface at.spardat.xma.serializer.XmaInput
Reads a String
recalcLayoutInfoFromTable(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Recalculates all layout informations from the current width of the columns of the attached table.
registerComponent(ComponentClient) - Method in class at.spardat.xma.session.XMASessionClient
Registers a Component with this Session.
registerComponent(ComponentServer) - Method in class at.spardat.xma.session.XMASessionServer
Registers a Component with this session if the component is stateful.
registerImage(short, String) - Method in class at.spardat.xma.component.ComponentClient
Registers an image under the given id.
registerMenu(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Register the given MenuItem at the AppShell.
registerMenu(IMenuItem) - Method in interface at.spardat.xma.appshell.IAppShell
Register the given MenuItem at the AppShell.
registerPageModel(Page) - Method in class at.spardat.xma.component.Component
Registers the given Page in the Component and assignes a unique ID to it.
registerServerPage(PageServer, short) - Method in class at.spardat.xma.component.ComponentServer
Registers a Page with the Component where the caller provides an id.
remaining() - Method in class at.spardat.xma.util.ByteArray
Returns the number of bytes from the current position until the end.
remove(Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Removes an entry from the list.
remove(int) - Method in interface at.spardat.xma.mdl.list.IListWM
Removes the entry at the given position from the list.
remove(String) - Method in interface at.spardat.xma.mdl.list.IListWM
Removes an entry from the list.
remove(Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
remove(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
remove(int) - Method in class at.spardat.xma.mdl.list.ListWM
 
remove() - Method in class at.spardat.xma.mdl.tree.TreeNode
Removes this tree node from the tree.
remove(String) - Method in class at.spardat.xma.mdl.util.KeyedList
Removes the entry with the provided key.
remove(int) - Method in class at.spardat.xma.mdl.util.KeyedList
Removes the element at the specified position in this list.
remove(String) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Removes a row for a given key from this.
remove(int) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Removes a row for at a given index from this.
remove(String) - Method in class at.spardat.xma.mdl.util.TransStringSet
Removes a given key from the selection set
remove(String) - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
remove(String) - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
removeChild(IXMAControl) - Method in class at.spardat.xma.page.PageClient
Removes a Subpage of this PageClient.
removeChild(PageServer) - Method in class at.spardat.xma.page.PageServer
Removes the given subpage.
removeColumn(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Removes a column to the TableLayoutManager.
removeComponent(ComponentClient) - Method in class at.spardat.xma.session.XMASessionClient
Deregisters a given Component.
removeComponent(short) - Method in class at.spardat.xma.session.XMASessionServer
Removes a component with a given id from this.
removeContextChangeListener(ContextChangeListener) - Method in interface at.spardat.xma.security.LoginModuleWithContextChange
Remove a ContextChangeListener form the listners of the LoginModule.
removeDummyNode() - Method in class at.spardat.xma.mdl.tree.TreeNode
Removes a dummy node created by addDummyNode() or by the TreeNode constructor.
removeEventListener(IComponentListener) - Method in class at.spardat.xma.component.ComponentClient
Remove a ComponentListener form the listners of the component.
removeExternalEventListener(ExternalEventListener) - Method in class at.spardat.xma.session.XMASessionClient
Removes an ExternalEventListener to the listeners of the session.
removeGlobalEventListener(GlobalEventListener) - Method in class at.spardat.xma.event.global.GlobalEventManager
removes the GlobalEventListener.
removeGlobalEventListener(GlobalEventListener) - Method in class at.spardat.xma.session.XMASessionClient
removes the GlobalEventListener.
removeItem(MenuItem) - Method in interface at.spardat.xma.appshell.IMenuItem
Remove the given MenuItem from the list of subitems.
removeItem(MenuItem) - Method in class at.spardat.xma.appshell.MenuItem
Remove the given MenuItem from the list of subitems.
removeModel() - Method in class at.spardat.xma.component.EmbeddableComponent
Remove the embedded Component and all its PageModels.
removeModel() - Method in class at.spardat.xma.page.Assistent
Removes the WidgetModels of all AssistentPage by calling PageClient.removeWidgetModels() on all AssistentPages.
removeModel() - Method in class at.spardat.xma.page.Notebook
Removes the WidgetModels of all NotebookPages by calling PageClient.removeWidgetModels() on all NotebookPages.
removeModel() - Method in class at.spardat.xma.page.PageClient
Notify the PageClient and all Subpages, to remove alle WidgetModles by calling PageClient.removeWidgetModels() on all Subpages and the PageClient.
removePage(NotebookPage) - Method in class at.spardat.xma.page.Notebook
Removes a NotebookPage from the exisiting NotebookPages of this Notebook.
removePageModel(short) - Method in class at.spardat.xma.component.Component
Removes a page model with a given id.
removePageModel(short) - Method in class at.spardat.xma.component.ComponentServer
Removes a page model with a given id.
removeProperty(String) - Method in class at.spardat.xma.datasource.TableSpec
Removes property with a given key from this or does nothing if there is no such property.
removePropertyChangeListener(PropertyChangeListener) - Method in class at.spardat.xma.component.ComponentClient
Remove a PropertyChangeListener form the listners of the component.
removeRow(int) - Method in interface at.spardat.xma.mdl.table.ITableWM
Removes a row from this table at a provided index.
removeRow(String) - Method in interface at.spardat.xma.mdl.table.ITableWM
Removes a row with a particular key.
removeRow(int) - Method in class at.spardat.xma.mdl.table.TableWM
Removes a row from this table at a provided index.
removeRow(String) - Method in class at.spardat.xma.mdl.table.TableWM
Removes a row with a particular key.
removeSWTCalendarListener(SWTCalendarListener) - Method in class org.vafada.swtcalendar.SWTCalendar
 
removeSWTCalendarListener(SWTCalendarListener) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
removeSelectionListener(SelectionListener) - Method in class org.vafada.swtcalendar.RepeatingButton
 
removeSelectionListener(SelectionListener) - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
removeWidgetModels() - Method in class at.spardat.xma.page.PageClient
This Method will be implemented in the generated Class for each PageClient, to remove alle WidgetModels.
removeWidgets() - Method in class at.spardat.xma.page.PageClient
This Method will be implemented in the generated Class for each PageClient, to remove all Widgets after the Widgets have been disposed.
removeWidgetsBase() - Method in class at.spardat.xma.appshell.ContextAppShell
Notify the PageClient and all Subpages, that the Widgets are disposed by calling PageClient.removeWidgets() on all Subpages and the PageClient.
removeWidgetsBase() - Method in class at.spardat.xma.appshell.MenuAppShell
Notify the PageClient and all Subpages, that the Widgets are disposed by calling PageClient.removeWidgets() on all Subpages and the PageClient.
removeWidgetsBase() - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Notify the PageClient and all Subpages, that the Widgets are disposed by calling PageClient.removeWidgets() on all Subpages and the PageClient.
removeWidgetsBase() - Method in class at.spardat.xma.component.EmbeddableComponent
 
removeWidgetsBase() - Method in class at.spardat.xma.page.DialogPage
Notify the PageClient and all Subpages, that the Widgets are disposed by calling PageClient.removeWidgets() on all Subpages and the PageClient.
removeWidgetsBase() - Method in class at.spardat.xma.page.Notebook
Notify all NotebookPages, that the Widgets are disposed by calling PageClient.removeWidgets() on all NotebookPages.
removeWidgetsBase() - Method in class at.spardat.xma.page.PageClient
Notify the PageClient and all Subpages, that the Widgets are disposed by calling PageClient.removeWidgets() on all Subpages and the PageClient.
replace(int, Atom) - Method in interface at.spardat.xma.mdl.list.IListWM
Replaces an entry in the list.
replace(int, String) - Method in interface at.spardat.xma.mdl.list.IListWM
Replaces an entry in the list.
replace(int, Atom) - Method in class at.spardat.xma.mdl.list.ListWM
 
replace(int, String) - Method in class at.spardat.xma.mdl.list.ListWM
 
replace(String, Object) - Method in class at.spardat.xma.mdl.util.KeyedList
Replaces the old value associated with the provided key with a new one.
replace(int, Atom[]) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Replaces a row at a given index.
replace(int, int, Atom) - Method in class at.spardat.xma.mdl.util.TransAtomTable
Replaces a particular cell in the table.
reportValue(String, int, boolean) - Method in interface at.spardat.xma.monitoring.IMonitoring
Report the observerd value of a parameter.
resErrorGif - Static variable in class at.spardat.xma.component.ComponentClient
Id for Error-Icon
resInfoGif - Static variable in class at.spardat.xma.component.ComponentClient
Id for Info-Icon
resWarnGif - Static variable in class at.spardat.xma.component.ComponentClient
Id for Warning-Icon
reset() - Method in class at.spardat.xma.util.ByteArray
All accumulated output in this is discarded.
resetDeadComponentList() - Method in class at.spardat.xma.session.XMASessionClient
Empties the list of dead component ids.
resetWidgetFromModel() - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
Sets the widget to the current value of the model.
resetWidgetFromModel() - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
Sets the widget to the current value of the model.
resolvePlugin(String, ClassLoader) - Method in class at.spardat.xma.plugins.PluginManager
Resolves a plugin implementation for a specified interface name.
resolvePlugin(String, ClassLoader) - Method in class at.spardat.xma.plugins.PluginManagerClient
 
resolvePlugin(String, ClassLoader) - Method in class at.spardat.xma.plugins.PluginManagerServer
 
rewind() - Method in class at.spardat.xma.util.ByteArray
Current position is set to zero.
rollback() - Method in class at.spardat.xma.component.Component
Calls rollback on every page in this component.
rollback() - Method in interface at.spardat.xma.mdl.Transactional
This method restores this Widget Model to its last syncpoint (which also becomes the new syncpoint).
rollback() - Method in class at.spardat.xma.mdl.WModel
This method restores this Widget Model to its state immediately after the last server side event (or creation).
rollback() - Method in class at.spardat.xma.mdl.list.ListDomWM
 
rollback() - Method in class at.spardat.xma.mdl.list.ListWM
 
rollback() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
rollback() - Method in class at.spardat.xma.mdl.table.TableWM
 
rollback() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
rollback() - Method in class at.spardat.xma.mdl.util.TransAtomTable
 
rollback() - Method in class at.spardat.xma.mdl.util.TransString
 
rollback() - Method in class at.spardat.xma.mdl.util.TransStringSet
Restores the state of this to the state of the last commit, rollback or construction.
rollback() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
rollback() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
rollback() - Method in class at.spardat.xma.page.Page
Restores all WidgetModels of this PageModels to the state immediately after the last server side event (or at creation time if isNew()).
rollbackModelChanges() - Method in class at.spardat.xma.rpc.RemoteReply
May be called if you want to undo all changes in widget models that have been done in the course of executing a server side event.
rootMenu - Variable in class at.spardat.xma.appshell.AppShell
The root of the menu tree.
rootTask - Variable in class at.spardat.xma.appshell.AppShell
The task at the very bottom of the call stack.
rpcFinished(RemoteCallClient, RemoteReply) - Method in class at.spardat.xma.component.ComponentClient
Is called at the end of RemoteCallClient.execute().
rpcFinished(RemoteCallClient, RemoteReply) - Method in class at.spardat.xma.page.PageClient
Is called at the end of RemoteCallClient.execute().
run() - Method in interface at.spardat.xma.appshell.ITask
This method is called every time the Task is called.
run() - Method in class at.spardat.xma.appshell.SimpleTask
This method does the work.
run() - Method in class at.spardat.xma.session.PipeListenerThread
 

S

SERVER_COMPONENT_CREATE - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, component cannot be created
SERVER_ERROR - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, the server has been contacted but returned an unknown error
SERVER_EXTERNALIZE_DELTAS - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, cannot externalize page deltas to client
SERVER_INTERNALIZE_DELTAS - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, cannot internalize page deltas from client
SERVER_INVALID_PAGE - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the target dispatch page cannot be found
SERVER_INVALID_SESSION - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the session does not exist at the server
SERVER_INVALID_SESSION_AUTOEXIT - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the session does not exist at the server with autoexit enabled
SERVER_METHOD_EXECUTE - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the target dispatch method has been executed but terminated with an exception that was not an BaseException.
SERVER_METHOD_INVOKE - Static variable in class at.spardat.xma.exception.Codes
ComponentServer, event method cannot be invoked
SERVER_METHOD_NOT_FOUND - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, the target dispatch method cannot be found
SERVER_READ_CALL_FROM_SERVLETINPUT - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, cannot reconstruct RemoteCall from servlet input stream
SERVER_RUNTIME_ERROR - Static variable in class at.spardat.xma.exception.Codes
RPCServletServer, exception in server xma runtime
SERVER_UNREACHABLE - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, the server could not be contacted
SERVER_UNREACHABLE_AUTOEXIT - Static variable in class at.spardat.xma.exception.Codes
RemoteCall, the server could not be contacted with autoexit enabled
SER_ASCII - Static variable in class at.spardat.xma.serializer.SerializerFactory
Constant for ascii
SER_BINARY - Static variable in class at.spardat.xma.serializer.SerializerFactory
Constant for binary
SER_TASCII - Static variable in class at.spardat.xma.serializer.SerializerFactory
Constant for tagged ascii
SHOW_LONG - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The combo box displays the long value of each domain entry.
SHOW_SHORT - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The combo box displays just the short value of each entry.
SHOW_SHORT_LONG - Static variable in interface at.spardat.xma.mdl.list.IListDomWMClient
The combo box displays short and long value of each entry, separated by dash.
SSLPort - Static variable in class at.spardat.xma.RuntimeDefaults
xma.runtime.SSLPort defines the TCP port used for login and logout requests protected by HTTPS.
SWTCalendar - class org.vafada.swtcalendar.SWTCalendar.
 
SWTCalendar(Composite, int) - Constructor for class org.vafada.swtcalendar.SWTCalendar
Constructs a calendar control.
SWTCalendar(Composite) - Constructor for class org.vafada.swtcalendar.SWTCalendar
 
SWTCalendarEvent - class org.vafada.swtcalendar.SWTCalendarEvent.
 
SWTCalendarEvent(Event) - Constructor for class org.vafada.swtcalendar.SWTCalendarEvent
 
SWTCalendarListener - interface org.vafada.swtcalendar.SWTCalendarListener.
 
SWTDayChooser - class org.vafada.swtcalendar.SWTDayChooser.
This class was taken from swtcalendar.sourceforge.net as it is (see above). 3 minor chages in the source are marked with "SPARDAT-Change": close after mouse selection close after key selection set background color to COLOR_LIST_BACKGROUND instead of COLOR_WHITE
SWTDayChooser(Composite, int) - Constructor for class org.vafada.swtcalendar.SWTDayChooser
 
SWTMonthChooser - class org.vafada.swtcalendar.SWTMonthChooser.
 
SWTMonthChooser(Composite) - Constructor for class org.vafada.swtcalendar.SWTMonthChooser
 
SYS_PROP_KEY - Static variable in class at.spardat.xma.serializer.SerializerFactory
Key for system property
S_LAST - Static variable in interface at.spardat.xma.mdl.table.ITableWM
The numeric highest style constant used in this class
S_LAST - Static variable in interface at.spardat.xma.mdl.tree.ITreeWM
The numeric highest style constant used in this class
S_MULTI_SELECT - Static variable in interface at.spardat.xma.mdl.list.IListWM
If the IListWM is used with the SWT-Control List, you can allow multi-selection by specifying this style constant in the constructor.
S_MULTI_SELECT - Static variable in interface at.spardat.xma.mdl.table.ITableWM
Specify this style constant in the constructor if you want the table to allow multi selection.
S_MULTI_SELECT - Static variable in interface at.spardat.xma.mdl.tree.ITreeWM
Specify this style constant in the constructor if you want the tree to allow multi selection.
S_NON_SORTABLE - Static variable in interface at.spardat.xma.mdl.table.ITableWMClient
Indicates that non of the table rows may be sorted.
S_NOT_STRICT - Static variable in interface at.spardat.xma.mdl.list.IListWM
If the IListWM is used with the SWT-Control Combo, you can allow entering of values not contained in the list.
S_NULL - Static variable in class at.spardat.xma.mdl.WModel
Some subclasses require style flags driving their behaviour.
S_ONE_WAY - Static variable in interface at.spardat.xma.mdl.table.ITableWM
A one way table has the property that its rows are never transmitted from client to server.
Scaler - class at.spardat.xma.page.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).
Serializer - Static variable in class at.spardat.xma.RuntimeDefaults
Determines the serializer used in RPCs: binary: Most efficient and must be set in production environment; the default; ascii: Data sent in RPCs is coded US-ASCII, without metainformation tascii: Data sent is US-ASCII, every value is preceded a descriptive tag (tagged ascii).
Serializer - interface at.spardat.xma.serializer.Serializer.
Used to map a sequence of primitive types to a byte array.
SerializerFactory - class at.spardat.xma.serializer.SerializerFactory.
Factory to create Serializers and Deserializers.
SerializerFactory() - Constructor for class at.spardat.xma.serializer.SerializerFactory
 
SerializerFactoryClient - class at.spardat.xma.serializer.SerializerFactoryClient.
Client side SerializerFactory
SerializerFactoryClient() - Constructor for class at.spardat.xma.serializer.SerializerFactoryClient
 
SerializerFactoryServer - class at.spardat.xma.serializer.SerializerFactoryServer.
Server side SerializerFactory.
SerializerFactoryServer() - Constructor for class at.spardat.xma.serializer.SerializerFactoryServer
 
ServerToClientData - class at.spardat.xma.baserpc.ServerToClientData.
Models the data transferred from server to client in a base rpc.
ServerToClientData() - Constructor for class at.spardat.xma.baserpc.ServerToClientData
 
SimpleTask - class at.spardat.xma.appshell.SimpleTask.
Implementation of a simple task which calls a single page or component.
SimpleTask(IXMAControl, boolean) - Constructor for class at.spardat.xma.appshell.SimpleTask
Creates the simple task.
SimpleUIDelegateClient - class at.spardat.xma.mdl.simple.SimpleUIDelegateClient.
The UIDelegateClient for a SimpleWM.
SimpleUIDelegateClient(SimpleWMClient) - Constructor for class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
Constructor
SimpleWM - class at.spardat.xma.mdl.simple.SimpleWM.
Implements ISimpleWM.
SimpleWM(short, byte, Page) - Constructor for class at.spardat.xma.mdl.simple.SimpleWM
Constructs a SimpleWM.
SimpleWMClient - class at.spardat.xma.mdl.simple.SimpleWMClient.
Implementation of IWModelClient.
SimpleWMClient(short, byte, PageClient) - Constructor for class at.spardat.xma.mdl.simple.SimpleWMClient
Constructor
StatusBar - class at.spardat.xma.page.StatusBar.
This class implements the status bar of a DialogPage.
StatusBar(Composite, int) - Constructor for class at.spardat.xma.page.StatusBar
Constructor for StatusBar.
Synchronization - interface at.spardat.xma.mdl.Synchronization.
This interface is realized by model objects that have the capability to synchronize its state.
save(File) - Method in class at.spardat.xma.datasource.TabularData
Store the table in to a given file, in CSV format.
sb() - Method in class at.spardat.xma.mdl.util.DNode
Appends a start bracket
scaleAllPercents(float) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Scale the percentages of all columns by the given factor
select() - Method in interface at.spardat.xma.appshell.IMenuItem
Select the MenuItem.
select() - Method in class at.spardat.xma.appshell.MenuItem
Select the MenuItem.
select(String) - Method in interface at.spardat.xma.mdl.ISelectable
Sets the entry with a provided key as selected.
select(String) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
select(String) - Method in class at.spardat.xma.mdl.list.ListWM
 
select(String) - Method in class at.spardat.xma.mdl.table.TableWM
 
select() - Method in class at.spardat.xma.mdl.tree.TreeNode
Marks this tree node to be selected.
select(String) - Method in class at.spardat.xma.mdl.tree.TreeWM
 
selectAll() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Selects all nodes in the tree.
selectAll() - Method in class at.spardat.xma.mdl.tree.TreeWM
 
selectByModelIndex(int) - Method in interface at.spardat.xma.mdl.table.ITableWM
Selects the row at the provided zero-based index.
selectByModelIndex(int) - Method in class at.spardat.xma.mdl.table.TableWM
 
selectByUIIndex(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Selects the row at a provided index in the UI-control (SWT-table) associated with this widget-model.
selectByUIIndex(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
 
selectMenu(String) - Method in class at.spardat.xma.appshell.AppShell
Selects the named MenuItem.
selectMenu(String) - Method in interface at.spardat.xma.appshell.IAppShell
Selects the named MenuItem.
selectMenu(String) - Method in class at.spardat.xma.appshell.MenuAppShell
Selects the named MenuItem.
selectMenu(String) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Selects the named MenuItem.
selection_ - Variable in class at.spardat.xma.mdl.tree.TreeWM
Holds selection information.
send(GlobalEvent) - Method in class at.spardat.xma.event.global.GlobalEventManager
Sends this given event to the global data structure.
serialize(Object) - Static method in class at.spardat.xma.serializer.Util
Uses standard java serialization to map obj to a byte[]
serialize(XmaOutput) - Method in interface at.spardat.xma.serializer.XmaSerializable
Maps the information in this to out.
serverEvent(String) - Method in class at.spardat.xma.page.PageClient
Calls the named eventMethod on the Server.
serverGetPreLoginInfo() - Method in class at.spardat.xma.session.XMASessionClient
Gets the pre login information from the server.
session_ - Variable in class at.spardat.xma.component.Component
The session this component belongs to.
set(int, Atom) - Method in class at.spardat.xma.datasource.TabularDataRow
Sets the value for the column with a given index.
set(String, Atom) - Method in class at.spardat.xma.datasource.TabularDataRow
Sets the value for a column with a given name.
set(String) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value of this model from a string.
set(double, int) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a double.
set(double) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a double.
set(BigDecimal) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from the provided BigDecimal.
set(int) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets this from an int.
set(Date) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets this from a provided java.util.Date.
set(boolean) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value of this from the provided boolean.
set(Boolean) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a Boolean.
set(Byte) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a Byte.
set(Short) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a Short.
set(Integer) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from an Integer.
set(Long) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
If the value is null, this is cleared.
set(Float) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
If the value is null, this is cleared.
set(Double) - Method in interface at.spardat.xma.mdl.simple.ISimpleWM
Sets the value from a Double.
set(String) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets the value of this model from a string.
set(double, int) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets the value from a double.
set(double) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets the value from a double.
set(BigDecimal) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Byte) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Short) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Integer) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Long) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Float) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(Double) - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
set(int) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets this from an int.
set(Date) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Sets this from a provided java.util.Date.
set(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWM
If getType() equals T_BOOLEAN, this method sets a boolean value, otherwise it does nothing.
set(String) - Method in class at.spardat.xma.mdl.util.TransString
This method sets a new value.
set(byte[], int, int, int) - Method in class at.spardat.xma.util.ByteArray
Extracts srcLen bytes at offset srcOffset from b and copies them to the offset dstOffset in this.
setAbsolutWidth(int, int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the absolute width of the given column in pixel.
setActivePage(int) - Method in class at.spardat.xma.page.Assistent
Activates the AssistentPage with the given index.
setActivePage(int) - Method in class at.spardat.xma.page.Notebook
Activates the NotebookPage with the given index.
setActivePage(NotebookPage) - Method in class at.spardat.xma.page.Notebook
Activates the given NotebookPage.
setAppShell(IAppShell) - Method in interface at.spardat.xma.appshell.ITask
Set the AppShell of this Task.
setAppShell(IAppShell) - Method in class at.spardat.xma.appshell.Task
Set the AppShell of this Task.
setAttached(Object) - Method in interface at.spardat.xma.appshell.IMenuItem
Set the visual representation of the MenuItem e.g.: a ITreeWMClient or org.eclipse.swt.widget.MenuItem.
setAttached(Object) - Method in class at.spardat.xma.appshell.MenuItem
Set the visual representation of the MenuItem e.g.: a ITreeWMClient or org.eclipse.swt.widget.MenuItem.
setAutoDispose(boolean) - Method in class at.spardat.xma.appshell.Task
Determine if this task should automatically dispose the component started with Task.callBlocking(IXMAControl) or Task.callNonBlocking(IXMAControl).
setBackground(Color) - Method in class at.spardat.xma.widgets.DatePicker
 
setBackgroundColor(NodeColor) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets the foreground color of this TreeNode.
setCalendar(Calendar) - Method in class org.vafada.swtcalendar.SWTCalendar
 
setCalendar(Calendar) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
setCell(int, Object) - Method in class at.spardat.xma.mdl.table.TableRow
Sets the value of a cell from a provided object.
setCells(Object[]) - Method in class at.spardat.xma.mdl.table.TableRow
Sets the value of all cells of this rows from the objects provided in an array.
setChallenge(String) - Method in class at.spardat.xma.security.ChallengeCallback
Set the challenge.
setChild(PageServer) - Method in class at.spardat.xma.page.PageServer
Sets the given subpage.
setCleanSubmenu(boolean) - Method in class at.spardat.xma.appshell.Task
Determine if this task should remove the submenu from its MenuItem in closeRequested.
setClientArea(IXMAControl) - Method in class at.spardat.xma.appshell.AppShell
Replaces the embedded page or component in the client area.
setClientArea(IXMAControl) - Method in interface at.spardat.xma.appshell.IAppShell
Replaces the embedded page or component in the client area.
setComparator(XMATableColumn.AtomComparator) - Method in class at.spardat.xma.mdl.table.XMATableColumn
Sets an AtomComparator for the client side sorting of the XMATableColumn.
setComputeHeaderLength(boolean) - Method in class at.spardat.xma.util.ByteArray
Forces the header to indicate the length of this or not.
setContextChangeAllowed(boolean) - Method in interface at.spardat.xma.security.LoginModuleWithContextChange
Decide if any change in the XMAContext after the inital login is allowed.
setContextString(String) - Method in class at.spardat.xma.page.PageClient
Sets the context String and notifies the containing AppShell or dialog if there exists one.
setDataSource(String) - Method in interface at.spardat.xma.mdl.list.IListDomWM
Sets a new data source.
setDataSource(String) - Method in class at.spardat.xma.mdl.list.ListDomWM
 
setDatePickerDate(Date) - Method in class at.spardat.xma.widgets.DatePicker
Sets the date preselected at the date-chooser dialog.
setDatePickerFont(Font) - Method in class at.spardat.xma.widgets.DatePicker
Sets the Font of the date-chooser dialog and its controls.
setDatePickerLocale(Locale) - Method in class at.spardat.xma.widgets.DatePicker
Sets the Locale of the date-chooser dialog and its controls.
setDefaultAbsolutWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the default absolute width.
setDefaultMaxWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the default maximum width, used for all columns without individual maximum width.
setDefaultMinWidth(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the default minimum width, used for all columns without individual maximum width.
setDialog(IDialog) - Method in class at.spardat.xma.component.EmbeddableComponent
 
setDialog(IDialog) - Method in interface at.spardat.xma.page.IEmbeddable
Sets the containing dialog of the PageClient.
setDialog(IDialog) - Method in class at.spardat.xma.page.Notebook
Sets the containing dialog of the PageClient by calling PageClient.setDialog(IDialog) on all NotebookPages.
setDialog(IDialog) - Method in class at.spardat.xma.page.PageClient
Sets the containing dialog of the PageClient.
setDoPrefixSearch(boolean) - Method in interface at.spardat.xma.mdl.list.IListWMClient
determine if prefix search has to be done on this model
setDoPrefixSearch(boolean) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
determine if prefix search has to be done on this model
setDoPrefixSearch(boolean) - Method in class at.spardat.xma.mdl.list.ListWMClient
determine if prefix search has to be done on this model
setDoit(boolean) - Method in class at.spardat.xma.security.VotingEvent
Allow or disallow a change in the XMAContext
setDummy(boolean) - Method in class at.spardat.xma.mdl.util.DNode
Sets this node to dummy which only applies to root nodes and prevent them from beeing shown in the output.
setDynamicDataSource(boolean) - Method in class at.spardat.xma.mdl.list.ListDomWM
Sets whether the data source is set at runtime or compile-time.
setEditable(boolean) - Method in interface at.spardat.xma.mdl.IWModelClient
Sets the editable-state of this models's widget.
setEditable(boolean) - Method in class at.spardat.xma.mdl.UIDelegateClient
Sets the editable-state of this models's widget.
setEditable(boolean) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.list.ListWMClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.table.TableWMClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
setEditable(boolean) - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
setEditable(boolean) - Method in class at.spardat.xma.page.PageClient
Sets the editable-state of all model's widgets.
setEditable(boolean) - Method in class at.spardat.xma.widgets.DatePicker
Editables text field of DatePicker and enables/disables Button.
setEnabled(boolean) - Method in interface at.spardat.xma.mdl.IWModelClient
Sets the enabled-state of this model's widget.
setEnabled(boolean) - Method in class at.spardat.xma.mdl.UIDelegateClient
Sets the enabled-state of this model's widget.
setEnabled(boolean) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.list.ListWMClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.table.TableWMClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
 
setEnabled(boolean) - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
setEnabled(boolean) - Method in class at.spardat.xma.widgets.DatePicker
 
setError(Widget, String) - Method in class at.spardat.xma.page.DialogPage
Sets an error for the given widget.
setError(ValidationErrorClient) - Method in class at.spardat.xma.page.PageClient
Sets an error for the given widget.
setError(String) - Method in class at.spardat.xma.page.StatusBar
Displays a message as error.
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.UIDelegateClient
If inError, this method sets the background of the corresponding Control c to the error color defined in ComponentClient.
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.list.ListDomUIDelegateClient
If inError, this method sets the background of the corresponding Control c to the error color defined in ComponentClient.
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
If inError, this method sets the background of the corresponding Control c to the error color defined in ComponentClient.
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
If inError, this method sets the background of the corresponding Control c to the error color defined in ComponentClient.
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
Not implemented - does nothing
setErrorColor(boolean) - Method in class at.spardat.xma.mdl.tree.TreeUIDelegateClient
Not implemented - does nothing
setEventsEnabled(boolean) - Method in class at.spardat.xma.component.EmbeddableComponent
Enables/disables GUI-events on the mainpage and all its subpages.
setEventsEnabled(boolean) - Method in interface at.spardat.xma.page.IEmbeddable
Enables/disables GUI-events on the page and all its subpages.
setEventsEnabled(boolean) - Method in class at.spardat.xma.page.Notebook
Enables/disables GUI-events all NotebookPages.
setEventsEnabled(boolean) - Method in class at.spardat.xma.page.PageClient
Enables/disables GUI-events on the page and all its subpages.
setException(BaseException) - Method in class at.spardat.xma.baserpc.ServerToClientData
Sets a throwable that is going to be transferred to the client.
setExpanded(int, boolean) - Method in interface at.spardat.xma.mdl.tree.ITreeWMClient
Sets the expanded state of the top depth levels of the tree.
setExpanded(boolean) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets the expansion status of this tree node.
setExpanded(int, boolean) - Method in class at.spardat.xma.mdl.tree.TreeWMClient
 
setExtend(IPageExtender) - Method in class at.spardat.xma.page.PageClient
Sets an extention object, which can add behavior to the page.
setFilterConfig(FilterConfig) - Method in class at.spardat.xma.session.HashFilter
Called by weblogic 6.1 instead of init().
setFmt(IFmt) - Method in interface at.spardat.xma.mdl.list.IListWMClient
Sets a new Formatter.
setFmt(IFmt) - Method in class at.spardat.xma.mdl.list.ListWMClient
 
setFmt(IFmt) - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
Sets a new Formatter.
setFmt(IFmt) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
setFocus(Control) - Method in class at.spardat.xma.page.DialogPage
Sets the focus to the given control.
setFocus(Control) - Method in interface at.spardat.xma.page.IDialogPage
Sets the focus to the given control.
setFocusControl(Control) - Method in class at.spardat.xma.page.DialogPage
Sets the Control on the DialogPage of a Subpage of it, which currently has the focus.
setFont(Font) - Method in class org.vafada.swtcalendar.SWTCalendar
 
setFont(Font) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
setFont(Font) - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
setForegroundColor(NodeColor) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets the foreground color of this TreeNode.
setFormatter(int, IFmt) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Sets the formatter to use for column at index columnIndex.
setFormatter(int, IFmt) - Method in class at.spardat.xma.mdl.table.TableWMClient
Sets the formatter to use for column at index columnIndex.
setFormatter(IFmt) - Method in class at.spardat.xma.mdl.table.XMATableColumn
Sets the formatter for a particular column
setHeader(boolean) - Method in class at.spardat.xma.util.ByteArray
Sets the header-status of this.
setId(short) - Method in class at.spardat.xma.component.Component
Sets the id of this component.
setId(short) - Method in class at.spardat.xma.page.Page
Assigns an id to this Page.
setId(short) - Method in class at.spardat.xma.page.PageClient
Assigns an id to this Page.
setId(String) - Method in class at.spardat.xma.session.XMASessionClient
Sets the id of the session; with http-comunication this is the session cookie.
setImage(Image) - Method in interface at.spardat.xma.appshell.IMenuItem
Sets the image to show at this item.
setImage(Image) - Method in class at.spardat.xma.appshell.MenuItem
 
setImageId(int) - Method in class at.spardat.xma.mdl.table.TableRow
Sets the image id of this row.
setImageId(short) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets a new image id.
setInfo(Widget, String) - Method in class at.spardat.xma.page.DialogPage
Sets an info for the given widget.
setInfo(Widget, String) - Method in interface at.spardat.xma.page.IDialogPage
Sets an info for the given widget.
setInfo(String) - Method in class at.spardat.xma.page.StatusBar
Displays a message as information.
setInitialRepeatDelay(int) - Method in class org.vafada.swtcalendar.RepeatingButton
 
setInternal(String) - Method in class at.spardat.xma.mdl.simple.SimpleWM
This method requires that a legal internal representation has been constructed and manages the state in value_ and savedValue_.
setLocale(Locale) - Method in class at.spardat.xma.datasource.TableSpec
Sets the TableSec's Locale.
setLocale(Locale) - Method in class org.vafada.swtcalendar.SWTCalendar
 
setLocale(Locale) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
setLocale(Locale) - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
setMainPage(PageClient) - Method in class at.spardat.xma.component.EmbeddableComponent
Sets the page which will be shown by the component.
setMandatory(boolean) - Method in interface at.spardat.xma.mdl.list.IListDomWMClient
Sets the mandatory-property.
setMandatory(boolean) - Method in interface at.spardat.xma.mdl.list.IListWMClient
If there is a formatter attached, this method clones the old formatter, changes the MANDATORY-property of the formatter to the provided value, and sets the formatter.
setMandatory(boolean) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
setMandatory(boolean) - Method in class at.spardat.xma.mdl.list.ListWMClient
 
setMandatory(boolean) - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
If there is a formatter attached, this method clones the old formatter, changes the MANDATORY-property of the formatter to the provided value, and sets the formatter.
setMandatory(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
setMaxWidth(int, int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the maximum width of the given column in pixel.
setMenu(IMenuItem) - Method in interface at.spardat.xma.appshell.ITask
Set the menu item of this Task.
setMenu(IMenuItem) - Method in class at.spardat.xma.appshell.Task
Set the menu item of this Task.
setMenuEnabled(boolean) - Method in class at.spardat.xma.appshell.AppShell
Completely enable/disable the menu.
setMenuEnabled(boolean) - Method in class at.spardat.xma.appshell.MenuAppShell
Completely enable/disable the menu.
setMenuEnabled(boolean) - Method in class at.spardat.xma.appshell.TreeMenuAppShell
Completely enable/disable the menu.
setMinLimit(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the lower limit for all column widths.
setMinWidth(int, int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the minimum width of the given column in pixel.
setMonth(int) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
setMonth(int) - Method in class org.vafada.swtcalendar.SWTMonthChooser
 
setName(String) - Method in class at.spardat.xma.appshell.MenuItem
Set the name of the MenuItem
setNeedEncryption(boolean) - Method in class at.spardat.xma.baserpc.BaseRPCClient
Determines if data has to be send encrypted.
setNeedEncryption(boolean) - Method in class at.spardat.xma.rpc.RemoteCallClient
Determines if data has to be send encrypted.
setNeedEncryption(boolean) - Method in class at.spardat.xma.session.XMASessionClient
Sets if SSL-Encryption is neccessary for session management calls to the server.
setNew(boolean) - Method in class at.spardat.xma.page.PageClient
Sets the new state.
setOrderStyle(int) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
Sets the style that determines the sort order.
setOutOfSyncWithServer(boolean) - Method in class at.spardat.xma.component.ComponentClient
Sets the out of sync state.
setParameter(int, Object) - Method in class at.spardat.xma.baserpc.BaseRPCClient
Sets a parameter transferred that is to be transferred to the server.
setParameter(int, Object) - Method in class at.spardat.xma.baserpc.RemoteData
Adds a parameter to this
setParameter(int, Object) - Method in class at.spardat.xma.rpc.RemoteCall
Adds a parameter to this call that is transferred to the server and may be accessed via getParameter there.
setParameter(int, Object) - Method in class at.spardat.xma.rpc.RemoteOperation
Adds a parameter to this call that is transferred to the server and may be accessed via RemoteOperation.getParameter(int) there.
setParameter(int, Object) - Method in class at.spardat.xma.rpc.RemoteReply
Adds a parameter to this reply that is transferred to the client and may be accessed via getParameter there.
setParentId(short) - Method in class at.spardat.xma.page.PageServer
Sets the id of the parent page.
setParentTask(ITask) - Method in interface at.spardat.xma.appshell.ITask
Set the parent Task of this Task.
setParentTask(ITask) - Method in class at.spardat.xma.appshell.Task
Set the parent Task of this Task.
setPercent(int, float) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the width of the given column in percent of the table width.
setPosition(int) - Method in class at.spardat.xma.util.ByteArray
Sets the current position to the provided index.
setPrefixSearchCaseSensitive(boolean) - Method in interface at.spardat.xma.mdl.list.IListWMClient
determine if prefix seach has to be done case sensitive or not
setPrefixSearchCaseSensitive(boolean) - Method in class at.spardat.xma.mdl.list.ListUIDelegateClient
determine if prefix seach has to be done case sensitive or not
setPrefixSearchCaseSensitive(boolean) - Method in class at.spardat.xma.mdl.list.ListWMClient
determine if prefix seach has to be done case sensitive or not
setProperties(Properties) - Method in class at.spardat.xma.component.ComponentClient
Sets all properties of the component.
setProperty(String, String) - Method in class at.spardat.xma.component.ComponentClient
Sets one property of the component.
setProperty(String, String) - Method in class at.spardat.xma.datasource.TableSpec
Adds a property (key, value).
setProperty(String, String) - Method in class at.spardat.xma.event.global.GlobalEvent
 
setProperty(String, String) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets an auxiliary property.
setRepeatDelay(int) - Method in class org.vafada.swtcalendar.RepeatingButton
 
setRerunStateChanched() - Method in class at.spardat.xma.page.DialogPage
Requests another call to PageClient.determineState() and PageClient.stateChanged() if called within one of these methods.
setRunfinished() - Method in interface at.spardat.xma.appshell.ITask
Marks the Task after its run()-method has finished.
setRunfinished() - Method in class at.spardat.xma.appshell.Task
Marks the Task after its run()-method has finished.
setSCN(short) - Method in class at.spardat.xma.component.Component
Sets the server change number.
setSerializationMode(String) - Method in class at.spardat.xma.serializer.SerializerFactory
Allows to overwrite the properties and to force a particular mode
setSessionAsThreadLocal(XMASessionServer) - Static method in class at.spardat.xma.session.XMASessionServer
Sets the provided session as the current threads session.
setShowLongValueToolTips() - Method in interface at.spardat.xma.mdl.list.IListDomWMClient
Changes the behaviour of the combo box to show the long values of the selected value as tooltips, instead of the value entered in the UI-designer.
setShowLongValueToolTips() - Method in class at.spardat.xma.mdl.list.ListDomWMClient
 
setShowStyle(int) - Method in class at.spardat.xma.mdl.list.ListDomWMClient
Sets the style that drives what is shown in the combo box.
setSortIndicator(boolean) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
If this method is set to true than a sort indicator (a small up or down arrow) is shown at the column's header, which sorts the table.
setSortIndicator(boolean) - Method in class at.spardat.xma.mdl.table.TableWMClient
 
setSortable(int, boolean) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Sets the property if the column at index columnIndex may be sorted by the user or not.
setSortable(int, boolean) - Method in class at.spardat.xma.mdl.table.TableWMClient
Sets the property if the column at index columnIndex may be sorted by the user or not.
setSortable(boolean) - Method in class at.spardat.xma.mdl.table.XMATableColumn
Sets whether this column is sortable
setState(String, String) - Method in interface at.spardat.xma.page.IPageExtender
 
setStrechColumn(int) - Method in class at.spardat.xma.mdl.table.TableLayoutManager
Set the column, which should take the whole space of the table which remains after calculating the width of all other columns.
setSubTask(ITask) - Method in interface at.spardat.xma.appshell.ITask
Set the subtask of this Task.
setSubTask(ITask) - Method in class at.spardat.xma.appshell.Task
Set the subtask of this Task.
setTask(ITask) - Method in interface at.spardat.xma.appshell.IMenuItem
Set the task to run when the MenuItem is selected
setTask(ITask) - Method in class at.spardat.xma.appshell.MenuItem
Set the task to run when the MenuItem is selected
setText(String) - Method in class at.spardat.xma.mdl.tree.TreeNode
Sets a new text.
setUnserializableCollection(int, Collection) - Method in class at.spardat.xma.baserpc.BaseRPCClient
Sets a parameter that should be transferred to the server which is a collection that should not be serialized directly.
setUnserializableCollection(int, Collection) - Method in class at.spardat.xma.baserpc.RemoteData
Like setParameter, except that the provided collection is not serialized itself.
setValidateIfUneditable(boolean) - Method in interface at.spardat.xma.mdl.simple.ISimpleWMClient
If this is set to true then the widget is validated in the editable=false state, too.
setValidateIfUneditable(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleUIDelegateClient
 
setValidateIfUneditable(boolean) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
setValidationErrorImpl(Widget, String) - Method in class at.spardat.xma.page.DialogPage
Sets a validation error for a particular widget.
setValidationErrorImpl(Widget, String) - Method in interface at.spardat.xma.page.IDialogPage
Sets a validation error for a particular widget.
setValidationErrorImpl(ValidationErrorClient) - Method in class at.spardat.xma.page.PageClient
Sets a validation error for a particular widget model.
setVisible(int, boolean) - Method in class at.spardat.xma.mdl.table.TableWMClient
Sets the property whether the column at index columnIndex is visible or not.
setVisible(boolean) - Method in class at.spardat.xma.mdl.table.XMATableColumn
Sets the visibility state of this column.
setWarning(Widget, String) - Method in class at.spardat.xma.page.DialogPage
Sets an warning for the given widget.
setWarning(Widget, String) - Method in interface at.spardat.xma.page.IDialogPage
Sets an warning for the given widget.
setWarning(String) - Method in class at.spardat.xma.page.StatusBar
Displays a message as warning.
setYear(int) - Method in class org.vafada.swtcalendar.SWTDayChooser
 
settersShouldBeSloppy(Page) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Determines if setters should ignore type violations.
settersShouldBeSloppy(Page) - Method in class at.spardat.xma.mdl.simple.SimpleWMClient
 
show() - Method in class at.spardat.xma.mdl.util.DNodeInspector
Opens a non modal shell to show the hierachy.
show(Object, Shell, XMAContext, XMASessionClient) - Static method in class at.spardat.xma.page.NotificationBox
Shows an INotification or a java.lang.Throwable in a modal message box.
showContextStack() - Method in class at.spardat.xma.appshell.ContextAppShell
Show the contextStrings of all Tasks, Components and Pages on the call stack.
showContextStack() - Method in interface at.spardat.xma.appshell.IAppShell
Show the contextStrings of all Tasks, Components and Pages on the call stack.
showException(Exception) - Method in class at.spardat.xma.page.PageClient
Shows an Exception in a MessageBox.
showExceptionClassName - Static variable in class at.spardat.xma.RuntimeDefaults
Messages shown by NotificationBox.show() (used by PageClient.showException()) show first the class name of the Exception or of the nested Exception and then the Exception text if the argument is a SysException (like "SysException: internal Error...[100001]").
showMessage(INotification) - Method in class at.spardat.xma.component.ComponentClient
Displays the provided notification in a modal message box.
showMessage(INotification) - Method in class at.spardat.xma.page.PageClient
Displays the provided notification in a modal message box.
showTopPage() - Method in interface at.spardat.xma.appshell.ITask
Refresh the page on top of the call stack to the screen.
showTopPage() - Method in class at.spardat.xma.appshell.Task
Refresh the page on top of the call stack to the screen.
size() - Method in interface at.spardat.xma.datasource.ITabularData
Returns the number of rows in this table
size() - Method in class at.spardat.xma.datasource.TabularData
 
size() - Method in class at.spardat.xma.datasource.TabularDataHeader
Returns the number of columns.
size() - Method in class at.spardat.xma.datasource.TabularDataRow
Returns the number of Atoms in this.
size() - Method in interface at.spardat.xma.mdl.list.IListWM
Gets the size of the list.
size() - Method in class at.spardat.xma.mdl.list.ListWM
 
size() - Method in interface at.spardat.xma.mdl.table.ITableWM
Returns the number of rows in this table.
size() - Method in class at.spardat.xma.mdl.table.TableWM
Returns the number of rows in this table.
size() - Method in interface at.spardat.xma.mdl.tree.ITreeWM
Returns the number of nodes in this tree.
size() - Method in class at.spardat.xma.mdl.tree.TreeWM
Returns the number of nodes in this tree.
size() - Method in class at.spardat.xma.mdl.util.KeyedList
Returns the size of this list.
size() - Method in class at.spardat.xma.mdl.util.TransAtomTable
Returns the number of rows in this
size() - Method in class at.spardat.xma.mdl.util.TransStringSet
Returns the number of strings in the set.
size() - Method in class at.spardat.xma.mdl.util.TransStringSet1
 
size() - Method in class at.spardat.xma.mdl.util.TransStringSetN
 
size() - Method in class at.spardat.xma.util.ByteArray
Returns how many bytes this ByteArray stores.
sizeOf(String) - Static method in class at.spardat.xma.mdl.MemoryEstimator
Returns the number of bytes a String consumes if it is not shared with other Strings.
sizeOfObject(int) - Static method in class at.spardat.xma.mdl.MemoryEstimator
Returns the number of bytes an java objects consumes that has numInstances instance variables.
sloppyModelSetters - Static variable in class at.spardat.xma.RuntimeDefaults
With the XMA Runtime Version 1.7.0 the ISimpleWM.set(xxxx) method changed the implementation of behaviour on type conflicts.
sort(int) - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Sorts the table contents on the UI using a particular column as sort order column.
sort(int) - Method in class at.spardat.xma.mdl.table.TableWMClient
Sorts the table contents on the UI using a particular column as sort order column.
sortNatural() - Method in interface at.spardat.xma.mdl.table.ITableWMClient
Displays the rows in their natural order, i.e., as inserted in the table model.
sortNatural() - Method in class at.spardat.xma.mdl.table.TableUIDelegateClient
Resets the order to the natural order of the rows.
sortNatural() - Method in class at.spardat.xma.mdl.table.TableWMClient
 
start(ITask) - Method in interface at.spardat.xma.appshell.ITask
Starts the Task by calling it as subtask of the given parent task.
start(IAppShell) - Method in interface at.spardat.xma.appshell.ITask
Starts the Task by calling it as subtask of the task on top of the callstack of the given appShell.
start(ITask) - Method in class at.spardat.xma.appshell.Task
Starts the Task by calling it as subtask of the given parent task.
start(IAppShell) - Method in class at.spardat.xma.appshell.Task
Starts the Task by calling it as subtask of the task on top of the callstack of the given appShell.
startTiming(String) - Method in interface at.spardat.xma.monitoring.IMonitoring
Report the start of a timing.
stateChanged() - Method in interface at.spardat.xma.page.IPageExtender
 
stateChanged() - Method in class at.spardat.xma.page.PageClient
This method is called every time the content of any WizardModel of the Page may have been changed.
stateChangedBase() - Method in class at.spardat.xma.component.EmbeddableComponent
 
stateChangedBase() - Method in class at.spardat.xma.page.Assistent
Notify the Assistent and the active AssistentPage of a possible Change in the PageModels by calling PageClient.stateChanged() on the Assistent and the active AssistentPage.
stateChangedBase() - Method in class at.spardat.xma.page.DialogPage
Notify the PageClient and all Subpages of a possible Change in the PageModels by calling PageClient.determineState() and PageClient.stateChanged() on the PageClient and all Subpages.
stateChangedBase() - Method in class at.spardat.xma.page.Notebook
Notify the active NotebookPage of a possible Change in the PageModels by calling PageClient.stateChangedBase() the active NotebookPage.
stateChangedBase() - Method in class at.spardat.xma.page.PageClient
Notify the PageClient and all Subpages of a possible Change in the PageModels by calling PageClient.determineState() and PageClient.stateChanged() on the PageClient and all Subpages.
stateChangedBaseImpl() - Method in class at.spardat.xma.component.EmbeddableComponent
Delegates the call of PageClient.stateChangedBaseImpl() to the main page.
stateChangedBaseImpl() - Method in interface at.spardat.xma.page.IEmbeddable
Delegates the call of PageClient.stateChangedBaseImpl() to the embedded page or component.
stateChangedBaseImpl() - Method in class at.spardat.xma.page.Notebook
Delegates the call of PageClient.stateChangedBaseImpl() to the active page.
stateChangedBaseImpl() - Method in class at.spardat.xma.page.PageClient
Calls PageClient.stateChanged() on the PageClient and all subpages
stateChangedExtend() - Method in class at.spardat.xma.component.EmbeddableComponent
Delegates the call of PageClient.stateChangedExtend() to the main page.
stateChangedExtend() - Method in interface at.spardat.xma.page.IEmbeddable
Delegates the call of PageClient.stateChangedExtend() to the embedded page or component.
stateChangedExtend() - Method in class at.spardat.xma.page.Notebook
Delegates the call of PageClient.stateChangedExtend() to the active page.
stateChangedExtend() - Method in class at.spardat.xma.page.PageClient
Calls IPageExtender.stateChanged() on the IPageExtender of the PageClient and all subpages
statusBar - Variable in class at.spardat.xma.page.DialogPage
The StatusBar of the Dialog.
statusBarComposite - Variable in class at.spardat.xma.page.DialogPage
The SWT-Composite serving as parent for the StatusBar
stopThread() - Method in class at.spardat.xma.session.PipeListenerThread
Stops the PipeListenerThread (the Loop in run()).
streamedSize(Atom) - Static method in class at.spardat.xma.mdl.Atom
Returns the estimated length of the byte stream resulting from streaming an Atom.
streamedSize() - Method in class at.spardat.xma.mdl.tree.TreeNode
Returns the size of the hypothetical byte stream if this node would be externalized.
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
 
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
 
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
 
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
 
streamedSize() - Method in class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
Returns the number of bytes this event requires when streamed to a byte array
success() - Method in class at.spardat.xma.monitoring.TimeingEvent
Ends the measurement with a success status.
success(String, int) - Static method in class at.spardat.xma.monitoring.TimeingEvent
Reports observations like the size of an RPC to the monitoring system.

T

TableBaseWM - class at.spardat.xma.mdl.table.TableBaseWM.
Abstract base class for table widget models.
TableBaseWM(short, Page, int, boolean) - Constructor for class at.spardat.xma.mdl.table.TableBaseWM
Constructor
TableLayoutManager - class at.spardat.xma.mdl.table.TableLayoutManager.
TableLayoutManager implements a more sophisticated Layout for Table columns than just column widths.
TableLayoutManager() - Constructor for class at.spardat.xma.mdl.table.TableLayoutManager
 
TableRow - class at.spardat.xma.mdl.table.TableRow.
Represents a row in a TableWM.
TableRow(ITableWM, int, String, Object[], int) - Constructor for class at.spardat.xma.mdl.table.TableRow
Creates a new row using the provided parameters and inserts it at a given index.
TableRow(ITableWM, String, Object[], int) - Constructor for class at.spardat.xma.mdl.table.TableRow
Creates a new row using the provided parameters and inserts it at the end of the table.
TableSpec - class at.spardat.xma.datasource.TableSpec.
Encapsulates a table spec as defined in ITabularDataSource.
TableSpec(String) - Constructor for class at.spardat.xma.datasource.TableSpec
Constructor.
TableSpec() - Constructor for class at.spardat.xma.datasource.TableSpec
Constructs with no properties.
TableUIDelegateClient - class at.spardat.xma.mdl.table.TableUIDelegateClient.
This class manages the UI related aspects of a TableWMClient widget model
TableUIDelegateClient(TableWMClient) - Constructor for class at.spardat.xma.mdl.table.TableUIDelegateClient
Constructor
TableUIDelegateClient.RowComparator - class at.spardat.xma.mdl.table.TableUIDelegateClient.RowComparator.
To compare two entries of the sortPermutation instance variable
TableUIDelegateClient.RowComparator(TransAtomTable, int, boolean, Collator, XMATableColumn.AtomComparator) - Constructor for class at.spardat.xma.mdl.table.TableUIDelegateClient.RowComparator
Constructor
TableWM - class at.spardat.xma.mdl.table.TableWM.
A table widget model where the programmer is in full control on what rows the table has.
TableWM(short, Page, int, int) - Constructor for class at.spardat.xma.mdl.table.TableWM
Constructor
TableWMClient - class at.spardat.xma.mdl.table.TableWMClient.
The implementation of a TableWM widget model implementation at the client side.
TableWMClient(short, Page, int, int) - Constructor for class at.spardat.xma.mdl.table.TableWMClient
Constructor.
TabularData - class at.spardat.xma.datasource.TabularData.
A TabularDatatable stores data in a row/column matrix of Atoms in memory, with column header names.
TabularData() - Constructor for class at.spardat.xma.datasource.TabularData
Creates an empty table.
TabularData(String[], Atom[][]) - Constructor for class at.spardat.xma.datasource.TabularData
Creates a table containing given data
TabularDataHeader - class at.spardat.xma.datasource.TabularDataHeader.
A TabularDataHeader stores header information for a TabularData.
TabularDataHeader() - Constructor for class at.spardat.xma.datasource.TabularDataHeader
 
TabularDataRow - class at.spardat.xma.datasource.TabularDataRow.
A TabularDataRow stores the data for a row of a TabularData.
TabularDataRow(TabularData) - Constructor for class at.spardat.xma.datasource.TabularDataRow
Creates a TabularDataRow for a TabularData.
TabularDataSourceClient - class at.spardat.xma.datasource.TabularDataSourceClient.
This is the client side implementation of the ITabularDataSource plugin.
TabularDataSourceClient() - Constructor for class at.spardat.xma.datasource.TabularDataSourceClient
 
TabularDomData - class at.spardat.xma.datasource.TabularDomData.
Extension of TabularData that must be used for domains.
TabularDomData() - Constructor for class at.spardat.xma.datasource.TabularDomData
Constructor.
TabularServletServer - class at.spardat.xma.datasource.TabularServletServer.
This servlets task is to serve tabular data sources at the XMA server.
TabularServletServer() - Constructor for class at.spardat.xma.datasource.TabularServletServer
 
TaggedAsciiDeserializer - class at.spardat.xma.serializer.TaggedAsciiDeserializer.
Is able to read the byte stream written by TaggedAsciiSerializer.
TaggedAsciiDeserializer(byte[], int) - Constructor for class at.spardat.xma.serializer.TaggedAsciiDeserializer
Constructor
TaggedAsciiDeserializer(byte[]) - Constructor for class at.spardat.xma.serializer.TaggedAsciiDeserializer
Constructor
TaggedAsciiDeserializer(byte[], int, int) - Constructor for class at.spardat.xma.serializer.TaggedAsciiDeserializer
 
TaggedAsciiSerializer - class at.spardat.xma.serializer.TaggedAsciiSerializer.
Ascii Serializer where primitive values are written in format tag=value,
TaggedAsciiSerializer(boolean, int) - Constructor for class at.spardat.xma.serializer.TaggedAsciiSerializer
Constructor
Task - class at.spardat.xma.appshell.Task.
Tasks are java objects which implement a workflow in its method ITask.run().
Task(ComponentClient) - Constructor for class at.spardat.xma.appshell.Task
creates at Task
Task(AppShell) - Constructor for class at.spardat.xma.appshell.Task
creates a Task
Task(AppShell, IMenuItem) - Constructor for class at.spardat.xma.appshell.Task
creates a Task
TimeingEvent - class at.spardat.xma.monitoring.TimeingEvent.
Wrapper class for sITSolutions monitoring, now working with the monitoring plugin, for independence and extendability to other monitoring solutions.
TimeingEvent(String) - Constructor for class at.spardat.xma.monitoring.TimeingEvent
Constructor, starts a new measurement.
TransAtomTable - class at.spardat.xma.mdl.util.TransAtomTable.
Manages a two dimensional arrays of Atom objects.
TransAtomTable(int) - Constructor for class at.spardat.xma.mdl.util.TransAtomTable
Constructor.
TransAtomTable.AddRowChangeEvent - class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent.
Adds a row to the table
TransAtomTable.AddRowChangeEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
May only be used to call internalize thereafter.
TransAtomTable.AddRowChangeEvent(String, int, Atom[]) - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.AddRowChangeEvent
Constructor
TransAtomTable.ClearEvent - class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent.
Clears the table
TransAtomTable.ClearEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.ClearEvent
 
TransAtomTable.RemoveRowChangeEvent - class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent.
Removes a row at a given index from this.
TransAtomTable.RemoveRowChangeEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
May only be used to call internalize thereafter.
TransAtomTable.RemoveRowChangeEvent(int) - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.RemoveRowChangeEvent
Constructor
TransAtomTable.ReplaceAtomChangeEvent - class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent.
Replaces an Atom (table cell) in the table.
TransAtomTable.ReplaceAtomChangeEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
May only be used to call internalize thereafter.
TransAtomTable.ReplaceAtomChangeEvent(int, int, Atom) - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.ReplaceAtomChangeEvent
Constructor
TransAtomTable.ReplaceRowChangeEvent - class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent.
Replaces a row at a given index with a new row.
TransAtomTable.ReplaceRowChangeEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
May only be used to call internalize thereafter.
TransAtomTable.ReplaceRowChangeEvent(int, Atom[]) - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.ReplaceRowChangeEvent
Constructor
TransAtomTable.TableChangeEvent - class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent.
Base class for change events on TransAtomTables.
TransAtomTable.TableChangeEvent() - Constructor for class at.spardat.xma.mdl.util.TransAtomTable.TableChangeEvent
 
TransString - class at.spardat.xma.mdl.util.TransString.
Encapsulates a String and adds Transactional behaviour to it.
TransString() - Constructor for class at.spardat.xma.mdl.util.TransString
Default constructor.
TransString(String) - Constructor for class at.spardat.xma.mdl.util.TransString
Constructs with a provided string.
TransStringSet - class at.spardat.xma.mdl.util.TransStringSet.
This class technically is a set of Strings with the expanded capability to rollback changes made since particular points in the past.
TransStringSet() - Constructor for class at.spardat.xma.mdl.util.TransStringSet
 
TransStringSet1 - class at.spardat.xma.mdl.util.TransStringSet1.
A transactional string set that may contain at most one String.
TransStringSet1() - Constructor for class at.spardat.xma.mdl.util.TransStringSet1
 
TransStringSetN - class at.spardat.xma.mdl.util.TransStringSetN.
A transactional string set that is not size restricted.
TransStringSetN() - Constructor for class at.spardat.xma.mdl.util.TransStringSetN
 
Transactional - interface at.spardat.xma.mdl.Transactional.
This interface is implemented by classes that provide transactional support.
Transform - class at.spardat.xma.session.Transform.
e.g.
Transform() - Constructor for class at.spardat.xma.session.Transform
 
TreeMenuAppShell - class at.spardat.xma.appshell.TreeMenuAppShell.
An AppShell implementing the menu tree with a SWT-Tree and the visualisation of the context strings with a SWT-List.
TreeMenuAppShell(ComponentClient, boolean, int) - Constructor for class at.spardat.xma.appshell.TreeMenuAppShell
Initializes the application shell.
TreeNode - class at.spardat.xma.mdl.tree.TreeNode.
Represents a node in a tree widget model.
TreeNode(Object, int, String, String, int, boolean) - Constructor for class at.spardat.xma.mdl.tree.TreeNode
Constructs a TreeNode and makes it the child of parent at a specified zero based index in the child sequence.
TreeNode(Object, int, String, String, int) - Constructor for class at.spardat.xma.mdl.tree.TreeNode
Constructs a TreeNode and makes it the child of parent at a specified zero based index in the child sequence.
TreeNode(Object, String, String, int, boolean) - Constructor for class at.spardat.xma.mdl.tree.TreeNode
Constructs a TreeNode and makes it the last child of parent.
TreeNode(Object, String, String, int) - Constructor for class at.spardat.xma.mdl.tree.TreeNode
Constructs a TreeNode and makes it the last child of parent.
TreeNode() - Constructor for class at.spardat.xma.mdl.tree.TreeNode
Internal use constructor.
TreeUIDelegateClient - class at.spardat.xma.mdl.tree.TreeUIDelegateClient.
Manages UI related aspects of a TreeWM.
TreeUIDelegateClient(TreeWMClient) - Constructor for class at.spardat.xma.mdl.tree.TreeUIDelegateClient
Constructor
TreeWM - class at.spardat.xma.mdl.tree.TreeWM.
A widget model that holds a tree and its selection status.
TreeWM(short, Page, int) - Constructor for class at.spardat.xma.mdl.tree.TreeWM
Constructor
TreeWMClient - class at.spardat.xma.mdl.tree.TreeWMClient.
The representation of a TreeWM at the client side of XMA.
TreeWMClient(short, Page, int) - Constructor for class at.spardat.xma.mdl.tree.TreeWMClient
Constructor
tableHash2randomTimeStamp(int) - Static method in class at.spardat.xma.datasource.XMATabularDataSourceServer
Maps a given hash code to a timestamp ranging from 1.1.1970 up to 1.7.2003.
table_ - Variable in class at.spardat.xma.datasource.ProviderResultServer
Holds the table returned by provideTable.
toBYTE() - Method in class at.spardat.xma.mdl.Atom
 
toBYTE() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Byte or null if !
toBYTE() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toBigDecimal() - Method in class at.spardat.xma.mdl.Atom
 
toBigDecimal() - Method in interface at.spardat.xma.mdl.IAtomic
If the type of this is T_BCD, the numeric value is returned as a BigDecimal.
toBigDecimal() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toByte() - Method in class at.spardat.xma.mdl.Atom
 
toByte() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as byte.
toByte() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toDOUBLE() - Method in class at.spardat.xma.mdl.Atom
 
toDOUBLE() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Double or null if !
toDOUBLE() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toDate() - Method in class at.spardat.xma.mdl.Atom
Returns a newly constructed java.util.Date object representing the value of this.
toDate() - Method in interface at.spardat.xma.mdl.IAtomic
Returns a newly constructed java.util.Date object representing the value of this.
toDate() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Returns a newly constructed java.util.Date object representing the value of this.
toDateImpl(byte, String) - Static method in class at.spardat.xma.mdl.Atom
Helper method to convert date- and timestamp-atomics to java.util.Date.
toDouble() - Method in class at.spardat.xma.mdl.Atom
Extracts a double from this.
toDouble() - Method in interface at.spardat.xma.mdl.IAtomic
Extracts a double from this.
toDouble() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Extracts a double from this.
toFLOAT() - Method in class at.spardat.xma.mdl.Atom
 
toFLOAT() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Float or null if !
toFLOAT() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toFloat() - Method in class at.spardat.xma.mdl.Atom
 
toFloat() - Method in interface at.spardat.xma.mdl.IAtomic
Extracts a float from this.
toFloat() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toINTEGER() - Method in class at.spardat.xma.mdl.Atom
 
toINTEGER() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Integer or null if !
toINTEGER() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toInt() - Method in class at.spardat.xma.mdl.Atom
Requires that this is either empty or contains an integer T_BCD value.
toInt() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as int.
toInt() - Method in class at.spardat.xma.mdl.simple.SimpleWM
Returns the value of this as int if the type of this is T_BCD.
toLONG() - Method in class at.spardat.xma.mdl.Atom
 
toLONG() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Long or null if !
toLONG() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toLocalizedHelpUri(String, Locale) - Method in class at.spardat.xma.page.PageClient
Overwrite this method to convert the given helpUri to the uri of the tranlation of the help page to the language given in the locale.
toLong() - Method in class at.spardat.xma.mdl.Atom
 
toLong() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as long.
toLong() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toSHORT() - Method in class at.spardat.xma.mdl.Atom
 
toSHORT() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as Short or null if !
toSHORT() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toShort() - Method in class at.spardat.xma.mdl.Atom
 
toShort() - Method in interface at.spardat.xma.mdl.IAtomic
Returns the value of this as short.
toShort() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toString() - Method in class at.spardat.xma.component.Component
 
toString() - Method in class at.spardat.xma.datasource.TableSpec
Returns the table specification String.
toString() - Method in class at.spardat.xma.event.global.GlobalEvent
 
toString() - Method in class at.spardat.xma.mdl.Atom
 
toString(IFmt) - Method in class at.spardat.xma.mdl.Atom
Maps this Atom to string representation using a IFmt object.
toString(IFmt) - Method in interface at.spardat.xma.mdl.IAtomic
Maps this Atom to string representation using a IFmt object.
toString() - Method in interface at.spardat.xma.mdl.IAtomic
Returns a String representing the value of this.
toString() - Method in class at.spardat.xma.mdl.WModel
The default implementation is to map this on a debug string.
toString() - Method in class at.spardat.xma.mdl.simple.SimpleWM
 
toString(IFmt) - Method in class at.spardat.xma.mdl.simple.SimpleWM
Maps this to string representation using a IFmt object.
toString() - Method in class at.spardat.xma.mdl.util.DNode
Delivers an descriptive String with one node a line and sons are indented two spaces more than their parents.
toString(Descriptive) - Static method in class at.spardat.xma.mdl.util.DNode
Maps a Descriptive to a string and returns it.
toString() - Method in class at.spardat.xma.mdl.util.KeyedList
 
toString() - Method in class at.spardat.xma.page.Page
 
toStringImpl(byte, String) - Static method in class at.spardat.xma.mdl.Atom
Returns a string representation of an IAtomic given its type and its internal encoding.
toTransportString() - Method in class at.spardat.xma.mdl.Atom
Converts this to a transport encoding string s that has the property that an Atom created with newTransportInstance(s) is equal to this.
treeCollapsed(TreeEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a TreeNode on the PageClient was modified.
treeExpanded(TreeEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a TreeNode on the PageClient was modified.
type2String(byte) - Static method in class at.spardat.xma.mdl.Atom
Returns a describing short string for a type code.
type_ - Variable in class at.spardat.xma.mdl.Atom
One of the type codes in enterprise.util.Types.
type_ - Variable in class at.spardat.xma.mdl.simple.SimpleWM
One of the type codes in enterprise.util.Types.

U

UIDelegateClient - class at.spardat.xma.mdl.UIDelegateClient.
A UIDelegateClient is an aspect of a WidgetModel which is responsible for handling all UI related tasks.
UIDelegateClient() - Constructor for class at.spardat.xma.mdl.UIDelegateClient
Constructs a UIDelegateClient.
UIDelegateFactoryClient - class at.spardat.xma.mdl.UIDelegateFactoryClient.
This class is responsible for creating UIDelegates for all WidgetModels.
UNKNOWN_TIMESTAMP - Static variable in interface at.spardat.xma.datasource.ITabularDataSource
Constant for a timestamp that is unknown.
UNKNOWN_TIMESTAMP - Static variable in class at.spardat.xma.datasource.XMATabularDataSourceServer
Constant for a timestamp that is unknown.
Util - class at.spardat.xma.serializer.Util.
Some serialization util methods
Util() - Constructor for class at.spardat.xma.serializer.Util
 
Util - class at.spardat.xma.util.Util.
diverse utility methods
Util() - Constructor for class at.spardat.xma.util.Util
 
unlockMenu() - Method in class at.spardat.xma.appshell.AppShell
Unlocks the menu.
unlockMenu() - Method in interface at.spardat.xma.appshell.IAppShell
Unlocks the menu.
unregisterMenu(IMenuItem) - Method in class at.spardat.xma.appshell.AppShell
Unregister the given MenuItem fromt the AppShell.
unregisterMenu(IMenuItem) - Method in interface at.spardat.xma.appshell.IAppShell
Unregister the given MenuItem fromt the AppShell.
updateCount_ - Variable in class at.spardat.xma.mdl.table.TableWM
A counter which is incremented after every update.
updateErrorStatus(Widget) - Method in class at.spardat.xma.page.DialogPage
Updates the error message in the StatusBar.
useOutOfDomainKey - Static variable in class at.spardat.xma.RuntimeDefaults
To customize the handling of outdated and invalid domain keys.

V

ValidationErrorClient - class at.spardat.xma.mdl.ValidationErrorClient.
An object of this class indicates that the value provided by the user in a particular SimpleWM is not an accepted input.
ValidationErrorClient(WModel, Object, String, AParseException) - Constructor for class at.spardat.xma.mdl.ValidationErrorClient
Constructor.
Version - class at.spardat.xma.util.Version.
Version constants of the XMA runtime.
Version() - Constructor for class at.spardat.xma.util.Version
 
VotingEvent - class at.spardat.xma.security.VotingEvent.
EventObject used to anounce a user change.
VotingEvent(Object) - Constructor for class at.spardat.xma.security.VotingEvent
Creates the event object.
value_ - Variable in class at.spardat.xma.mdl.Atom
A string encoded value of a particular type.
value_ - Variable in class at.spardat.xma.mdl.simple.SimpleWM
A string encoded value of a particular type.
verboseNotificationBox - Static variable in class at.spardat.xma.RuntimeDefaults
Per default, message boxes at the XMA client include the stacktrace if environment is local or development.
verifyText(VerifyEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, the contents of a Text on the PageClient will be modified.

W

WIN32Constants - class at.spardat.xma.pipes.WIN32Constants.
 
WIN32Constants() - Constructor for class at.spardat.xma.pipes.WIN32Constants
 
WINREUSE_STARTUP - Static variable in class at.spardat.xma.exception.Codes
Error in winReuse: An application with this winReuse ID and url is already started
WModel - class at.spardat.xma.mdl.WModel.
The base class for all WidgetModels.
WModel(short, Page) - Constructor for class at.spardat.xma.mdl.WModel
Constructor
WindowsPipe - class at.spardat.xma.pipes.WindowsPipe.
 
wModel_ - Variable in class at.spardat.xma.mdl.ModelChangeEvent
The WidgetModel that is the destination of this event.
widgetDefaultSelected(SelectionEvent) - Method in class at.spardat.xma.event.swt.XMASelectionAdapter
The method called by SWT whenever the corresponding event happends.
widgetDefaultSelected(SelectionEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a List, Table or Tree on the PageClient receives a double-click.
widgetDefaultSelected(SelectionEvent) - Method in class at.spardat.xma.page.Notebook
Only needed because of the implementet Interface SelectionListener.
widgetDefaultSelected(SelectionEvent) - Method in class at.spardat.xma.security.XMACallbackHandler
Eventmethod called by SWT every time a widget is double clicked.
widgetDefaultSelectedImpl(SelectionEvent) - Method in class at.spardat.xma.event.swt.XMASelectionAdapter
This method is called every time the corresponding widget is doubleclicked.
widgetSelected(SelectionEvent) - Method in class at.spardat.xma.event.swt.XMASelectionAdapter
The method called by SWT whenever the corresponding event happends.
widgetSelected(SelectionEvent) - Method in class at.spardat.xma.page.EventAdapter
Eventhandler called by SWT every time, a List, Table or Tree on the PageClient gets selected.
widgetSelected(SelectionEvent) - Method in class at.spardat.xma.page.Notebook
Eventhandler called by SWT every time a Tab in the TabFolder is selected by the GUI.
widgetSelected(SelectionEvent) - Method in class at.spardat.xma.security.XMACallbackHandler
Eventmethod called by SWT every time a widget is selcted.
widgetSelectedImpl(SelectionEvent) - Method in class at.spardat.xma.event.swt.XMASelectionAdapter
This method is called every time the corresponding widget is selected.
write(OutputStream) - Method in class at.spardat.xma.datasource.TabularData
Writes a TabularData to an OutputStream.
write(byte[]) - Method in class at.spardat.xma.pipes.WindowsPipe
 
write(byte[]) - Method in class at.spardat.xma.pipes.XMAPipe
Writes out to pipe (client).
write(int) - Method in class at.spardat.xma.util.ByteArray.ByteArrayOS
 
write(byte[]) - Method in class at.spardat.xma.util.ByteArray.ByteArrayOS
 
write(byte[], int, int) - Method in class at.spardat.xma.util.ByteArray.ByteArrayOS
 
write(int) - Method in class at.spardat.xma.util.ByteArray
Appends the specified byte to the end of this byte array
write(byte[], int, int) - Method in class at.spardat.xma.util.ByteArray
Appends len bytes from the specified byte array starting at offset off to this byte array.
write(byte[]) - Method in class at.spardat.xma.util.ByteArray
Appends all bytes from b to this byte array.
writeBoolean(String, boolean) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeBoolean(String, boolean) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeBoolean(String, boolean) - Method in interface at.spardat.xma.serializer.XmaOutput
Writes a boolean
writeByte(String, int) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeByte(String, int) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeByte(String, int) - Method in interface at.spardat.xma.serializer.XmaOutput
Write a byte
writeInt(String, int) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeInt(String, int) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeInt(String, int) - Method in interface at.spardat.xma.serializer.XmaOutput
Writes an int
writeLong(String, long) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeLong(String, long) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeLong(String, long) - Method in interface at.spardat.xma.serializer.XmaOutput
Writes a long
writeObject(String, Object) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeObject(String, Object) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeObject(String, Object) - Method in interface at.spardat.xma.serializer.XmaOutput
Writes an Object.
writeSerializedBytes(String, byte[]) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeSerializedBytes(String, byte[]) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeSerializedBytes(String, byte[]) - Method in class at.spardat.xma.serializer.TaggedAsciiSerializer
 
writeSerializedBytes(String, byte[]) - Method in interface at.spardat.xma.serializer.XmaOutput
Write a sequence of bytes that is the output of the same kind of Serializer that is active now, i.e., providing this XmaOutput.
writeShort(String, int) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeShort(String, int) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeShort(String, int) - Method in interface at.spardat.xma.serializer.XmaOutput
Writes a short
writeString(String, String) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeString(String, String) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeString(String, String) - Method in interface at.spardat.xma.serializer.XmaOutput
Outputs a String
writeStringEscaped(String, String) - Method in class at.spardat.xma.serializer.AsciiSerializer
Writes string by escaping all characters so that the resulting byte array contains only US-ASCII characters.
writeStringEscaped(String, String) - Method in class at.spardat.xma.serializer.TaggedAsciiSerializer
 
writeStringN(String, String) - Method in class at.spardat.xma.serializer.AsciiSerializer
 
writeStringN(String, String) - Method in class at.spardat.xma.serializer.BinarySerializer
 
writeStringN(String, String) - Method in interface at.spardat.xma.serializer.XmaOutput
Same as writeString, except that s may be null;
writeStringNoEscape(String) - Method in class at.spardat.xma.serializer.AsciiSerializer
Writes string without escaping.

X

XMACallbackHandler - class at.spardat.xma.security.XMACallbackHandler.
Generic callback handler.
XMACallbackHandler(XMASessionClient) - Constructor for class at.spardat.xma.security.XMACallbackHandler
Constructor This method is intended to be called only be the XMA runtime.
XMAContext - interface at.spardat.xma.security.XMAContext.
This interface defines which information of the user context is available in every XMA-application.
XMAFocusAdapter - class at.spardat.xma.event.swt.XMAFocusAdapter.
Event save adapter for focus listeners on SWT-widgets.
XMAFocusAdapter(PageClient) - Constructor for class at.spardat.xma.event.swt.XMAFocusAdapter
Constructor for this event adapter.
XMAKeyAdapter - class at.spardat.xma.event.swt.XMAKeyAdapter.
Event save adapter for key listeners on SWT-widgets not supported by GuiDesigner, like composites, shell, etc.
XMAKeyAdapter(PageClient) - Constructor for class at.spardat.xma.event.swt.XMAKeyAdapter
Constructor for this event adapter.
XMALoginContext - class at.spardat.xma.security.XMALoginContext.
xma specific login context.
XMALoginContext(CallbackHandler, PluginManager, Map) - Constructor for class at.spardat.xma.security.XMALoginContext
Creates a XMALoginContext, loads the configured LoginModule using the xma plugin mechanism and initializes the LoginModule.
XMAMouseAdapter - class at.spardat.xma.event.swt.XMAMouseAdapter.
Event save adapter for mouse listeners on SWT-widgets.
XMAMouseAdapter(PageClient) - Constructor for class at.spardat.xma.event.swt.XMAMouseAdapter
Constructor for this event adapter.
XMAPipe - class at.spardat.xma.pipes.XMAPipe.
 
XMAPipe(String) - Constructor for class at.spardat.xma.pipes.XMAPipe
 
XMASelectionAdapter - class at.spardat.xma.event.swt.XMASelectionAdapter.
Event save adapter for selection listeners on SWT-widgets not supported by GuiDesigner, like SWT-Menues, Toolbar-Items, etc.
XMASelectionAdapter(PageClient) - Constructor for class at.spardat.xma.event.swt.XMASelectionAdapter
Constructor for this event adapter.
XMASession - class at.spardat.xma.session.XMASession.
A XMASession is an execution context for Components.
XMASession() - Constructor for class at.spardat.xma.session.XMASession
Constructor.
XMASessionClient - class at.spardat.xma.session.XMASessionClient.
Manages all active Components at the client that are executing in a single JVM and belong to exactly one server side application instance.
XMASessionClient(XMA_URI, AppContainer) - Constructor for class at.spardat.xma.session.XMASessionClient
Constructor.
XMASessionServer - class at.spardat.xma.session.XMASessionServer.
The representation of a XMA session at the server side.
XMASessionServer(HttpSession, Subject, String) - Constructor for class at.spardat.xma.session.XMASessionServer
Constructor which creates an XMASessionServer and binds this as an attribute to the provided httpSession.
XMATableColumn - class at.spardat.xma.mdl.table.XMATableColumn.
This class is a data object to specify information pertaining to columns of table widget models.
XMATableColumn(TableWMClient) - Constructor for class at.spardat.xma.mdl.table.XMATableColumn
Constructs the information necessary to describe a column of table widget model.
XMATableColumn.AtomComparator - interface at.spardat.xma.mdl.table.XMATableColumn.AtomComparator.
This interace is used to implement a costum comparator for an XMATableColumn.
XMATabularDataSourceServer - class at.spardat.xma.datasource.XMATabularDataSourceServer.
The purpose of this class if twofold.
XMATabularDataSourceServer() - Constructor for class at.spardat.xma.datasource.XMATabularDataSourceServer
Constructs and installs predefined table providers.
XmaInput - interface at.spardat.xma.serializer.XmaInput.
Provides for extracting primitive Java types from a destination media that has been written before using the XmaOutput interface.
XmaOutput - interface at.spardat.xma.serializer.XmaOutput.
This interface provides for transforming various java primitive types to a destination format that is dependent on the class implementing this interface.
XmaSerializable - interface at.spardat.xma.serializer.XmaSerializable.
Objects implementing this interface may be directy read and written from and to XmaOutput/XmaInput without relying on the standard java serialization mechanism.

A B C D E F G H I K L M N O P Q R S T U V W X