Package de.jaetzold.util

Interface Summary
BinaryOperator  
BooleanConversion  
CommandLine A CommandLine provides the ability to inform a CommandLineListener when a new line of input is ready.
CommandLineListener  
Conversion  
Event  
PropertyChangeInformer This interface is kind of missing in JavaBeans (1.0).
Range A interface for classes that can check whether a specific primitive value is contained in some thing (typical a mathematical interval) or not.
StateDecider This interface can be used as an abstraction of a State-Change-Matrix of a finite state machine.
Task  
 

Class Summary
AlertDialog Modaler Dialog mit einem TextField fuer eine Nachricht, sowie optional bis zu 3 Knoepfen.
BeanSupport  
BinaryOperatorStateDecider  
BooleanConversionAdapter  
ByteArray  
CombinedRange  
ComplementRange  
ConstantConversion  
ConversionAdapter  
Copy Utilityklasse zum kopieren von Arrays.
DateObservable Ein Observable fuer Zeit.
Debug This class encapsulates common code for debugging
DifferenceRange  
EqualSourceEvent  
EventBase  
EventQueue A class for passing events from one Thread to another.
ExceptionEvent  
IntersectionRange  
LinkedStateDecider  
NullInputStream InputStream der immer 0 liefert.
Observable Observable dessen setChanged()-Methode im Gegensatz zu der von java.util.Observable nicht protected ist.
Queue A class for passing Objects from one Thread to another.
RangeStateDecider  
RequeueTask  
RunnableTask  
SameStateDecider  
SerialPortOptionsPanel  
SingleRange A class defining an intervall for numbers.
StateDeciderLinkedStateDecider  
StateDifferenceStateDecider  
StateLinkedStateDecider  
StringObservable Ein String der auch ein Observable ist.
TaskPerformer A Thread which processes Tasks.
TaskRunnable  
TextOutput TextOutput should be an interface later.
TransitionMatrixStateDecider  
TransitionTableStateDecider  
ValueLinkedStateDecider  
ValueToStateStateDecider  
 

Exception Summary
NoImmediateExecutionException This exception is used to indicate that the called method would have to wait for some condition to complete it's execution.
NotConnectedException  
TimeoutException This exception is used to indicate that some timeout-state has been reached and that's the reason why some method could'nt be completed.