com.ptc.windchill.upgrade.tool
Class NoIusToBeAppliedState
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.NoIusToBeAppliedState
- public class NoIusToBeAppliedState
- 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 |
cancellationMonitor_
CancellationMonitor cancellationMonitor_
NoIusToBeAppliedState
public NoIusToBeAppliedState(StateMachine sm,
StateDefinition def)
- Creates a new NoIusToBeAppliedState object.
- Parameters:
sm
- StateMachinedef
- StateDefinition
getViewComponent
public JComponent getViewComponent()
- The look of the component for this screen.
It is only displayed when there are no migrators for a step to be executed.
If the user feels that this is incorrect user can cancel out, however in Express Mode
this screeen will go by very fast.
- Specified by:
getViewComponent
in class AbstractState
- Returns:
- panel
runThreadedWork
protected AbstractStateWithThreadedWork.Outcome runThreadedWork()
throws CanceledException
- If user cancels out the step is not marked as completed. It will proceed to a screen
that tells them which step it will start again at.
- Specified by:
runThreadedWork
in class AbstractStateWithThreadedWork
- Returns:
- Outcome
- Throws:
CanceledException