com.ptc.windchill.upgrade.tool
Class UpgradeSchemaCompleted
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.UpgradeSchemaCompleted
- public class UpgradeSchemaCompleted
- 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_
upgradeSchemaWorkSpoolStandard_
private File upgradeSchemaWorkSpoolStandard_
upgradeSchemaWorkSpoolUrl_
private URL upgradeSchemaWorkSpoolUrl_
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_
UpgradeSchemaCompleted
public UpgradeSchemaCompleted(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()
getUpgradeSchemaWorkSpoolUrl
private URL getUpgradeSchemaWorkSpoolUrl()
canceled
public boolean canceled()