|
|||||||||
| Home >> All >> org >> dinopolis >> [ util overview ] | PREV NEXT | ||||||||
A
- addLevelsToPrint(String) - Static method in class org.dinopolis.util.Debug
- adds one or more levels, for which messages should be printed (levels can be separated by space, tab, newline or comma).
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.dinopolis.util.Resources
- Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.dinopolis.util.Resources
- Add a PropertyChangeListener for a specific property.
- attachResources(Resources) - Method in interface org.dinopolis.util.Resources
- Attach another set of resources.
C
- componentToBePrinted - Variable in class org.dinopolis.util.PrintUtilities
D
- DEBUG - Static variable in class org.dinopolis.util.Debug
- Debug - class org.dinopolis.util.Debug.
- Debug helps the programmer to print various debug messages.
- Debug() - Constructor for class org.dinopolis.util.Debug
- debug_instance_ - Static variable in class org.dinopolis.util.Debug
- detachResources(Resources) - Method in interface org.dinopolis.util.Resources
- Detach previously attached resources.
- disableDoubleBuffering(Component) - Static method in class org.dinopolis.util.PrintUtilities
- The speed and quality of printing suffers dramatically if any of the containers have double buffering turned on.
E
- enable(boolean) - Static method in class org.dinopolis.util.Debug
- Denable/disable debug output.
- enableDoubleBuffering(Component) - Static method in class org.dinopolis.util.PrintUtilities
- Re-enables double buffering globally.
G
- GROUPS - Static variable in interface org.dinopolis.util.Resources
- the key of the 'resource.groups' property
- get(String) - Method in interface org.dinopolis.util.Resources
- Returns the native value loaded from the resource bundle.
- getBoolean(String) - Method in interface org.dinopolis.util.Resources
- Returns the boolean loaded from the resource bundle.
- getBoolean(String, boolean) - Method in interface org.dinopolis.util.Resources
- Returns the boolean loaded from the resource bundle.
- getColor(String) - Method in interface org.dinopolis.util.Resources
- Returns the color loaded from the resource bundle.
- getColor(String, Color) - Method in interface org.dinopolis.util.Resources
- Returns the color loaded from the resource bundle.
- getDescription(String) - Method in interface org.dinopolis.util.Resources
- Returns a string that describes the key and its possible values.
- getDouble(String) - Method in interface org.dinopolis.util.Resources
- Returns the double loaded from the resource bundle.
- getDouble(String, double) - Method in interface org.dinopolis.util.Resources
- Returns the double loaded from the resource bundle.
- getDoubleArray(String) - Method in interface org.dinopolis.util.Resources
- Returns the double array loaded from the resource bundle.
- getDoubleArray(String, double[]) - Method in interface org.dinopolis.util.Resources
- Returns the double array loaded from the resource bundle.
- getFile(String) - Method in interface org.dinopolis.util.Resources
- Returns the file loaded from the resource bundle.
- getFile(String, File) - Method in interface org.dinopolis.util.Resources
- Returns the file loaded from the resource bundle.
- getIcon(String) - Method in interface org.dinopolis.util.Resources
- Returns the icon loaded from the resource bundle.
- getIcon(String, Icon) - Method in interface org.dinopolis.util.Resources
- Returns the icon loaded from the resource bundle.
- getInt(String) - Method in interface org.dinopolis.util.Resources
- Returns the int loaded from the resource bundle.
- getInt(String, int) - Method in interface org.dinopolis.util.Resources
- Returns the int loaded from the resource bundle.
- getIntArray(String) - Method in interface org.dinopolis.util.Resources
- Returns the int array loaded from the resource bundle.
- getIntArray(String, int[]) - Method in interface org.dinopolis.util.Resources
- Returns the int array loaded from the resource bundle.
- getKeys() - Method in interface org.dinopolis.util.Resources
- Returns an Enumeration containing all keys of all resources.
- getPossibleValues(String) - Method in interface org.dinopolis.util.Resources
- Returns an array of all values that are valid.
- getResources(String) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name.
- getResources(Class, String) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name and searches the system bundle in the callers package name.
- getResources(String, Locale) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name and the given locale.
- getResources(Class, String, Locale) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name and locale and searches the system bundle in the callers package name.
- getResources(String, String) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name and the given dir_name.
- getResources(Class, String, String) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name and the given dir_name and searches the system bundle in the callers package name.
- getResources(String, String, Locale) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceManager for the given base_name, the given dir_name and the given locale.
- getResources(Class, String, String, Locale) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle.
- getResources(Class, String, String, Locale, ClassLoader) - Static method in class org.dinopolis.util.ResourceManager
- Get the appropriate ResourceBundle for the given base_name, the given dir_name and the given locale.
- getStackTrace() - Static method in class org.dinopolis.util.Debug
- Returns a stacktrace.
- getStackTrace(Throwable) - Static method in class org.dinopolis.util.Debug
- Returns the stacktrace of throwable.
- getStackTraceLine() - Static method in class org.dinopolis.util.Debug
- Returns the line of the source code from which this method was called.
- getString(String) - Method in interface org.dinopolis.util.Resources
- Returns the string loaded from the resource bundle.
- getString(String, String) - Method in interface org.dinopolis.util.Resources
- Returns the string loaded from the resource bundle.
- getStringArray(String) - Method in interface org.dinopolis.util.Resources
- Returns the string array, loaded from the resource bundle.
- getStringArray(String, String) - Method in interface org.dinopolis.util.Resources
- Returns the string array, loaded from the resource bundle.
- getStringArray(String, String[]) - Method in interface org.dinopolis.util.Resources
- Returns the string array loaded from the resource bundle.
- getTimer(String) - Static method in class org.dinopolis.util.Debug
- Returns the string representation of the named timer, but does not stop it.
- getTitle(String) - Method in interface org.dinopolis.util.Resources
- Returns the title for the given key.
- getType(String) - Method in interface org.dinopolis.util.Resources
- Returns the type of the value bound under the given key.
- getURL(String) - Method in interface org.dinopolis.util.Resources
- Returns the Url loaded from the resource bundle.
- getURL(String, URL) - Method in interface org.dinopolis.util.Resources
- Returns the Url loaded from the resource bundle.
- getWriter() - Static method in class org.dinopolis.util.Debug
- Returns the Writer, where the debug messages are written to.
I
- isEnabled() - Static method in class org.dinopolis.util.Debug
- Returns
true, if debug output is enabled. - isEnabled(String) - Static method in class org.dinopolis.util.Debug
- Return
true, if debug output is enabled for the given level. - isModificationSupported() - Method in interface org.dinopolis.util.Resources
- Returns true, if this resources is capable of storing and deleting resources, false otherwise.
K
- KEY_DELIMITER - Static variable in interface org.dinopolis.util.Resources
- the delimiter used in resources for string arrays
M
- main(String[]) - Static method in class org.dinopolis.util.Debug
- The main method can be used to set Debug options and then start a given application.
O
- objectToString(Object) - Static method in class org.dinopolis.util.Debug
- Returns a String representation of the object, this method also handles primitive arrays and object arrays.
- org.dinopolis.util - package org.dinopolis.util
P
- PrintUtilities - class org.dinopolis.util.PrintUtilities.
- A simple utility class that lets you very simply print an arbitrary component.
- PrintUtilities(Component) - Constructor for class org.dinopolis.util.PrintUtilities
- Constructor taking the component to be printed
- print(Object) - Static method in class org.dinopolis.util.Debug
- Prints an object (its string-representation).
- print(String, Object) - Static method in class org.dinopolis.util.Debug
- Prints an object (its string-representation) using the given debug-level.
- print() - Method in class org.dinopolis.util.PrintUtilities
- Prints the component set in the constructor
- print(Graphics, PageFormat, int) - Method in class org.dinopolis.util.PrintUtilities
- Implementation of the Printable interface.
- printAllLevels(boolean) - Static method in class org.dinopolis.util.Debug
- Should all debug messages be printed, ignoring the level?
- printComponent(Component) - Static method in class org.dinopolis.util.PrintUtilities
- Prints the given component.
- println(Object) - Static method in class org.dinopolis.util.Debug
- Prints an object (its string-representation).
- println(String, Object) - Static method in class org.dinopolis.util.Debug
- Prints an object (its string-representation) using the given debug-level.
R
- RESOURCE_STRING_ARRAY_DELIMITER - Static variable in interface org.dinopolis.util.Resources
- the delimiter used in resources for string arrays
- ResourceManager - class org.dinopolis.util.ResourceManager.
- This class can be asked to create a ResourceManager instance using one of
the
getResourceManagermethods. - ResourceManager() - Constructor for class org.dinopolis.util.ResourceManager
- Resources - interface org.dinopolis.util.Resources.
- This Interface is used to access any Resources.
- removeAllLevelsToPrint() - Static method in class org.dinopolis.util.Debug
- removes all levels, for which messages should be printed
- removeLevelsToPrint(String) - Static method in class org.dinopolis.util.Debug
- removes one or more levels, for which messages should be printed (levels can be separated by space, tab, newline or comma).
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.dinopolis.util.Resources
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.dinopolis.util.Resources
- Remove a PropertyChangeListener for a specific property.
- reset(String) - Method in interface org.dinopolis.util.Resources
- Resets the bound value to its default value (if supported).
S
- SWALLOW_IDENTIFIER - Static variable in interface org.dinopolis.util.Resources
- the delimiter used for swallow replacs.
- SWALLOW_LENGTH - Static variable in interface org.dinopolis.util.Resources
- the length of SWALLOW_IDENTIFIER
- setBoolean(String, boolean) - Method in interface org.dinopolis.util.Resources
- Registers the given value under the given key.
- setColor(String, Color) - Method in interface org.dinopolis.util.Resources
- Registers the given value under the given key.
- setDescription(String, String) - Method in interface org.dinopolis.util.Resources
- Sets the description for the given key.
- setDouble(String, double) - Method in interface org.dinopolis.util.Resources
- Registers the given value under the given key.
- setDoubleArray(String, double[]) - Method in interface org.dinopolis.util.Resources
- Registers the given values under the given key.
- setInt(String, int) - Method in interface org.dinopolis.util.Resources
- Registers the given value under the given key.
- setIntArray(String, int[]) - Method in interface org.dinopolis.util.Resources
- Registers the given values under the given key.
- setMessageFormat(String) - Static method in class org.dinopolis.util.Debug
- Set the format of the debug messages.
- setPossibleValues(String, String[]) - Method in interface org.dinopolis.util.Resources
- Sets the possible Values for the given key.
- setString(String, String) - Method in interface org.dinopolis.util.Resources
- Registers the given value under the given key.
- setStringArray(String, String[]) - Method in interface org.dinopolis.util.Resources
- Registers the given values under the given key.
- setStringArray(String, String[], String) - Method in interface org.dinopolis.util.Resources
- Registers the given values under the given key.
- setTitle(String, String) - Method in interface org.dinopolis.util.Resources
- Sets the title for the given key.
- setType(String, Class) - Method in interface org.dinopolis.util.Resources
- Sets the type for the given key.
- setWriter(Writer) - Static method in class org.dinopolis.util.Debug
- Sets the writer the debug messages are written to.
- setWriterToFile(String) - Static method in class org.dinopolis.util.Debug
- Writes all messages to a file.
- startRefreshPropertiesThread(long) - Static method in class org.dinopolis.util.Debug
- The Debug Util class is able to reread its property-file from an * independent thread, so any changes in the file (e.g.
- startTimer(String) - Static method in class org.dinopolis.util.Debug
- Creates a new Timer and names it.
- stopRefreshPropertiesThread() - Static method in class org.dinopolis.util.Debug
- The thread that rereads the debug property file is stopped, so any changes in the file are ignored.
- stopTimer(String) - Static method in class org.dinopolis.util.Debug
- Stops the named timer and returns the string representation of it.
- store() - Method in interface org.dinopolis.util.Resources
- Call this method to make all changes performed by unset and setter methods persistent.
U
- unset(String) - Method in interface org.dinopolis.util.Resources
- Removes the bound value for the given key, if no value was bound under the given key, this method does nothing.
V
- VAR_IDENTIFIER - Static variable in interface org.dinopolis.util.Resources
- the delimiter used for variable replacement.
- VAR_LENGTH - Static variable in interface org.dinopolis.util.Resources
- the length of VAR_IDENTIFIER
W
- waitEnterPressed() - Static method in class org.dinopolis.util.Debug
- Stops the program and waits for a 'enter' on
System.in.
A C D E G I K M O P R S U V W
|
|||||||||
| Home >> All >> org >> dinopolis >> [ util overview ] | PREV NEXT | ||||||||