Package jsky.timeline

Contains a modified version of the TimeLine widget from the NGST Scientist's Expert Assistant package.

See:
          Description

Interface Summary
TimeLineModel The model for a time line.
TimeLineNode An interface for a single node on the time line.
TimeLineNodeModel The model for a time line node.
VetoableTimeLineNodeModel The model for an event aware time line node.
 

Class Summary
BlockTimeLineNode An interface for a single node on the time line.
DefaultTimeLineModel The default model of a time line.
DefaultTimeLineNode An interface for a single node on the time line.
DefaultTimeLineNodeModel Default version of the time line node model.
DefaultVetoableTimeLineNodeModel The default class for the vetoable time line node model.
TimeLine A time line which can contain nodes that can be adjusted by time and duration.
TimeLineNodeModel.TimeLineNodeComparator inner class used for sorting time line nodes
 

Exception Summary
DetailedPropertyVetoException Extends the PropertyVetoException and adds more detailed fields on why the propery change event is being vetoed.
IllegalNodePositionException An exception that gets thrown when a time line node is set to an illegal position.
 

Package jsky.timeline Description

Contains a modified version of the TimeLine widget from the NGST Scientist's Expert Assistant package.