Class WizardAndami

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IWindow

public class WizardAndami extends JPanel implements IWindow
See Also:
  • Constructor Details

    • WizardAndami

      public WizardAndami(ImageIcon logo)
  • Method Details

    • getWizardComponents

      public jwizardcomponent.DefaultJWizardComponents getWizardComponents()
    • getWindowInfo

      public WindowInfo getWindowInfo()
      Description copied from interface: IWindow

      Gets the initial window properties. It must be called just once from the framework. To get the current WindowInfo from this window, use PluginServices.getMDIManager.getWindowInfo(window);

      Specified by:
      getWindowInfo in interface IWindow
      Returns:
      A WindowInfo object, containing the properties that this window should have when created
    • getWindowProfile

      public Object getWindowProfile()
      Description copied from interface: IWindow

      Gets the profile for this window

      Specified by:
      getWindowProfile in interface IWindow
      Returns:
      An object with the profile.