Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.form |
Contains form components for graphical editing of DBRecord instances.
|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
de.esprit.appsuite.nio.watcher |
Contains classes for watching the file system.
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
de.esprit.common.gui.comp |
Contains useful frequently needed GUI components.
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.abo.std |
Contains standard client ABOs
|
de.esprit.netsuite.client.admin |
Contains GUI components that are special to the admin client
|
de.esprit.netsuite.client.tool.pathtree |
Contains a PathTree implementation for observing a remote file system.
|
de.esprit.netsuite.client.tool.user |
Contains classes that make up the user manager
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.pathtree |
Contains classes for remote file-tree access
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRecordEditDialog<C extends ApplicationContext,R extends DBRecord>
This class is a simple
DBRecord form that uses a RecordFieldPanel . |
Modifier and Type | Class and Description |
---|---|
class |
GuiPathTreeModelDriver<C extends ApplicationContext>
This is a special
LocalPathTreeModelDriver which fires any path events within
the event dispatcher thread. |
class |
PathTreeModel<C extends ApplicationContext,N extends PathTreeNode>
This
TreeModel implementation stores the PathTreeNode s of a file system tree which is watched by a
watch-service and thus reflects any changes in the file-system immediately. |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryDataStructure
This class...
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryDataWrapperStore<C extends BinaryChannel,S extends BinaryDataStructure>
This class...
|
class |
Boolean32BufferWrapper
This class uses an
IntBufferWrapper for modeling a boolean value
which is being stored as an integer. |
class |
ByteBufferWrapper
This is a named buffer for reading a primitive binary structure.
|
class |
CharBufferWrapper
This wrapper is a
ByteBufferWrapper that uses 2 bytes for a character representation. |
class |
DoubleBufferWrapper
This buffer wrapper reads one or more double values.
|
class |
FloatBufferWrapper
This buffer wrapper reads one or more float values.
|
class |
IntBufferWrapper
This buffer wrapper reads one or more int values.
|
class |
LongBufferWrapper
This buffer wrapper reads one or more long values.
|
class |
NumberBufferWrapper
This is the super class for all number based buffer wrappers.
|
class |
ShortBufferWrapper
This buffer wrapper reads one or more short values.
|
class |
String32BufferWrapper
This buffer reads Strings whereas a single char consists of 4 bytes!
|
Modifier and Type | Class and Description |
---|---|
class |
LocalPathTreeModelDriver<C extends ApplicationContext>
This
PathTreeModelDriver implementation runs a PathWatcher that observes registered paths in the
local file-system. |
class |
PathTreeModelDriver<C extends ApplicationContext>
This class interfaces the
PathWatcher with a PathTreeModel . |
class |
PathWatcher
This class runs an internal
WatchService on registered Path s. |
Modifier and Type | Class and Description |
---|---|
class |
ProgressFireAdapter
This class delegates PROGRESS messages to a target task.
|
Modifier and Type | Class and Description |
---|---|
class |
ParseTracker
This class encapsulates the state variables that are used during parsing of an XML document.
|
Constructor and Description |
---|
ResetButton(Resettable target) |
ResetButton(Resettable target,
java.awt.event.ActionListener l) |
Modifier and Type | Class and Description |
---|---|
class |
SingleAccess
This class implements a access point that can only be accessed once.
|
class |
StopWatch
This is a helper class for measuring a processing duration and thus very useful for performance tuning.
|
Modifier and Type | Class and Description |
---|---|
class |
ABOEditDialog<C extends ClientContext>
This dialog contains allows for entering a primary key for business object.
|
Modifier and Type | Class and Description |
---|---|
class |
TankEditDialog
This dialog allows for editing a
TankABO . |
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskConfigDialog
This dialog allows for configuring and controlling a server process on the server
|
Modifier and Type | Class and Description |
---|---|
class |
RemotePathTreeModelDriver<C extends ClientContext>
This is a
PathTreeModelDriver implementation which communicates
to a remote PathTreeModelDriver on the server. |
Modifier and Type | Class and Description |
---|---|
class |
GroupEditDialog<C extends ClientContext>
This dialog modifies an existing Group object form a form input and stores it in the servers group database.
|
class |
UserEditDialog<C extends ClientContext>
This dialog modifies an existing User object form a form input and stores it in the servers user database.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStatistic
This class implements a thread-safe profile of the current server statistic values.
|
class |
ServerStatisticManager
This manager contains a singleton
ServerStatistic instance as well as a thread
which updates it repeatedly after the configured delay. |
Modifier and Type | Class and Description |
---|---|
class |
ServerPathTreeModelDriver
This server side
PathTreeModelDriver forwards all events to the client. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.