com.ptc.windchill.upgrade.tool
Class AddConstraintsCompleted
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.AddConstraintsCompleted
- public class AddConstraintsCompleted
- extends AbstractStateWithThreadedWork
Fields inherited from class com.ptc.windchill.upgrade.util.fsm.State |
|
Methods inherited from class com.ptc.windchill.upgrade.tool.AbstractStateWithThreadedWork |
clearStatus, deactivate, getApplication, getCancellationMonitor, getCancelPromptMessage, getCancelPromptTitle, getTitle, onCancelRequested, setApplication, setStatus, shouldBeEnclosed, toString |
upgradeToolStateMachine_
private UpgradeToolStateMachine upgradeToolStateMachine_
context_
private UpgradeContext context_
viewComponent_
private JComponent viewComponent_
phaseJustExecuted_
private UpgradePhaseType phaseJustExecuted_
stringPhaseJustExecuted_
private String stringPhaseJustExecuted_
uniqueTestSpoolStandard_
private File uniqueTestSpoolStandard_
uniqueTestSpoolUrl_
private URL uniqueTestSpoolUrl_
uniqueDebugSpoolStandard_
private File uniqueDebugSpoolStandard_
uniqueDebugSpoolUrl_
private URL uniqueDebugSpoolUrl_
uniqueWorkSpoolStandard_
private File uniqueWorkSpoolStandard_
uniqueWorkSpoolUrl_
private URL uniqueWorkSpoolUrl_
notNullTestSpoolStandard_
private File notNullTestSpoolStandard_
notNullTestSpoolUrl_
private URL notNullTestSpoolUrl_
notNullDebugSpoolStandard_
private File notNullDebugSpoolStandard_
notNullDebugSpoolUrl_
private URL notNullDebugSpoolUrl_
notNullWorkSpoolStandard_
private File notNullWorkSpoolStandard_
notNullWorkSpoolUrl_
private URL notNullWorkSpoolUrl_
schemaResults_
private SchemaResults schemaResults_
top_
private int top_
left_
private int left_
bottom_
private int bottom_
right_
private int right_
jTextPane_
private JTextPane jTextPane_
document_
private Document document_
boldStep_
private SimpleAttributeSet boldStep_
bgColor_
private Color bgColor_
cancellationMonitor_
CancellationMonitor cancellationMonitor_
AddConstraintsCompleted
public AddConstraintsCompleted(StateMachine sm,
StateDefinition def)
getViewComponent
public JComponent getViewComponent()
- Specified by:
getViewComponent
in class AbstractState
activate
protected void activate(Event activating_event)
- Description copied from class:
AbstractStateWithThreadedWork
- IF YOU OVERRIDE, YOU MUST CALL, super.activate(...);
Already overwrites due to: extends AbstractState -to- State
- Overrides:
activate
in class AbstractStateWithThreadedWork
runThreadedWork
protected AbstractStateWithThreadedWork.Outcome runThreadedWork()
throws Throwable
- 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
- Throws:
Throwable
updateViewWithResults
private JComponent updateViewWithResults()
throws IUHException
- Throws:
IUHException
defaultLook
private void defaultLook(GridBagConstraints gbc,
int i)
getTheUpgradePhaseType
public UpgradePhaseType getTheUpgradePhaseType()
getUniqueWorkSpoolUrl
private URL getUniqueWorkSpoolUrl()
getNotNullWorkSpoolUrl
private URL getNotNullWorkSpoolUrl()
canceled
public boolean canceled()