JavaView© v3.95.000

jv.project
Interface PjWorkshopIf

All Superinterfaces:
PsUpdateIf
All Known Implementing Classes:
PjWorkshop

public interface PjWorkshopIf
extends PsUpdateIf

This interface for workshops allows the loading of workshops from PvViewer.


Method Summary
 PvDisplayIf getDisplay()
          Get the active display when this workshop was lauchned.
 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 lauchned.
 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 cancelled.
 void setModal(boolean modal)
          Set flag if workshop runs modal.
 void setViewer(PvViewerIf viewer)
          Set the active display when this workshop was launched.
 
Methods inherited from interface jv.object.PsUpdateIf
getFather, getName, setParent, update
 

Method Detail

getGeometry

public PgGeometry getGeometry()
Get assigned geometry on which this workshop operates.


setGeometry

public void setGeometry(PgGeometry geom)
Assign a geometry on which this workshop operates, and create a backup copy if workshop is cancelled. Subclasses frequently overwrite this method but are adviced to call this method.


getViewer

public PvViewerIf getViewer()
Get the active display when this workshop was launched.


setViewer

public void setViewer(PvViewerIf viewer)
Set the active display when this workshop was launched.


getDisplay

public PvDisplayIf getDisplay()
Get the active display when this workshop was lauchned.


setDisplay

public void setDisplay(PvDisplayIf display)
Get the active display when this workshop was lauchned.


getDisplays

public java.util.Vector getDisplays()
Get the list of displays.


setDisplays

public void setDisplays(java.util.Vector dispList)
Assign the list of displays.


isModal

public boolean isModal()
Check if workshop runs modal.

See Also:
setModal(boolean)

setModal

public void setModal(boolean modal)
Set flag if workshop runs modal. If a workshop runs modal then it does not listen to changes of the registered geometries or displays. By default a workshop runs modal.

See Also:
isModal()

JavaView© v3.95.000

The software JavaView© is copyright protected. All Rights Reserved.