com.ptc.windchill.upgrade.tool
Class ReportCanceled
java.lang.Object
com.ptc.windchill.upgrade.util.fsm.State
com.ptc.windchill.upgrade.tool.AbstractState
com.ptc.windchill.upgrade.tool.AbstractStateWithThreadedWork
com.ptc.windchill.upgrade.tool.ReportCanceled
- public class ReportCanceled
- extends AbstractStateWithThreadedWork
Fields inherited from class com.ptc.windchill.upgrade.util.fsm.State |
|
Methods inherited from class com.ptc.windchill.upgrade.tool.AbstractStateWithThreadedWork |
activate, clearStatus, deactivate, getApplication, getCancellationMonitor, getCancelPromptMessage, getCancelPromptTitle, getTitle, onCancelRequested, setApplication, setStatus, shouldBeEnclosed, toString |
LINE_SEPARATOR
private static String LINE_SEPARATOR
RELEASE_CONFIRMATION
private static final UpgradeStep RELEASE_CONFIRMATION
MODE_CONFIRMATION
private static final UpgradeStep MODE_CONFIRMATION
canceledPhase_
private UpgradePhaseType canceledPhase_
ReportCanceled
public ReportCanceled(StateMachine sm,
StateDefinition def)
getViewComponent
public JComponent getViewComponent()
- Specified by:
getViewComponent
in class AbstractState
runThreadedWork
protected AbstractStateWithThreadedWork.Outcome runThreadedWork()
- Description copied from class:
AbstractStateWithThreadedWork
- Subtypes must implement to perform work upon state activation.
- Specified by:
runThreadedWork
in class AbstractStateWithThreadedWork
- Returns:
- MUST BE NON-NULL
setCurrentPhase
private void setCurrentPhase(UpgradePhaseType canceled_phase)
getCanceledPhase
private UpgradePhaseType getCanceledPhase()