Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
V
A
add(Object)
- Method in class org.gjt.lindfors.util.
BoundBuffer
addListener(EventListener)
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
Registers a new listener to this object.
B
BoundBuffer
- class org.gjt.lindfors.util.
BoundBuffer
.
...
BoundBuffer()
- Constructor for class org.gjt.lindfors.util.
BoundBuffer
BoundBuffer(int)
- Constructor for class org.gjt.lindfors.util.
BoundBuffer
BoundBuffer(Collection)
- Constructor for class org.gjt.lindfors.util.
BoundBuffer
BoundBuffer(Collection, int)
- Constructor for class org.gjt.lindfors.util.
BoundBuffer
C
cleanup()
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Override to perform necessary cleanup.
clear()
- Method in class org.gjt.lindfors.util.
BoundBuffer
clone()
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
[PENDING]
clone()
- Method in class org.gjt.lindfors.util.
Pair
Performs a shallow copy to this object.
createEventVisualizer()
- Static method in class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING]
createEventVisualizer(String)
- Static method in class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING]
createTypeVisualizer()
- Static method in class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING]
createTypeVisualizer(String)
- Static method in class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING]
D
DEFAULT_CAPACITY
- Static variable in class org.gjt.lindfors.util.
BoundBuffer
E
EventGenerator
- interface org.gjt.lindfors.util.
EventGenerator
.
A tagging interface that all event generator interfaces must extend.
EventGeneratorSupport
- class org.gjt.lindfors.util.
EventGeneratorSupport
.
Support class for objects implementing the
EventGenerator
interface.
EventGeneratorSupport()
- Constructor for class org.gjt.lindfors.util.
EventGeneratorSupport
Constructs support object.
enter(Object, String)
- Static method in class org.gjt.lindfors.util.
Trace
exit()
- Static method in class org.gjt.lindfors.util.
Trace
G
getBufferSize()
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Returns the size of the buffer used by this thread.
getClassName(Object)
- Static method in class org.gjt.lindfors.util.
Library
Returns the class name of an object.
getContextHelp(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getInputStream()
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Returns the input stream of this thread.
getKey()
- Method in class org.gjt.lindfors.util.
Pair
Returns the key object of this pair.
getLabel(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getListeners()
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
Returns the listeners registered to this object.
getMnemonic(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getName()
- Method in class org.gjt.lindfors.util.
TypeSupport
Returns the name of this type.
getShortcut(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getString(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getTooltip(String)
- Method in class org.gjt.lindfors.util.
LocalizationSupport
getValue()
- Method in class org.gjt.lindfors.util.
Pair
Returns the value object of this pair.
getVisualizerStrategy()
- Method in interface org.gjt.lindfors.util.
PluggableVisualizer
[PENDING]
H
handleIOException(IOException)
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Override to handle the IO Exceptions thrown by the read operation.
handleInput(char[], int)
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Override to handle the input data read form the stream.
hasListeners()
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
Checks if any registered listeners exist.
I
iterator()
- Method in class org.gjt.lindfors.util.
BoundBuffer
L
Library
- class org.gjt.lindfors.util.
Library
.
Collection of miscellaneous utility methods.
LocalizationSupport
- class org.gjt.lindfors.util.
LocalizationSupport
.
Support class for loading and handling language resource bundles.
LocalizationSupport(String, Locale)
- Constructor for class org.gjt.lindfors.util.
LocalizationSupport
M
msg(String)
- Static method in class org.gjt.lindfors.util.
Trace
O
org.gjt.lindfors.util
- package org.gjt.lindfors.util
Miscellaneous utility classes and methods.
org.gjt.lindfors.util.strategy
- package org.gjt.lindfors.util.strategy
Abstract strategies and their implementations for various classes in
org.gjt.lindfors.util
package.
org.gjt.lindfors.util.support
- package org.gjt.lindfors.util.support
Support classes used by
org.gjt.lindfors.util
package and its subpackages.
P
Pair
- class org.gjt.lindfors.util.
Pair
.
A container class for holding key, value pairs.
Pair(Object, Object)
- Constructor for class org.gjt.lindfors.util.
Pair
Constructs a key, value pair.
PluggableVisualizer
- interface org.gjt.lindfors.util.
PluggableVisualizer
.
[PENDING] objects implementing this interface can be visualized maybe this belongs to strategy package instead?
R
removeListener(EventListener)
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
Unregisters a listener from this object.
run()
- Method in class org.gjt.lindfors.util.
StreamReaderThread
The thread implementation.
S
StreamReaderThread
- class org.gjt.lindfors.util.
StreamReaderThread
.
Generalized reader thread for input streams.
StreamReaderThread(Reader, int)
- Constructor for class org.gjt.lindfors.util.
StreamReaderThread
Constructs a new daemon thread with a given buffer size.
StreamReaderThread(Reader)
- Constructor for class org.gjt.lindfors.util.
StreamReaderThread
Constructs a new daemon thread with default buffer size.
StreamReaderThread(Reader, boolean)
- Constructor for class org.gjt.lindfors.util.
StreamReaderThread
Constructs a new thread with default buffer size.
StreamReaderThread()
- Constructor for class org.gjt.lindfors.util.
StreamReaderThread
Constructs a new daemon thread.
setBufferSize(int)
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Sets the buffer size for this thread.
setExitOnError(boolean)
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Sets the thread behaviour for error handling.
setInputStream(Reader)
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Sets the input stream for this thread.
setPair(Object, Object)
- Method in class org.gjt.lindfors.util.
Pair
Sets key and value for this pair.
setPair(Pair)
- Method in class org.gjt.lindfors.util.
Pair
Sets key and value for this pair.
setVisualizerStrategy()
- Method in interface org.gjt.lindfors.util.
PluggableVisualizer
[PENDING]
size()
- Method in class org.gjt.lindfors.util.
BoundBuffer
stopReading()
- Method in class org.gjt.lindfors.util.
StreamReaderThread
Stops the reader thread.
T
Trace
- class org.gjt.lindfors.util.
Trace
.
A very basic trace implementation.
TypeSupport
- class org.gjt.lindfors.util.
TypeSupport
.
Support class for creating enumerated types.
TypeSupport(String)
- Constructor for class org.gjt.lindfors.util.
TypeSupport
Constructs a new type with given name.
timeToLive
- Variable in class org.gjt.lindfors.util.
StreamReaderThread
Wait this many milliseconds for the thread to exit gracefully when
stopReading
has been called.
toComponent()
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
[PENDING]
toComponent()
- Method in class org.gjt.lindfors.util.
TypeSupport
[PENDING] Returns a visual representation of this object.
toComponent()
- Method in interface org.gjt.lindfors.util.
Visualizable
[PENDING] this method should provide a component subclass that has some sort of visual representation of the object.
toComponent()
- Method in class org.gjt.lindfors.util.strategy.
VisualizerStrategy
[PENDING] default impl.
toString()
- Method in class org.gjt.lindfors.util.
EventGeneratorSupport
Returns a string representation of this EventGeneratorSupport object.
toString()
- Method in class org.gjt.lindfors.util.
Pair
Returns a textual representation of this object.
toString()
- Method in class org.gjt.lindfors.util.
TypeSupport
Returns a string representation of this type.
toString()
- Method in class org.gjt.lindfors.util.strategy.
VisualizerStrategy
[PENDING}
toString()
- Method in class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING] if priv.
V
Visualizable
- interface org.gjt.lindfors.util.
Visualizable
.
[PENDING] objects implementing this interface can be visualized quickly and easily, in a good OO manner, and kept up to date with object's state automatically.
VisualizerStrategy
- class org.gjt.lindfors.util.strategy.
VisualizerStrategy
.
[PENDING] Strategy interface for visualizers.
VisualizerStrategy()
- Constructor for class org.gjt.lindfors.util.strategy.
VisualizerStrategy
VisualizerSupport
- class org.gjt.lindfors.util.support.
VisualizerSupport
.
[PENDING] Every effort has been made to try to achieve thread-safety in EventGeneratorSupport class.
VisualizerSupport()
- Constructor for class org.gjt.lindfors.util.support.
VisualizerSupport
[PENDING] default constructor, public, private?
A
B
C
D
E
G
H
I
L
M
O
P
R
S
T
V
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes