Class NavigatePanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, TreeSelectionListener

public class NavigatePanel extends JPanel implements TreeSelectionListener, ActionListener
This panel is the main component containing the Navigator Tree and the workspace Panels
See Also:
  • Constructor Details

    • NavigatePanel

      public NavigatePanel(Navigation dialog, String mode, PModelHandle handle)
      Parameters:
      dialog - is the container of this panel
      mode - will pass the "mode" in which the dialog is opened. Valid values are TailorMadeConstants.NEW TailorMadeConstants.VIEW TailorMadeConstants.EDIT
      handle - will contain the validity period and the product information
  • Method Details