Class DisplayWizardModel

  • All Implemented Interfaces:
    EventListener, org.pietschy.wizard.WizardListener, org.pietschy.wizard.WizardModel

    public class DisplayWizardModel
    extends org.pietschy.wizard.models.DynamicModel
    implements org.pietschy.wizard.WizardListener
    Wizard model for configuring displays.
    Author:
    Nick Collier
    • Method Detail

      • wizardCancelled

        public void wizardCancelled​(org.pietschy.wizard.WizardEvent wizardEvent)
        Specified by:
        wizardCancelled in interface org.pietschy.wizard.WizardListener
      • wizardClosed

        public void wizardClosed​(org.pietschy.wizard.WizardEvent wizardEvent)
        Specified by:
        wizardClosed in interface org.pietschy.wizard.WizardListener
      • getDefaultStyle

        public String getDefaultStyle()
      • contextContainsOnlyProjectionType

        public boolean contextContainsOnlyProjectionType​(String type)
        Parameters:
        type - the type of projection (e.g. Network)
        Returns:
        true if this contains only projections of the specified type otherwise false
      • contextContainsProjectionType

        public boolean contextContainsProjectionType​(String type)
        Parameters:
        type -
        Returns:
        true if the current list of projections contains the specified type.
      • containsOnlyProjectionType

        public boolean containsOnlyProjectionType​(String type)
        Parameters:
        type - the type of projection (e.g. SNetwork)
        Returns:
        true if this contains only projections of the specified type otherwise false
      • containsProjectionType

        public boolean containsProjectionType​(String type)
        Parameters:
        type -
        Returns:
        true if the current list of projections contains the specified type.
      • containsValueLayer

        public boolean containsValueLayer()