com.ptc.windchill.upgrade.tool
Class AbstractState
java.lang.Object
com.ptc.windchill.upgrade.util.fsm.State
com.ptc.windchill.upgrade.tool.AbstractState
- Direct Known Subclasses:
- AbstractStateWithThreadedWork, CorrectDatabaseState, Introduction, LaunchViewState, PromptForExpressMode, ReportComplete, ReportError
- abstract class AbstractState
- extends State
Fields inherited from class com.ptc.windchill.upgrade.util.fsm.State |
|
title_
private String title_
application_
private static UpgradeManager application_
AbstractState
public AbstractState(StateMachine sm,
StateDefinition def)
AbstractState
public AbstractState(StateMachine sm,
StateDefinition def,
String title)
getViewComponent
abstract JComponent getViewComponent()
setApplication
void setApplication(UpgradeManager x)
getApplication
protected static UpgradeManager getApplication()
setStatus
protected final void setStatus(String status_message)
- Displays the messgae provided by some of the phases of what is currently being done. Nice to have
when a lot of time is being taken.
clearStatus
protected final void clearStatus()
getTitle
public String getTitle()
toString
public String toString()
shouldBeEnclosed
protected boolean shouldBeEnclosed()
- Can be overriden by sub-classes. super does not need to be called because no
code in here needs to be executed.