| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dlsc.flexgantt.command.AbstractCommand
com.dlsc.flexgantt.command.dateline.DefaultChangeTimeZoneCommand
public class DefaultChangeTimeZoneCommand
A command to change the time zone displayed by the timeline.
| Constructor Summary | |
|---|---|
DefaultChangeTimeZoneCommand(IDatelineModel model,
                             java.util.TimeZone timeZone)
Constructs a new command that will change the time zone on the given timeline.  | 
|
| Method Summary | |
|---|---|
 void | 
executeCommand(IProgressMonitor monitor)
Executes the command.  | 
 void | 
undoCommand(IProgressMonitor monitor)
Undos the command.  | 
| Methods inherited from class com.dlsc.flexgantt.command.AbstractCommand | 
|---|
getName, isRedoable, isRelevant, isUndoable, redoCommand | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultChangeTimeZoneCommand(IDatelineModel model,
                                    java.util.TimeZone timeZone)
model - the target dateline modeltimeZone - the new time zone| Method Detail | 
|---|
public void executeCommand(IProgressMonitor monitor)
ICommand
monitor - a progress monitorpublic void undoCommand(IProgressMonitor monitor)
ICommand
monitor - a progress monitor
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||