Class CustomCodePanelConsole

  • All Implemented Interfaces:
    Referenceable

    public final class CustomCodePanelConsole
    extends CustomCode
    Displays a custom console panel. InstallAnywhere's Custom Code API allows developers to create custom consoles where necessary.
    • Constructor Detail

      • CustomCodePanelConsole

        public CustomCodePanelConsole()
    • Method Detail

      • getClassFullName

        public java.lang.String getClassFullName()
        Returns the fully qualified name of the class that implements the console panel.
      • setClassFullName

        public void setClassFullName​(java.lang.String classFullName)
        Defines the fully qualified name of the class that implements the console panel. This class must extend com.zerog.ia.api.pub.CustomCodeConsoleAction and must implement a "public void executeConsoleAction()" method.