Package | Description |
---|---|
de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
de.esprit.common.concurrent |
Contains classes supporting async operations executing in Thread pools
|
de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for file transfers
|
Modifier and Type | Method and Description |
---|---|
C |
AbstractApplicationLaunch.getLaunchedContext()
Makes the launched
ApplicationContext available to the outside world. |
ZFrame |
AbstractApplicationLaunch.getLaunchedMainFrame()
Makes the launched main-frame available to the outside world.
|
static void |
ApplicationEnvironment.main(java.lang.String[] args) |
static void |
ApplicationContext.setExitOnClose(boolean isExitOnClose)
Tells whether the VM will exit when close() is called.
|
static void |
AbstractApplicationLaunch.setTestMode(boolean isTest)
This method prevents the FatalErrorFrame to be popped up.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultQueueHandler.setProcessingDelay(long delayMillis)
Slows down the queue processing task.
|
Modifier and Type | Method and Description |
---|---|
static void |
SplashWindow.main(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
ClientNetworkAdapter.sendClientTimeoutTest()
For testing purposes only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
FileTransferJob.getTestError() |
void |
FileTransferJob.setTestError(java.lang.Exception error) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.