Class AdminFrame

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.nt.udc.gui.OSAGenericFrame
com.nt.udc.admin.client.gui.AdminFrame
All Implemented Interfaces:
ClipboardOwner, ActionListener, ItemListener, KeyListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class AdminFrame extends com.nt.udc.gui.OSAGenericFrame implements ActionListener, ItemListener, ClipboardOwner, KeyListener
See Also:
  • Field Details

    • editor

      public com.nt.nareditor.NarFileEditor editor
  • Method Details

    • main

      public static void main(String[] args)
    • closeWindow

      protected void closeWindow(com.nt.udc.gui.OSAGenericFrame f)
      Overrides:
      closeWindow in class com.nt.udc.gui.OSAGenericFrame
    • getInstance

      public static AdminFrame getInstance()
    • destroyInstance

      public void destroyInstance()
    • exists

      public static boolean exists()
    • getAdminServer

      public AdminServerAPI getAdminServer()
    • addGUIComponents

      public void addGUIComponents()
    • addMenus

      public void addMenus()
    • initWindowManager

      public void initWindowManager()
      Overrides:
      initWindowManager in class com.nt.udc.gui.OSAGenericFrame
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class com.nt.udc.gui.OSAGenericFrame
    • changeStatus

      public static void changeStatus()
    • loadNonCoreClass

      protected Object loadNonCoreClass(String classNameToLoad, Object[] params)
      This method will be used by classes that are not part of the core package but need to be included in this class.
      Parameters:
      classNameToLoad - fully qualified class to load
      params - array of parameters to use for locating the constructor
      Returns:
      instantiated object of class to load or null if failed
    • locateConstructor

      protected Constructor locateConstructor(Class c, Class[] params)
      Locate the Constructor for the given class using the params class type array
      Parameters:
      c - to locate constructor for
      params - array of param class types in the constructor
      Returns:
      Contructor if match found or null
    • showContextualHelp

      protected void showContextualHelp()
      Overrides:
      showContextualHelp in class com.nt.udc.gui.OSAGenericFrame
    • keyTyped

      public void keyTyped(KeyEvent e)
      Specified by:
      keyTyped in interface KeyListener
    • keyPressed

      public void keyPressed(KeyEvent e)
      Specified by:
      keyPressed in interface KeyListener
    • keyReleased

      public void keyReleased(KeyEvent e)
      Specified by:
      keyReleased in interface KeyListener