Class JProcessWizard

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

    public class JProcessWizard
    extends JWizard
    Wizard to walk users through running a process.

    This class is public and can be used in your own application:

    
     TBD
     

    If you wish to customize this wizard (as an example to allow users to draw a geometry directly rather than use WKT) pelase use this class as a starting point or code example With this in mind the two pages used here are intended for reuse.

    The *ProcessSelectionPage* is interesting in that it defines the next page that is to be displayed. It does this based on the selected process description and is a good example of an dynamic wizard.

    Since:
    8.0
    Author:
    Jody Garnett (LISAsoft)
    See Also:
    Serialized Form