Class SelectTransformationDetailsPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.nomagic.ui.ExtendedPanel
com.nomagic.magicdraw.modeltransformations.SelectTransformationDetailsPanel
All Implemented Interfaces:
com.nomagic.ui.wizard.WizardPanel, FocusListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

@OpenApiAll public class SelectTransformationDetailsPanel extends ExtendedPanel implements com.nomagic.ui.wizard.WizardPanel
Select Transformation Details Panel - transformation details panel
See Also:
  • Constructor Details

    • SelectTransformationDetailsPanel

      public SelectTransformationDetailsPanel(ModelTransformationsWizardInformation data)
      Constructor
      Parameters:
      data - Model Transformations Wizard Information
  • Method Details

    • getDescription

      public String getDescription()
      Panel Description for Wizard
      Specified by:
      getDescription in interface com.nomagic.ui.wizard.WizardPanel
      Returns:
      description
    • activate

      public void activate()
      Description copied from interface: com.nomagic.ui.wizard.WizardPanel
      This method is called for panel when panel is activated in wizard.
      Specified by:
      activate in interface com.nomagic.ui.wizard.WizardPanel
    • updateProperties

      public void updateProperties()
      Updates displayed properties from model transformation wizard
    • deactivate

      public void deactivate()
      Description copied from interface: com.nomagic.ui.wizard.WizardPanel
      This method is called for panel when panel is deactivated in wizard.
      Specified by:
      deactivate in interface com.nomagic.ui.wizard.WizardPanel
    • validateForNext

      public boolean validateForNext()
      Description copied from interface: com.nomagic.ui.wizard.WizardPanel
      This method is called for panel when next panel is prepared for showing.
      Specified by:
      validateForNext in interface com.nomagic.ui.wizard.WizardPanel
    • reset

      public void reset()
    • getPropertyChangeListener

      public PropertyChangeListener getPropertyChangeListener()
      Returns property change listener, that is applied to each visible property
      Returns:
      property change listener
    • setPropertyChangeListener

      public void setPropertyChangeListener(PropertyChangeListener mPropertyChangeListener)
      Sets property change listener, that is applied to each visible property
      Parameters:
      mPropertyChangeListener - property change listener