|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Phase | |
wt.clients.lifecycle.administrator |
Uses of Phase in wt.clients.lifecycle.administrator |
Fields in wt.clients.lifecycle.administrator declared as Phase | |
(package private) Phase |
LifeCycleFlow.selected
|
(package private) Phase |
LifeCycleFlow.FlowEditor.PhaseMouseListener.phase
|
(package private) Phase |
LifeCycleDefinitionPanel.selectedPhase
|
Methods in wt.clients.lifecycle.administrator that return Phase | |
protected Phase |
LifeCycleFlow.getSelectedItem()
Returns the selected phase in the life cycle flow. |
Methods in wt.clients.lifecycle.administrator with parameters of type Phase | |
protected void |
LifeCycleFlow.insertPhase(Phase phase)
Inserts a phase before the selected phase of the life cycle flow. |
protected void |
LifeCycleFlow.addPhase(Phase phase)
Adds a phase to the end of the life cycle flow. |
protected void |
LifeCycleFlow.addPhaseNoSelect(Phase phase)
Adds a phase to the end of the life cycle flow. |
protected void |
LifeCycleFlow.removePhase(Phase phase)
Removes a phase from the life cycle flow. |
protected void |
LifeCycleFlow.markCurrent(Phase phase)
Marks a phase current in the life cycle flow. |
protected void |
LifeCycleFlow.FlowEditor.insertPhase(Phase phase)
Inserts the phase before the selected phase. |
protected void |
LifeCycleFlow.FlowEditor.addPhase(Phase phase)
Adds the phase to the end of the flow. |
protected void |
LifeCycleFlow.FlowEditor.addPhaseNoSelect(Phase phase)
Adds the phase to the end of the flow. |
protected void |
LifeCycleFlow.FlowEditor.removePhase(Phase phase)
Removes a phase from the life cycle flow. |
protected void |
LifeCycleFlow.FlowEditor.markCurrent(Phase phase)
Marks a phase current in the life cycle flow. |
protected void |
LifeCycleFlow.FlowEditor.select(Phase phase)
Selects the specified phase. |
protected void |
LifeCycleFlow.FlowEditor.deselect(Phase phase)
Deselects the phase. |
protected void |
LifeCycleDefinitionPanel.setSelectedPhase(Phase phase)
Sets the selected Phase in the Life Cycle Template. |
protected void |
LifeCycleDefinitionPanel.movePhase(Phase phase,
Phase before_phase)
Moves a phase from it's current location to a position before the phase specified with the before_phase argument. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |