com.isti.util.gui
Interface IstiTimeRangePanel.DurationChangeType

Enclosing class:
IstiTimeRangePanel

public static interface IstiTimeRangePanel.DurationChangeType

The duration change type determines how changes to duration are handled.


Field Summary
static int END_TIME
          Modify the end time to be the start time plus the duration
static int START_TIME
          Modify the start time to be the end time minus the duration
 

Field Detail

END_TIME

static final int END_TIME
Modify the end time to be the start time plus the duration

See Also:
Constant Field Values

START_TIME

static final int START_TIME
Modify the start time to be the end time minus the duration

See Also:
Constant Field Values