Class FormFrame

    • Field Detail

      • m_maximize

        public boolean m_maximize
        Maximize Window
    • Constructor Detail

      • FormFrame

        public FormFrame()
        Deprecated.
        Create Form. Need to call openForm
      • FormFrame

        public FormFrame​(GraphicsConfiguration gc)
        Create Form. Need to call openForm
        Parameters:
        gc -
    • Method Detail

      • dispose

        public void dispose()
        Dispose
        Overrides:
        dispose in class Window
      • openForm

        public boolean openForm​(int AD_Form_ID)
        Open Form
        Parameters:
        AD_Form_ID - form
        Returns:
        true if form opened
      • openForm

        public boolean openForm​(int AD_Form_ID,
                                GridTab gridTab)
      • openForm

        protected boolean openForm​(int AD_Form_ID,
                                   String className,
                                   String name)
        Open Form
        Parameters:
        AD_Form_ID - Form
        className - class name
        name - title
        Returns:
        true if started
      • openForm

        protected boolean openForm​(int AD_Form_ID,
                                   String className,
                                   String name,
                                   GridTab gridTab)
      • getFormPanel

        public FormPanel getFormPanel()
        Get Form Panel
        Returns:
        form panel
      • setBusy

        public void setBusy​(boolean busy)
        Set Window Busy
        Parameters:
        busy - busy
      • setBusyMessage

        public void setBusyMessage​(String AD_Message)
        Set Busy Message
        Parameters:
        AD_Message - message
      • setBusyTimer

        public void setBusyTimer​(int time)
        Set and start Busy Counter
        Parameters:
        time - in seconds
      • setMaximize

        public void setMaximize​(boolean max)
        Set Maximize Window
        Parameters:
        max - maximize
      • setProcessInfo

        public void setProcessInfo​(ProcessInfo pi)
      • startBatch

        public Thread startBatch​(Runnable process)
        Start Batch
        Parameters:
        process -
        Returns:
        running thread
      • getAD_Form_ID

        public int getAD_Form_ID()
        Returns:
        Returns the AD_Form_ID.
      • getMenu

        public JMenuBar getMenu()
        Returns:
        Returns the manuBar
      • getGridTab

        public GridTab getGridTab()