Listing of Source tools/toolbox.ini
;
; This file defines the tools for the NetPhantom Server Administration program.
;

; ************************************************************************
; *
; *  SERVER ADMIN TOOLS SECTION
; *
; ************************************************************************
;
;
; Each tool entry in this section should have the following format:
;
;   ToolID      =TextForMenuItem
;   ToolID.app  =PATH/APPLICATION-TO-LOAD.NPR
;   ToolID.panel=InitialPanelID
;   ToolID.class=,ClassName
;   ToolID.descr=Description text [optional]
;
; The entry LOAD, specifies all the ToolID's to load (comma separated list).
;

[ServerAdminTools]

; List of all tools to load (comma separated list).
LOAD=EEM GenericCodeWizard SAMPLE SAMPLE2

EEM=EEM file management
EEM.app=samples/toolbox/com/netphantom/server/samples/toolbox/eem/GUI/eem.jar
EEM.panel=OPEN
EEM.class=com.netphantom.server.samples.toolbox.eem.EEM
EEM.descr=Creation/editing of EEM files used by the Emulator Emulator package

GenericCodeWizard=A tool for generating Java code
GenericCodeWizard.app=samples/toolbox/com/netphantom/server/samples/toolbox/genericjavacode/GUI/genericjavacode.jar
GenericCodeWizard.panel=WELCOME
GenericCodeWizard.class=com.netphantom.server.samples.toolbox.genericjavacode.GenericJavaCodeWizard
GenericCodeWizard.descr=You can generate generic code for further processing

SAMPLE=Sample Server Administration tool
SAMPLE.app=samples/toolbox/GUI/sample.jar
SAMPLE.panel=INIT
SAMPLE.class=se.entra.phantom.server.samples.toolbox.ToolSample
SAMPLE.descr=A Sample Server Administration tool that is dynamically loaded by the Server Administration program. The sample is located in samples/tools (Java and GUI/panel files)

SAMPLE2=Sample Server Administration tool #2
SAMPLE2.app=samples/toolbox/GUI/sample.jar
SAMPLE2.panel=INIT
SAMPLE2.class=se.entra.phantom.server.samples.toolbox.ToolSample
SAMPLE2.descr=A Sample Server Administration tool that is dynamically loaded by the Server Administration program. The sample is located in samples/tools (Java and GUI/panel files) #2


; ************************************************************************
; *
; *  EDITOR TOOLS SECTION
; *
; ************************************************************************
;
;
; Each tool entry in this section should have the following format:
;
;   ToolID      =TextForMenuItem
;   ToolID.app  =PATH/APPLICATION-TO-LOAD.NPR
;   ToolID.panel=InitialPanelID
;   ToolID.class=,ClassName
;   ToolID.descr=Description text [optional]
;
; The entry LOAD, specifies all the ToolID's to load (comma separated list).
;

[EditorTools]

; List of all tools to load (comma separated list).
LOAD=EEM GenericCodeWizard SAMPLE SAMPLE2

EEM=EEM file management
EEM.app=samples/toolbox/com/netphantom/server/samples/toolbox/eem/GUI/eem.jar
EEM.panel=OPEN
EEM.class=com.netphantom.server.samples.toolbox.eem.EEM
EEM.descr=Creation/editing of EEM files used by the Emulator Emulator package

GenericCodeWizard=A tool for generating Java code
GenericCodeWizard.app=samples/toolbox/com/netphantom/server/samples/toolbox/genericjavacode/GUI/genericjavacode.jar
GenericCodeWizard.panel=WELCOME
GenericCodeWizard.class=com.netphantom.server.samples.toolbox.genericjavacode.GenericJavaCodeWizard
GenericCodeWizard.descr=You can generate generic code for further processing

SAMPLE=Sample Editor tool
SAMPLE.app=samples/toolbox/GUI/sample.jar
SAMPLE.panel=INIT
SAMPLE.class=se.entra.phantom.server.samples.toolbox.ToolSample
SAMPLE.descr=A Sample Editor tool that is dynamically loaded. The sample is located in samples/tools (Java and GUI/panel files)

SAMPLE2=Sample Editor tool #2
SAMPLE2.app=samples/toolbox/GUI/sample.jar
SAMPLE2.panel=INIT
SAMPLE2.class=se.entra.phantom.server.samples.toolbox.ToolSample
SAMPLE2.descr=A Sample Editor tool that is dynamically loaded. The sample is located in samples/tools (Java and GUI/panel files) #2