|
|||||||||
Home >> All >> openfuture >> util >> [ misc overview ] | PREV NEXT |
A
- addChild(HashTree) - Method in class openfuture.util.misc.HashTree
- Add a HashTree below as child.
- addLocale(Locale) - Method in class openfuture.util.misc.SessionLocales
- Adds a new Locale to the current list.
- addMouseListenerToHeaderInTable(JTable) - Method in class openfuture.util.misc.TableSorter
- ascending - Variable in class openfuture.util.misc.TableSorter
C
- cachedChar - Variable in class openfuture.util.misc.StripWhitespaceReader
- True, if a character has been chached in
StripWhitespaceReader.nextChar
55 . - calendar - Static variable in class openfuture.util.misc.Trace
- checkModel() - Method in class openfuture.util.misc.TableSorter
- children - Variable in class openfuture.util.misc.HashTree
- Hashtable holding all children.
- children() - Method in class openfuture.util.misc.HashTree
- Returns the set of children.
- closeOutputFile() - Static method in class openfuture.util.misc.Trace
- closes the outputStream in case of TD_FILE & TD_ALL
- codes - Variable in class openfuture.util.misc.SessionLocales
- compare(int, int) - Method in class openfuture.util.misc.TableSorter
- compareRowsByColumn(int, int, int) - Method in class openfuture.util.misc.TableSorter
- compares - Variable in class openfuture.util.misc.TableSorter
- createLocale(String) - Static method in class openfuture.util.misc.SessionLocales
- Creates a new Locale from the given ISO locale name (de_DE, etc.).
- createOutputFileFile(String) - Static method in class openfuture.util.misc.Trace
- This method is being called by the method setOutputMode and creates a file for the logging of trace information.
D
- DEFAULT_TRACE_FILENAME - Static variable in class openfuture.util.misc.Trace
- DocumentHistory - class openfuture.util.misc.DocumentHistory.
- History of a document.
- DocumentHistory(Document) - Constructor for class openfuture.util.misc.DocumentHistory
- Creates a new
DocumentHistory
instance. - dateAndTimeMode - Static variable in class openfuture.util.misc.Trace
- defaultBitMask - Static variable in class openfuture.util.misc.Trace
- displayNames - Variable in class openfuture.util.misc.SessionLocales
- document - Variable in class openfuture.util.misc.DocumentHistory
- dumpTree(PrintStream) - Method in class openfuture.util.misc.HashTree
- Dump the tree to the given print stream.
- dumpTree(PrintStream, String, HashTree) - Method in class openfuture.util.misc.HashTree
- Dump the subtree to the given print stream.
E
- error(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'error' method here.
- error(Object, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'error' method here.
- exception(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'exception' method here.
- exception(Object, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'exception' method here.
G
- getChild(String) - Method in class openfuture.util.misc.HashTree
- Retrieve the child with the given name.
- getChildren() - Method in class openfuture.util.misc.HashTree
- Get the value of children.
- getCodes() - Method in class openfuture.util.misc.SessionLocales
- Get the value of codes.
- getColumnClass(int) - Method in class openfuture.util.misc.TableMap
- getColumnCount() - Method in class openfuture.util.misc.TableMap
- getColumnName(int) - Method in class openfuture.util.misc.TableMap
- getCurrentDateAndTimeString() - Static method in class openfuture.util.misc.Trace
- Describe 'getCurrentDateAndTimeString' method here.
- getDetailedStatusString() - Static method in class openfuture.util.misc.Trace
- is used to retrieve information about the config file that is currently in use.
- getDisplayNames() - Method in class openfuture.util.misc.SessionLocales
- Get the value of displayNames.
- getDocument() - Method in class openfuture.util.misc.DocumentHistory
- Get the value of document.
- getLocales() - Method in class openfuture.util.misc.SessionLocales
- Get the value of locales.
- getModel() - Method in class openfuture.util.misc.TableMap
- getName() - Method in class openfuture.util.misc.HashTree
- Get the value of name.
- getParent() - Method in class openfuture.util.misc.HashTree
- Get the value of parent.
- getRealRow(int) - Method in class openfuture.util.misc.TableSorter
- maps the index from the sorted row to the original one
- getRowCount() - Method in class openfuture.util.misc.TableMap
- getSeparators() - Method in class openfuture.util.misc.StripWhitespaceReader
- Get the value of separators.
- getStatusString() - Static method in class openfuture.util.misc.Trace
- is used to retrieve information about the config file that is currently in use.
- getUndo() - Method in class openfuture.util.misc.DocumentHistory
- Get the value of undo.
- getValueAt(int, int) - Method in class openfuture.util.misc.TableMap
- getValueAt(int, int) - Method in class openfuture.util.misc.TableSorter
H
- HashTree - class openfuture.util.misc.HashTree.
- Tree using a java.util.Hashtable in order to store the child nodes.
- HashTree(String) - Constructor for class openfuture.util.misc.HashTree
- Creates a new
HashTree
instance. - HashTree(String[]) - Constructor for class openfuture.util.misc.HashTree
- Creates a new
HashTree
instance. - hasChild(String) - Method in class openfuture.util.misc.HashTree
- Check, if a child with the given name exists.
- hasDebugFlagSet(Object, int) - Static method in class openfuture.util.misc.Trace
- is used to perform the check if a class (given as an object instance) has activated a given trace level.
I
- in(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'in' method here.
- indexes - Variable in class openfuture.util.misc.TableSorter
- isCellEditable(int, int) - Method in class openfuture.util.misc.TableMap
- isLeaf() - Method in class openfuture.util.misc.HashTree
- Check, if this node has children.
- isSeparator(char) - Method in class openfuture.util.misc.StripWhitespaceReader
- Check, if the given character is a separator.
L
- locales - Variable in class openfuture.util.misc.SessionLocales
M
- MESSAGE_TYPE_STRINGS - Static variable in class openfuture.util.misc.Trace
- message(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'message' method here.
- message(Object, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'message' method here.
- model - Variable in class openfuture.util.misc.TableMap
N
- n2sort() - Method in class openfuture.util.misc.TableSorter
- name - Variable in class openfuture.util.misc.HashTree
- Name of the node.
- nextChar - Variable in class openfuture.util.misc.StripWhitespaceReader
- We have to read one non whitespace character ahead in order to trim trailing whitespace.
O
- omitWhitespace - Variable in class openfuture.util.misc.StripWhitespaceReader
- True, if a separator occured such that no whitespace is necessary.
- openfuture.util.misc - package openfuture.util.misc
- out(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'out' method here.
- outputMode - Static variable in class openfuture.util.misc.Trace
- outputStream - Static variable in class openfuture.util.misc.Trace
P
- PATH_SEPARATOR - Static variable in class openfuture.util.misc.HashTree
- String separating a list of elements on a path.
- param(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'param' method here.
- parent - Variable in class openfuture.util.misc.HashTree
- Parent node
- permissions - Static variable in class openfuture.util.misc.Trace
- printContent() - Static method in class openfuture.util.misc.Trace
- is used to retrieve information about the config file that is currently in use.
R
- read() - Method in class openfuture.util.misc.StripWhitespaceReader
- Read one single character.
- read(char[], int, int) - Method in class openfuture.util.misc.StripWhitespaceReader
- Read an array of characters merging subsequent whitespaces
to a single whitespace using
StripWhitespaceReader.read()
55 . - readTraceConfig(String, String) - Static method in class openfuture.util.misc.Trace
- tries to read the config file given as a parameter and sets up the internal hashtable.
- readTraceConfigFromFile(String) - Static method in class openfuture.util.misc.Trace
- tries to read the config file given as a parameter and sets up the internal hashtable.
- reallocateIndexes() - Method in class openfuture.util.misc.TableSorter
S
- SessionLocales - class openfuture.util.misc.SessionLocales.
- SessionLocales.java Created: Tue Jan 09 08:14:36 2001
- SessionLocales(String) - Constructor for class openfuture.util.misc.SessionLocales
- Creates a new
SessionLocales
instance. - StripWhitespaceReader - class openfuture.util.misc.StripWhitespaceReader.
- Reader stripping multiple whitespace characters.
- StripWhitespaceReader(Reader, char[]) - Constructor for class openfuture.util.misc.StripWhitespaceReader
- Creates a new
StripWhitespaceReader
instance. - separators - Variable in class openfuture.util.misc.StripWhitespaceReader
- Array of characters that do not require whitespace.
- setChildren(Hashtable) - Method in class openfuture.util.misc.HashTree
- Set the value of children.
- setDateAndTimeMode(int) - Static method in class openfuture.util.misc.Trace
- determines if date and time (and eventually milliseconds) will be used as a prefix for the trace output.
- setDocument(Document) - Method in class openfuture.util.misc.DocumentHistory
- Set the value of document.
- setModel(TableModel) - Method in class openfuture.util.misc.TableMap
- setModel(TableModel) - Method in class openfuture.util.misc.TableSorter
- setName(String) - Method in class openfuture.util.misc.HashTree
- Set the value of name.
- setOutputMode(int, String) - Static method in class openfuture.util.misc.Trace
- determines the output mode.
- setParent(HashTree) - Method in class openfuture.util.misc.HashTree
- Set the value of parent.
- setSeparators(char[]) - Method in class openfuture.util.misc.StripWhitespaceReader
- Set the value of separators.
- setTraceMode(Object, int) - Static method in class openfuture.util.misc.Trace
- sets the trace bit mask for a given class manually.
- setTraceModeDefault(int) - Static method in class openfuture.util.misc.Trace
- sets the trace default bit mask.
- setUndo(UndoManager) - Method in class openfuture.util.misc.DocumentHistory
- Set the value of undo.
- setValueAt(Object, int, int) - Method in class openfuture.util.misc.TableMap
- setValueAt(Object, int, int) - Method in class openfuture.util.misc.TableSorter
- shuttlesort(int[], int[], int, int) - Method in class openfuture.util.misc.TableSorter
- skip(long) - Method in class openfuture.util.misc.StripWhitespaceReader
- Skip
n
characters where a sequence of whitespace counts as one character. - sort(Object) - Method in class openfuture.util.misc.TableSorter
- sortByColumn(int) - Method in class openfuture.util.misc.TableSorter
- sortByColumn(int, boolean) - Method in class openfuture.util.misc.TableSorter
- sortingColumns - Variable in class openfuture.util.misc.TableSorter
- stringToInt(String, int) - Static method in class openfuture.util.misc.Trace
- private method that does the same as the standard string to int conversion method but catches the NumberFormatException and outputs an appropriate message.
- substring(String, int, int) - Static method in class openfuture.util.misc.Trace
- private method that does the same as the standard substring method but catches the StringIndexOutOfBoundsException and outputs an appropriate message and returns an empty string so that the calling instance can continue without worrying.
- swap(int, int) - Method in class openfuture.util.misc.TableSorter
T
- TD - Static variable in class openfuture.util.misc.Trace
- TD_ALL - Static variable in class openfuture.util.misc.Trace
- TD_CONSOLE - Static variable in class openfuture.util.misc.Trace
- TD_FILE - Static variable in class openfuture.util.misc.Trace
- TL_LOW - Static variable in class openfuture.util.misc.Trace
- TL_LOW_STRING - Static variable in class openfuture.util.misc.Trace
- TL_MEDIUM - Static variable in class openfuture.util.misc.Trace
- TL_MEDIUM_STRING - Static variable in class openfuture.util.misc.Trace
- TL_OFF - Static variable in class openfuture.util.misc.Trace
- TL_OFF_STRING - Static variable in class openfuture.util.misc.Trace
- TL_VERBOSE - Static variable in class openfuture.util.misc.Trace
- TL_VERBOSE_STRING - Static variable in class openfuture.util.misc.Trace
- TRACE_BITS - Static variable in class openfuture.util.misc.Trace
- TRACE_ERR - Static variable in class openfuture.util.misc.Trace
- TRACE_IN - Static variable in class openfuture.util.misc.Trace
- TRACE_MSG - Static variable in class openfuture.util.misc.Trace
- TRACE_OUT - Static variable in class openfuture.util.misc.Trace
- TRACE_PARAM - Static variable in class openfuture.util.misc.Trace
- TRACE_USER - Static variable in class openfuture.util.misc.Trace
- TRACE_WARN - Static variable in class openfuture.util.misc.Trace
- TT - Static variable in class openfuture.util.misc.Trace
- TT_DATE - Static variable in class openfuture.util.misc.Trace
- TT_OFF - Static variable in class openfuture.util.misc.Trace
- TT_TIME - Static variable in class openfuture.util.misc.Trace
- TT_TIME_MS - Static variable in class openfuture.util.misc.Trace
- TableMap - class openfuture.util.misc.TableMap.
- TableMap() - Constructor for class openfuture.util.misc.TableMap
- TableSorter - class openfuture.util.misc.TableSorter.
- TableSorter() - Constructor for class openfuture.util.misc.TableSorter
- TableSorter(TableModel) - Constructor for class openfuture.util.misc.TableSorter
- Trace - class openfuture.util.misc.Trace.
- The Trace class provides static methods that can be used in Java Applets and Applications to output trace messages to a trace device.
- Trace() - Constructor for class openfuture.util.misc.Trace
- tableChanged(TableModelEvent) - Method in class openfuture.util.misc.TableMap
- tableChanged(TableModelEvent) - Method in class openfuture.util.misc.TableSorter
- trace(String) - Static method in class openfuture.util.misc.Trace
- used to output the message to the trace device.
- trace(String, int) - Static method in class openfuture.util.misc.Trace
- used to output the message to the trace device.
- traceFilename - Static variable in class openfuture.util.misc.Trace
U
- undo - Variable in class openfuture.util.misc.DocumentHistory
- undoableEditHappened(UndoableEditEvent) - Method in class openfuture.util.misc.DocumentHistory
- Adds the edit event to the undo manager 55 .
- user(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'user' method here.
- user(Object, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'user' method here.
- user(Object, String, String) - Static method in class openfuture.util.misc.Trace
- Describe 'user' method here.
- user(Object, String, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'user' method here.
W
- warning(Object, String) - Static method in class openfuture.util.misc.Trace
- Describe 'warning' method here.
- warning(Object, String, int) - Static method in class openfuture.util.misc.Trace
- Describe 'warning' method here.
A C D E G H I L M N O P R S T U W
|
|||||||||
Home >> All >> openfuture >> util >> [ misc overview ] | PREV NEXT |