Package org.oddjob.monitor.model

Explorer Model.

See:
          Description

Interface Summary
ExplorerContextFactory Creates an ExplorerContext from an ExplorerModel
ExplorerModel Data model for an explorer session.
LogEventProcessor  
SelectedContextAware Something that interacts with the selected ExplorerContext.
TreeEventDispatcher Abstraction for something able to manage TreeModelListeners and dispatch events to them.
 

Class Summary
ConfigContextInialiser A ContextInitialiser for ConfigurationOwner.
ConfigContextSearch Provides an ExplorerContext search for Edit Actions and Design Actions.
DetailModel Model for controlling the detail views.
EventThreadLaterExecutor Executor that dispatches to the Event Queue.
EventThreadOnlyDispatcher An Executor that checks all events are being dispatched on the Event Dispatch Thread.
ExecutorTreeEventDispatcher An implementation of a TreeEventDispatcher that uses an Executor.
ExplorerContextImpl Explorer Context.
ExplorerModelImpl Data model for an explorer session.
FileHistory Used to Track File history between multiple versions of Oddjob Explorer.
JobAction The interface for an action which can be performed on a selected job node.
JobFormAction Base class for actions that launch a form.
JobTreeModel A model which provides the swing tree model of the Oddjob structure.
JobTreeNode This class encapsulates the model of a job to be used in the monitor.
LogAction  
LogContextInialiser A ContextInitialiser that adds logging information to the context.
LogModel  
PropertyModel A Model for job properties.
StateModel This class encapsualtes the model of a job state.
 

Package org.oddjob.monitor.model Description

Explorer Model.