Package | Description |
---|---|
org.q.app.engine.context |
Package for creating a snapshot of the file browser.
|
Modifier and Type | Method and Description |
---|---|
static Active |
Active.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Active[] |
Active.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EngineSnapshot(Active active,
FileSnapshot left,
FileSnapshot right)
Constructor.
|