Package | Description |
---|---|
de.esprit.appsuite.database.dbgui.field |
Contains a set of input fields for user input of various data types.
|
de.esprit.appsuite.database.xml.handler |
Contains standard handlers supporting XML for DBObjects
|
de.esprit.appsuite.gui.dialog |
Contains reuseable standard dialogs.
|
de.esprit.appsuite.io |
Contains various context based IO tools
|
de.esprit.appsuite.io.archive.tar |
Contains classes for TAR archive support
|
de.esprit.appsuite.io.archive.zip |
Contains classes for ZIP archive support
|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.task.osproc |
Contains tool classes for running OS-processes
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
de.esprit.common.log |
All these classes contribute to a flexible logging system,
which is basically reuseable in any project.
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JScrollPane |
VarcharScrollField.getScrollPane()
Useful if special settings on the inner JScrollPane are required.
|
Modifier and Type | Method and Description |
---|---|
org.xml.sax.InputSource |
DBORootTableTagHandler.resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Use DTD defined in this package by default
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.Icon |
MessageDialog.createHeaderIcon(MessageDialogType msgType,
ErrorType errType) |
protected java.lang.String |
MessageDialog.createHeaderText(MessageDialogType msgType,
ErrorType errType) |
Modifier and Type | Class and Description |
---|---|
class |
CleanupFileOutputStream<T extends AsyncExecutable>
This is a
FileOutputStream which ensures that the output file is deleted in case of
cancellation or error. |
class |
CleanupRandomAccessFile
This is a
RandomAccessFile which is opened in rw mode. |
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
TarExtractor.getProgressInputStream() |
Modifier and Type | Method and Description |
---|---|
ProgressInputStream |
ZipExtractor.getProgressInputStream() |
Modifier and Type | Class and Description |
---|---|
class |
OptionWorkspaceDir
This option defines the esprit application workspace directory.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BinaryDataReader.read(AbstractByteBufferStore store,
long startPosition)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StopWatch |
AbstractAsyncTask.getStopWatch()
Returns the tasks
StopWatch for analyzing elapsed execution times. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOsProcessTask.checkExitStatus(int status)
Checks whether the process exit status is OK, a 0 is considered to be successful
|
Modifier and Type | Method and Description |
---|---|
void |
ZListCellRenderer.setIcon(IconKey iconKey) |
void |
ZList.setLocked(boolean isLocked) |
ZAction |
ZAction.setValidator(ActionValidator newValidator)
Sets the validator for this action.
|
Modifier and Type | Class and Description |
---|---|
class |
FileReadException
This is a wrapper Exception, which is thrown by file readers when an error occurs during reading
|
class |
FileWriteException
This is a wrapper Exception, which is thrown by file writers when an error occurs during writing
|
class |
UrlFileInfo
This class encapsulates the remote file information read from an
URLConnection . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleLogSupportAdapter
This adapter provides support for logging to a particular LogChannel.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessCounter
This class is supposed to create statistics for object accesses.
|
class |
DumpableAdapter
This class just implements the
Dumpable methods |
class |
Enumerator<E>
This class allows to enumerate over an Object array
|
Modifier and Type | Method and Description |
---|---|
static int |
Util.calculateTickSize(double min,
double max) |
Modifier and Type | Class and Description |
---|---|
class |
FileTransferTask<C extends ClientContext,S extends ServerContext>
This task runs a
FileTransferAgent with the jobs added |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUserManager.checkIsUpdateAllowedOnUser(User user) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.