public interface PjWorkshopIf extends PsUpdateIf
Modifier and Type | Field and Description |
---|---|
static int |
MODE_BUG
Workshop runs in bug reporting mode.
|
static int |
MODE_STANDARD
Workshop runs in standard mode, default mode.
|
static int |
MODE_VALIDATE
Workshop runs in bug reporting mode.
|
Modifier and Type | Method and Description |
---|---|
PvDisplayIf |
getDisplay()
Get the active display when this workshop was launched.
|
java.util.Vector |
getDisplays()
Get the list of displays.
|
PgGeometry |
getGeometry()
Get assigned geometry on which this workshop operates.
|
PvViewerIf |
getViewer()
Get the active display when this workshop was launched.
|
boolean |
isModal()
Check if workshop runs modal.
|
void |
setDisplay(PvDisplayIf display)
Get the active display when this workshop was launched.
|
void |
setDisplays(java.util.Vector dispList)
Assign the list of displays.
|
void |
setGeometry(PgGeometry geom)
Assign a geometry on which this workshop operates,
and create a backup copy if workshop is canceled.
|
void |
setModal(boolean modal)
Set flag if workshop runs modal.
|
void |
setMode(int mode)
Determines the mode in which this workshop runs.
|
void |
setViewer(PvViewerIf viewer)
Set the active display when this workshop was launched.
|
getFather, getName, setParent, update
static final int MODE_STANDARD
static final int MODE_BUG
static final int MODE_VALIDATE
PgGeometry getGeometry()
void setGeometry(PgGeometry geom)
PvViewerIf getViewer()
void setViewer(PvViewerIf viewer)
PvDisplayIf getDisplay()
void setDisplay(PvDisplayIf display)
java.util.Vector getDisplays()
void setDisplays(java.util.Vector dispList)
void setMode(int mode)
mode
- either 0 for standard mode, or 1 for debugging operations.boolean isModal()
setModal(boolean)
void setModal(boolean modal)
isModal()
"