Package | Description |
---|---|
org.q.app.engine.context |
Package for creating a snapshot of the file browser.
|
Modifier and Type | Method and Description |
---|---|
FileSnapshot |
EngineSnapshot.getActive()
Get the FileSnapshot for the active file list (at the time of the snapshot).
|
FileSnapshot |
EngineSnapshot.getInactive()
Get the FileSnapshot for the inactive file list (at the time of the snapshot).
|
FileSnapshot |
EngineSnapshot.getLeft()
Get the FileSnapshot of the left file list.
|
FileSnapshot |
EngineSnapshot.getRight()
Get the FileSnapshot of the right file list.
|
Constructor and Description |
---|
EngineSnapshot(Active active,
FileSnapshot left,
FileSnapshot right)
Constructor.
|