See: Description
Class | Description |
---|---|
LogManager |
A simple helper class to log things in System.out or System.err
The log schema is :
lineNumber:className#methodName() msg\n
eg.
|
OptionStore |
Handle options: remember them during the session, restore them when first called
and save them when exiting.
|
OSXAdapter |
Apple-provided adapter to help with OSX integration.
|
Txt |
Retrieve text from resource bundles: define GUI text outside of the code.
|
Enum | Description |
---|---|
CurrentOS |
Detect the current Operating System and provide the information
in an easier way for some OS-dependent operations.
|
Exception | Description |
---|---|
GsException |
When something bad happen, a GsException must be raised.
|
Copyright © 2005–2020. All rights reserved.