Package | Description |
---|---|
org.q.app.config |
Package for configuring the application.
|
org.q.app.engine.script |
Package for invoking javax.script's in a hassle free manner.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationResources
This class resolves the original resources that are shipped as part of the application.
|
class |
ConfigurableResources
This class switches between UserResources and ApplicationResources.
|
class |
UserResources
Class responsible for loading files specific for the user.
|
Modifier and Type | Method and Description |
---|---|
Resources |
QObject.getResources()
Get access to system
Resources for advanced use. |