Package | Description |
---|---|
de.esprit.appsuite.gui.pathtree |
Contains the path-tree model for watching file system paths
|
de.esprit.appsuite.nio.watcher |
Contains classes for watching the file system.
|
de.esprit.appsuite.task.osproc |
Contains tool classes for running OS-processes
|
de.esprit.appsuite.task.taskmgr |
Contains classes for managing asynchronous tasks.
|
de.esprit.common.gui.tree |
Contains GUI support classes for JTree support.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
de.esprit.netsuite.client.evgate |
Contains special gates for awaiting events
|
de.esprit.netsuite.netdata.agent.internal.session |
Contains network agents used for user and group management.
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
Constructor and Description |
---|
AbstractPathTreeNodeUpdater(PathTree tree,
java.nio.file.Path path,
ChangeType changeType,
boolean isExpand) |
PathTreeNodeSelector(PathTree tree,
java.nio.file.Path path,
ChangeType changeType,
boolean isExpand) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
PathChangeEvent.getChangeType() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractOsProcessTask.doOnFileSystemChange(ChangeType changeType,
java.io.File file)
Is called whenever a file system change is discovered.
|
Modifier and Type | Method and Description |
---|---|
ChangeType |
TaskRegistrationEvent.getChangeType() |
Constructor and Description |
---|
TaskRegistrationEvent(RunStateFlag stateFlag,
ChangeType type) |
Modifier and Type | Method and Description |
---|---|
void |
TreeModelListenerAdapter.handleEvent(javax.swing.event.TreeModelEvent e,
ChangeType type) |
Modifier and Type | Method and Description |
---|---|
static ChangeType |
ChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GroupDataChangeEventGate(C clientCtx,
ChangeType action) |
UserDataChangeEventGate(C clientCtx,
ChangeType action) |
Constructor and Description |
---|
AbstractGroupChangeAgent(ClientContext clientCtx,
Group group,
ChangeType action) |
AbstractUserChangeAgent(ClientContext clientCtx,
User user,
ChangeType action) |
Modifier and Type | Method and Description |
---|---|
ChangeType |
SystemDataChangeEvent.getAction() |
Constructor and Description |
---|
AbstractStatusChangeEvent(NetMessageType type,
ChangeType action) |
GroupAssignmentChangeEvent(SessionId sessId,
Group group,
ChangeType change) |
GroupDataChangeEvent(SessionId sessId,
Group group,
ChangeType action) |
LogChannelStatusEvent(java.lang.String channelName,
ChangeType action) |
LogfileStatusEvent(boolean isSubChannel,
java.lang.String logChName,
java.io.File logFile,
ChangeType action) |
SystemDataChangeEvent(SessionId sessId,
ChangeType action) |
UserDataChangeEvent(SessionId sessId,
User user,
ChangeType action) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.