public class GofManager extends Object
Constructor and Description |
---|
GofManager(IniFile iniFile)
Creates a new Gof Manager.
|
Modifier and Type | Method and Description |
---|---|
GuiOnTheFlyRuntime |
getGofRuntime(String fileName)
Gets the
GuiOnTheFlyRuntime for the selected application. |
Vector<GofProcessingOrder> |
getIdentificationOrder(String subsection)
Gets the order for the identification of controls in the different areas.
|
public GofManager(IniFile iniFile)
iniFile
- The server.ini file, from which the application names will be loaded.public Vector<GofProcessingOrder> getIdentificationOrder(String subsection)
identificationorder=TITLEIDENT MAINIDENTThis items value is a comma separetad list with the name of the different areas control identification items.
The control identification item's name is used to find the line with the information about the which controls to identify in the area, and in which order the controls should be identifid in. The line might look somthing like this:
MAINIDENT=MAINAREA:PBCTRL OTCTRL EFCTRLThis line specifies the item MAINIDENT to be the MAINAREA, and that the controls to identify are: pushbuttons, output text and entry field, in this order. The controls will be saved in an Vector, and the Vector and the area will be stored in a GofProcessingOrder. All the GofprocessingOrders will be stored in a Vector
subsection
- The name of the section in the server.ini file holding the information
for the current Gui-on-the-fly setting.public GuiOnTheFlyRuntime getGofRuntime(String fileName)
GuiOnTheFlyRuntime
for the selected application.fileName
- The applications filename.GuiOnTheFlyRuntime
,
or null
if no GuiOnTheFlyRuntime
is specified for it.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.