Skip navigation links
A B C D E F G I K L M N O P R S T U V W Y _ 

A

accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.EnvvalueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.KeyvalueContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class okw.parser.antlr4.OKW_Parser.TextContext
 
addFile(String) - Method in class okw.OKW_Properties
\~german Eine *.Properties-Datei zur Liste OKW_Properties.FileProperties hinzufügen.
addLogger(ILogger) - Method in class okw.log.Logger_Sngltn
\~german \brief Fügt einen ILogger der Logger-Liste Logger.LoggerList \param fpLogger Logger, der \return \~english \brief \todo TODO: Brief Description.
addResource(String) - Method in class okw.OKW_Properties
\~german Eine .Properties-Datei aus dem Resource-Verzeichniss zur Liste OKW_Properties.ResoursesProperties hinzufügen.
aggregateResult(String, String) - Method in class okw.parser.OKW_Visitor
 
AnyChildwindow - Class in okw.gui
\brief
AnyChildwindow() - Constructor for class okw.gui.AnyChildwindow
 
AnyChildwindow(String, OKWLocator...) - Constructor for class okw.gui.AnyChildwindow
 
AnyWinBase - Class in okw.gui
\brief Description of AnyWin.
AnyWinBase() - Constructor for class okw.gui.AnyWinBase
 
AnyWinBase(String, OKWLocator...) - Constructor for class okw.gui.AnyWinBase
 
AnyWindow - Class in okw.gui
\brief Description of AnyWin.
AnyWindow() - Constructor for class okw.gui.AnyWindow
 

B

BeginTest(String) - Method in class okw.core.Core
\copydoc IOKW_State::BeginTest(String)
BeginTest(String) - Static method in class okw.core.EN
\copydoc IOKW_State::BeginTest(String)
BeginTest(String) - Method in interface okw.core.IOKW_State
\~german Markiert den Anfang eines neuen Testfalls.
BeginTest(String) - Method in class okw.core.NOK
\copydoc IOKW_State::BeginTest(String)
BeginTest(String) - Method in class okw.core.OK
\copydoc IOKW_State::BeginTest()
Boolean2String(Boolean) - Static method in class okw.OKW_Helper
\~german Konvertiert Boolean true/false nach String "true"/"false"
Boolean2YesNo(Boolean) - Method in class okw.OKW_Const_Sngltn
\~german Konvertiert WAHR/FALSCH (true/false) sprachabhängig nach "Ja"/"Nein" (Yes/No) \param fpbTrueOrFalse WAHR oder FALSCH \return "Ja" für true
"Nein" für false \~english Converts true/false language dependent to yes/no \param fps_YesOrNo true or false \return "yes" in case of true
"no" in case of false \~

C

channelNames - Static variable in class okw.parser.antlr4.OKW_Lexer
 
clear() - Method in class okw.OKW_Properties
\~german Löscht die Properties Listen
ClickOn(String) - Method in class okw.core.Core
\copydoc IOKW_State::ClickOn(String)
ClickOn(String) - Static method in class okw.core.EN
\copydoc IOKW_State::ClickOn(String)
ClickOn(String) - Method in interface okw.core.IOKW_State
\~german Klickt auf das gegebene Objekt.
ClickOn(String) - Method in class okw.core.NOK
\copydoc IOKW_State::ClickOn(String)
ClickOn(String) - Method in class okw.core.OK
\copydoc IOKW_State::ClickOn(String)
ClickOn() - Method in class okw.gui.AnyChildwindow
 
ClickOn() - Method in interface okw.gui.IGUIChildwindow
 
compareListString(List<String>, List<String>) - Static method in class okw.OKW_Helper
 
ConcatHSEP(ArrayList<String>) - Method in class okw.OKW_Const_Sngltn
\~german Methode _verbindet_ die einzelne Strings eines List<Strings> zu einem string und trennt diese mit der Konstante ${HSEP}.
concatListString(ArrayList<String>, String) - Static method in class okw.OKW_Helper
 
ConcatSEP(ArrayList<String>) - Method in class okw.OKW_Const_Sngltn
\~german Methode _verbindet_ die einzelne Strings eines List<Strings> zu einem string und trennt diese mit der Konstante ${SEP}.
ConcatVSEP(ArrayList<String>) - Method in class okw.OKW_Const_Sngltn
\~german Methode _verbindet_ die einzelnen Strings eines List<Strings> zu einem string und trennt diese mit der Konstante ${VSEP}.
convertDirectorySeperator(String) - Static method in class okw.OKW_FileHelper
 
Copy - Class in okw
Sample code that copies files in a similar manner to the cp(1) program.
Copy() - Constructor for class okw.Copy
 
copy(String, String, Boolean) - Static method in class okw.OKW_FileHelper
 
copyDirectory(String, String) - Static method in class okw.OKW_FileHelper
 
CopyFile(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::CopyFile(String,String)
CopyFile(String, String) - Method in interface okw.core.IOKW_State
\~german Copiert die gegebene Quelldatei zur Zieldatei In den Pfadangaben sind: - OKW-Parser angaben sind erlaubt ```${umgebungsvariable}```, ```${merkewertschlüssel}```.
CopyFile(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::CopyFile(String,String)
CopyFile(String, String) - Method in class okw.core.OK
 
Core - Class in okw.core
\~german Hier Statediagram...
Core() - Constructor for class okw.core.Core
\~german OKW-Konstuktor: Setzt den Default-Zustand auf OKW.OK.
createEmptyDirectory(String) - Static method in class okw.OKW_FileHelper
\~german Erzeug ein leeres Verzechniss mit dem angegebenen Pfad.
createFile(String) - Static method in class okw.OKW_FileHelper
 
createInstanceByType(Class<?>) - Static method in class okw.OKW_GetJavaClass
\~german Die Methode erzeugt eine Instanz der Rahmenklasse (frame class) mit dem in 'fps_ParentClassName' gegebenen Namen.
cvsChildFN - Static variable in class okw.core.OKW_CurrentObject_Sngltn
\~german \brief Die Eigenschaft enthält den fachlichen Namen des aktuellen Kindobjektes.
cvsWindowFN - Static variable in class okw.core.OKW_CurrentObject_Sngltn
\~german \brief Eigenschaft enthält den fachlichen Namen des aktuellen Fensters.

D

deleteDirectory(String) - Static method in class okw.OKW_FileHelper
\~german Löschent rekursiv alle Dateien und Unterverzeichnisse und das gegebenen Verzeichniss selbst.
deleteFile(String) - Static method in class okw.OKW_FileHelper
 
deleteFiles(String) - Static method in class okw.OKW_FileHelper
 
directoryExists(String) - Static method in class okw.OKW_FileHelper
 
DoubleClickOn(String) - Method in class okw.core.Core
\copydoc IOKW_State::DoubleClickOn(String)
DoubleClickOn(String) - Static method in class okw.core.EN
\copydoc IOKW_State::DoubleClickOn(String)
DoubleClickOn(String) - Method in interface okw.core.IOKW_State
\~german Führt ein Doppelklick auf das gegebene GUI-Objekt aus.
DoubleClickOn(String) - Method in class okw.core.NOK
\copydoc IOKW_State::DoubleClickOn(String)
DoubleClickOn(String) - Method in class okw.core.OK
\copydoc IOKW_State::DoubleClickOn(String)
DoubleClickOn(String) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ruft die Methode ClickOn( ) des aktuellen GUI-Objektes auf.
DoubleClickOn() - Method in class okw.gui.AnyChildwindow
 
DoubleClickOn() - Method in interface okw.gui.IGUIChildwindow
 

E

EN - Class in okw.core
\~german okw.core.EN ist die englische Implementation von OKW.
EN() - Constructor for class okw.core.EN
 
EndTest() - Method in class okw.core.Core
\copydoc IOKW_State::EndTest()
EndTest() - Static method in class okw.core.EN
\copydoc IOKW_State::EndTest()
EndTest() - Method in interface okw.core.IOKW_State
\~german Signalisiert das Ende eines Testfalls.
EndTest() - Method in class okw.core.NOK
\copydoc IOKW_State::EndTest()
EndTest() - Method in class okw.core.OK
\copydoc IOKW_State::EndTest()
ENVVAL - Static variable in class okw.parser.antlr4.OKW_Lexer
 
ENVVAL - Static variable in class okw.parser.antlr4.OKW_Parser
 
ENVVAL() - Method in class okw.parser.antlr4.OKW_Parser.EnvvalueContext
 
envvalue() - Method in class okw.parser.antlr4.OKW_Parser
 
envvalue() - Method in class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
EnvvalueContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.EnvvalueContext
 
exists(String) - Method in class okw.OKW_Memorize_Sngltn
\~german Prüft ob es eine Eintrag zum Schlüssel _fpsKey_ vorhanden ist.

F

FILE_OKW_CONST_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_CONST_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_CONST_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FILE_OKW_DOCU_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_DOCU_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_DOCU_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FILE_OKW_IMPLEMENTATIONMATRIX_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_IMPLEMENTATIONMATRIX_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_IMPLEMENTATIONMATRIX_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FILE_OKW_INI_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_INI_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_INI_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FILE_OKW_KEYMAPS_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_KEYMAPS_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_KEYMAPS_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FILE_OKW_MEMORIZE_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FILE_OKW_MEMORIZE_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FILE_OKW_MEMORIZE_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FileDelete(String) - Method in class okw.core.Core
\copydoc IOKW_State::FileDelete(String)
FileDelete(String) - Method in interface okw.core.IOKW_State
\~german Löscht die gegebene Datei.
FileDelete(String) - Method in class okw.core.NOK
\copydoc IOKW_State::FileDelete(String)
FileDelete(String) - Method in class okw.core.OK
\copydoc IOKW_State::FileDelete(String)
fileExists(String) - Static method in class okw.OKW_FileHelper
 
FileProperties - Variable in class okw.OKW_Properties
\~german Liste der einzubindenen *.properties-Dateien.
FOLDER_LOGMESSAGES - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FOLDER_LOGMESSAGES - Static variable in class okw.parser.antlr4.OKW_Parser
 
FOLDER_LOGMESSAGES() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FOLDER_XML - Static variable in class okw.parser.antlr4.OKW_Lexer
 
FOLDER_XML - Static variable in class okw.parser.antlr4.OKW_Parser
 
FOLDER_XML() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
FrameObjectDictionary_Sngltn - Class in okw
\~german Verwaltet zentral die Frame-Klassen: Instanziert Frame-Klassen zu Frame-Objekten und liefert die Referenzen auf diese zurück.

G

get(String) - Method in class okw.OKW_Memorize_Sngltn
\~german Holt den Aktuellen Wert eines Schlüssels.
getAllChildFNsOfParent(String) - Method in class okw.core.OKW_CurrentObject_Sngltn
 
getAllChildKeysOfParent(String) - Method in class okw.FrameObjectDictionary_Sngltn
\~english \~german Methode Ermittelt alle FN´s der Kinder des gegebene Fensters (Parent).
_Hinweis:_ Methode filtert alle FNs aus myFarmeObjectDictionary heraus, die mit FN_Parent Anfangen.
D.h.
getATN() - Method in class okw.parser.antlr4.OKW_Lexer
 
getATN() - Method in class okw.parser.antlr4.OKW_Parser
 
getCaption() - Method in class okw.gui.AnyChildwindow
 
getCaption() - Method in class okw.gui.AnyWindow
\~german Ermittelt die Caption/Überschrift des aktuellen Objektes.
getCaption() - Method in interface okw.gui.IGUIChildwindow
 
getCaption() - Method in interface okw.gui.IGUIWindow
 
getChannelNames() - Method in class okw.parser.antlr4.OKW_Lexer
 
getChildFN() - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ermittelt den FN des des aktuellen Kind-Objektes.
getChildObjectByName(String, String) - Method in class okw.FrameObjectDictionary_Sngltn
\~german \brief Die Methode liefert das Objekt des gegebenen Kindobjekttests zurück.
getClasses(String) - Static method in class okw.OKW_GetJavaClass
 
getClassPaths(String) - Static method in class okw.OKW_GetJavaClass
\~german Ermittel alle Class-Paths einer
GetConst4Internalname(String) - Method in class okw.OKW_Const_Sngltn
\~german Methode ermittelt für __Internalname__ und der aktuell eingestellten Sprache den Wert für __Const__.
getCurrentObject() - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Liefert die Referenz zum aktuellen Frame-Object.
getDebugMode() - Method in class okw.log.Logger_Sngltn
 
getExists() - Method in class okw.gui.AnyChildwindow
\~german Prüft die Existenz des aktuellen Objektes.
getExists() - Method in class okw.gui.AnyWinBase
\~german Prüft die Existenz des aktuellen Objektes.
getExists() - Method in class okw.gui.AnyWindow
\~german Prüft die Existenz des aktuellen Objektes.
getExists() - Method in interface okw.gui.IGUIChildwindow
 
getExists() - Method in interface okw.gui.IGUIWindow
 
getFile_OKW_Const_xml() - Method in class okw.OKW_Enviroment
 
getFile_OKW_Docu_xml() - Method in class okw.OKW_Enviroment
 
getFile_OKW_ImplementationMatrix_xml() - Method in class okw.OKW_Enviroment
 
getFile_OKW_Ini_xml() - Method in class okw.OKW_Enviroment
 
getFile_OKW_Keymaps_xml() - Method in class okw.OKW_Enviroment
 
getFile_OKW_Memorize_xml() - Method in class okw.OKW_Enviroment
 
getFN() - Method in interface okw.core.IOKW_FN
 
getFN() - Method in class okw.gui.AnyWinBase
\~german Holt den funktionalen Name dws GUI-Objektes.
getFolder_LogMessages() - Method in class okw.OKW_Enviroment
 
getFolder_XML() - Method in class okw.OKW_Enviroment
 
getGrammarFileName() - Method in class okw.parser.antlr4.OKW_Lexer
 
getGrammarFileName() - Method in class okw.parser.antlr4.OKW_Parser
 
getHasFocus() - Method in class okw.gui.AnyChildwindow
 
getHasFocus() - Method in interface okw.gui.IGUIChildwindow
 
getInstance() - Static method in class okw.core.OKW_CurrentObject_Sngltn
 
getInstance() - Static method in class okw.FrameObjectDictionary_Sngltn
 
getInstance() - Static method in class okw.log.Logger_Sngltn
\~german Zentrale Logger-Klasse stellt Logger-Methoden innerhalb von OKW zur Verfügung.
getInstance() - Static method in class okw.OKW_Const_Sngltn
\~german Holt die einzige Instanz dieser Klasse.
Die Instanz dieser Klasse.
getInstance() - Static method in class okw.OKW_Ini_Sngltn
 
getInstance() - Static method in class okw.OKW_Memorize_Sngltn
\~german Diese Methode gibt die einzige Instanz dieser Klasse zurück.
getInstance() - Static method in class okw.OKWLanguage
 
getIsActive() - Method in class okw.gui.AnyChildwindow
 
getIsActive() - Method in class okw.gui.AnyWindow
\~german Ermittelt ob das aktuelle Objekt aktiv ist.
getIsActive() - Method in interface okw.gui.IGUIChildwindow
 
getIsActive() - Method in interface okw.gui.IGUIWindow
 
getKN() - Method in interface okw.core.IOKW_FN
 
getKN() - Method in class okw.gui.AnyWinBase
\~german Setzten des Objekt KN.
getLabel() - Method in class okw.gui.AnyChildwindow
 
getLabel() - Method in interface okw.gui.IGUIChildwindow
 
getLanguage() - Method in class okw.OKW_CustomSettings
 
getLanguage() - Method in class okw.OKWLanguage
 
getLeftFromDelimiterNumber(String, String, Integer) - Static method in class okw.OKW_Helper
 
getListOfClasses(String) - Static method in class okw.OKW_GetJavaClass
\~german Methode erstellt eine Liste aller Klassen eines Namesraumes, die in der aktuell ausgeführten Assambly definiert sind.
getListOfOKWGuiClasses() - Static method in class okw.FrameObjectDictionary_Sngltn
\~german \brief Methode erstellt eine Liste aller OKWGUI-Rahmenklassen (Frame class), die in der aktuell ausgeführten Assambly definiert sind.
getLocator() - Method in class okw.gui.AnyWinBase
\~german Holt den vollständig (rekursiv) aufgelösten (z.B.
getLOCATOR() - Method in class okw.gui.AnyWinBase
\~german Holt die Refrenz auf den (OKWLocator) den Locator selbst.
getLocator() - Method in class okw.gui.OKWLocator
\~german Holt den vollständig (rekursiv) aufgelösten (z.B.
getMaxCount() - Method in class okw.OKW_TimeOut
Anzahl der berechnetten Zyklen.
getMaxLength() - Method in class okw.gui.AnyChildwindow
 
getMaxLength() - Method in interface okw.gui.IGUIChildwindow
 
GetMessage(String, String) - Method in class okw.LogMessenger
\~german Holt die Log-Meldung für MethodeNmae/Textkey ohne weitere Parameter.
GetMessage(String, String, Object) - Method in class okw.LogMessenger
\~german Holt die Log-Meldung für MethodeNmae/Textkey und einem Parameter.
GetMessage(String, String, Object, Object) - Method in class okw.LogMessenger
\~german Holt die Log-Meldung für MethodeNmae/Textkey und einem Parameter.
GetMessage(String, String, Object, Object, Object) - Method in class okw.LogMessenger
\~german \brief Holt die Log-Meldung für MethodeNmae/Textkey und drei Parameter.
getModeNames() - Method in class okw.parser.antlr4.OKW_Lexer
 
getObjectFN() - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ermittelt den ObjektNamen des aktuellen Objektes.
getOKW(String) - Method in class okw.FrameObjectDictionary_Sngltn
\~german Holt für einen GUI-Object die angehängte Annotation
GetOKWConst4Internalname(String) - Method in class okw.OKW_Const_Sngltn
\~german Methode ermittelt für __Internalname__ und der aktuell eingestellten Sprache den Wert für __OKWConst__.
getParentFN() - Method in interface okw.core.IOKW_FN
 
getParentFN() - Method in class okw.gui.AnyWinBase
\~german Setzten des Parent-Objekt FN.
getParentObjectByName(String) - Method in class okw.FrameObjectDictionary_Sngltn
\~german Die Methode liefert das Frame-Object des gegebenen FN eines Fensterobjektes zurück.
getPathSep() - Method in class okw.OKW_CustomSettings
 
getPlaceholder() - Method in class okw.gui.AnyChildwindow
 
getPlaceholder() - Method in interface okw.gui.IGUIChildwindow
 
getPT() - Method in class okw.OKW_TimeOut
Wartezeit zwischen zwei Pollings in [ms]
getRightFromDelimiterNumber(String, String, Integer) - Static method in class okw.OKW_Helper
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.EnvvalueContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.KeyvalueContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
getRuleIndex() - Method in class okw.parser.antlr4.OKW_Parser.TextContext
 
getRuleNames() - Method in class okw.parser.antlr4.OKW_Lexer
 
getRuleNames() - Method in class okw.parser.antlr4.OKW_Parser
 
getSerializedATN() - Method in class okw.parser.antlr4.OKW_Lexer
 
getSerializedATN() - Method in class okw.parser.antlr4.OKW_Parser
 
getTextContentAsList(String) - Method in class okw.OKW_XmlReader
 
getTextContentSingleValue(String) - Method in class okw.OKW_XmlReader
 
getTimeOutExists() - Method in class okw.OKW_CustomSettings
 
getTimeOutNotExists() - Method in class okw.OKW_CustomSettings
 
getTimeOutNotExists(Integer) - Method in class okw.OKW_CustomSettings
 
getTO() - Method in class okw.OKW_TimeOut
Timeout Zeit in [s].
getTokenNames() - Method in class okw.parser.antlr4.OKW_Lexer
Deprecated.
getTokenNames() - Method in class okw.parser.antlr4.OKW_Parser
Deprecated.
getTooltip() - Method in class okw.gui.AnyChildwindow
 
getTooltip() - Method in interface okw.gui.IGUIChildwindow
 
getValue() - Method in class okw.gui.AnyChildwindow
 
getValue() - Method in interface okw.gui.IGUIChildwindow
 
getVocabulary() - Method in class okw.parser.antlr4.OKW_Lexer
 
getVocabulary() - Method in class okw.parser.antlr4.OKW_Parser
 
getWindowFN() - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ermittelt den FN des des aktuellen Fenster-Objektes.
getXMLFile() - Method in class okw.OKW_XmlReader
 

I

IGUIChildwindow - Interface in okw.gui
 
IGUIWindow - Interface in okw.gui
 
ILogger - Interface in okw.log
Debug Logs are not a part of Interface.
Init() - Static method in class okw.core.Core
 
init() - Static method in class okw.core.OKW_CurrentObject_Sngltn
\~german Führt die Initialisierung der Klasse durch: Es werden alle Felder der Klasse auf einen definierten Anfangszustand zurükgesetzt; \~english Running the initializing of the class: There are all fields of the class set to a defined initial state.
init() - Static method in class okw.FrameObjectDictionary_Sngltn
\~german \brief Methode initialisiert diese Klasse.
init() - Static method in class okw.log.Logger_Sngltn
 
Init() - Method in class okw.OKW_Ini_Sngltn
 
init() - Method in class okw.OKW_Memorize_Sngltn
\~german Initialsiert die Klasse OKW.OKW_Memorize Die Initialisierung der Klasse OKW.OKW_Ini läuft wie folgt ab: /startuml{OKW_Memorize_de.png} start :Lösche alle Werte im Speicher (**_Value**); :Hole Pfad und Dateiname\naus der **OKW_Ini.xml**; if (Ist Pfad und Dateiname\n für\n **OWK_Memorize.xml**\n gegeben?) then (ja) if (Ist die gegebene Datei\n vorhanden?) then (ja) :this.Read()> else (nein) :Gebe eine Warnung aus ; endif else(nein) :Gebe eine Warnung: **'OKW_Memorize'** ist nicht gesetzt!; endif stop /enduml \~english \~ \author Zoltán Hrabovszki \date 2013.11.28
IOKW_FN - Interface in okw.core
 
IOKW_State - Interface in okw.core
\~german IOKW_State ist die Schnittstelle der OKW-Klasse.
isDirectoryEmpty(String) - Static method in class okw.OKW_FileHelper
\~german \brief Diese Methode prüft, ob das angegebene Vrzeicniss leer ist.
isStringNullOrEmpty(String) - Static method in class okw.OKW_Helper
\~german Prüft ob der gegeben String `fpsStrin` `null` oder leer ("") ist.

K

KEYPREFIX - Static variable in class okw.parser.antlr4.OKW_Lexer
 
KEYPREFIX - Static variable in class okw.parser.antlr4.OKW_Parser
 
KEYPREFIX() - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
KEYVALUE - Static variable in class okw.parser.antlr4.OKW_Lexer
 
KEYVALUE - Static variable in class okw.parser.antlr4.OKW_Parser
 
keyvalue() - Method in class okw.parser.antlr4.OKW_Parser
 
KEYVALUE() - Method in class okw.parser.antlr4.OKW_Parser.KeyvalueContext
 
keyvalue() - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
KeyvalueContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.KeyvalueContext
 
KLAMMER_MODE - Static variable in class okw.parser.antlr4.OKW_Lexer
 
KLAMMERAUF - Static variable in class okw.parser.antlr4.OKW_Lexer
 
KLAMMERAUF - Static variable in class okw.parser.antlr4.OKW_Parser
 
KLAMMERAUF() - Method in class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
KLAMMERAUF() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
KLAMMERAUF() - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
KLAMMERZU - Static variable in class okw.parser.antlr4.OKW_Lexer
 
KLAMMERZU - Static variable in class okw.parser.antlr4.OKW_Parser
 
KLAMMERZU() - Method in class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
KLAMMERZU() - Method in class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
KLAMMERZU() - Method in class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 

L

LevenshteinDistance(String, String) - Static method in class okw.core.Matcher
 
LevenshteinMatch(String, String, int) - Static method in class okw.core.Matcher
 
LevenshteinMatch(ArrayList<String>, ArrayList<String>, int) - Static method in class okw.core.Matcher
 
loadClass(String) - Static method in class okw.OKW_GetJavaClass
 
Log2Console - Class in okw.log
\~german Klasse zur Ausgabe in die System.out.
Log2Console() - Constructor for class okw.log.Log2Console
 
LogAll() - Method in class okw.OKW_Ini_Sngltn
 
LogCaption(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogCaption(String)
LogCaption(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogCaption(String)
LogCaption(String) - Method in interface okw.core.IOKW_State
\~german Gibt die \ref refCaption eines GUI-Objektes in den Testergebnissen aus.
LogCaption(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogCaption(String)
LogCaption(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogCaption(String)
LogCaption() - Method in class okw.gui.AnyChildwindow
 
LogCaption() - Method in interface okw.gui.IGUIChildwindow
 
LogError(String) - Method in interface okw.log.ILogger
LogError: Logs an error message to the result.
LogError(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogError(String)
LogError(String) - Method in class okw.log.Logger_Sngltn
\brief LogError Function: Logs an error message to the results file.
LogException(String) - Method in interface okw.log.ILogger
LogException: Logs an exception to the results.
LogException(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogException(String)
LogException(String) - Method in class okw.log.Logger_Sngltn
\brief LogException Function: Logs a Script Exception to the results file.
LogExists(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogExists(String)
LogExists(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogExists(String)
LogExists(String) - Method in interface okw.core.IOKW_State
\~german Gibt die Existenz eines GUI-Objektes mit YES/NO in den Testergebnissen aus.
LogExists(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogExists(String)
LogExists(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogExists(String)
LogExists() - Method in class okw.gui.AnyChildwindow
 
LogExists() - Method in interface okw.gui.IGUIChildwindow
 
LogFunctionEnd() - Method in interface okw.log.ILogger
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
LogFunctionEnd(Boolean) - Method in interface okw.log.ILogger
LogFunctionEnd(Boolean): @todo TODO: Add description to LogFunctionEnd(Boolean).
LogFunctionEnd(String) - Method in interface okw.log.ILogger
LogFunctionEnd(String): @todo TODO: Add description to LogFunctionEnd(String).
LogFunctionEnd(List<String>) - Method in interface okw.log.ILogger
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
LogFunctionEnd() - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEnd()
LogFunctionEnd(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEnd(String)
LogFunctionEnd(Boolean) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEnd(Boolean)
LogFunctionEnd(List<String>) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEnd(List)
LogFunctionEnd(String) - Method in class okw.log.Logger_Sngltn
 
LogFunctionEnd(Boolean) - Method in class okw.log.Logger_Sngltn
 
LogFunctionEnd(List<String>) - Method in class okw.log.Logger_Sngltn
 
LogFunctionEnd() - Method in class okw.log.Logger_Sngltn
 
LogFunctionEndDebug() - Method in class okw.gui.AnyWinBase
\~german Methode ruft die Methode Logger.Instance.LogFunctionEndDebug() auf.
LogFunctionEndDebug(String) - Method in class okw.gui.AnyWinBase
\~german \brief Diese Methode ruft die Methode Logger.Instance.LogFunctionEndDebug(string) auf.
LogFunctionEndDebug(Boolean) - Method in class okw.gui.AnyWinBase
\~german Diese Methode ruft die Methode Logger.Instance.LogFunctionEndDebug(bool) auf.
LogFunctionEndDebug(ArrayList<String>) - Method in class okw.gui.AnyWinBase
\~german Diese Methode ruft die Methode Logger.Instance.LogFunctionEndDebug(ArrayList<string>) auf.
LogFunctionEndDebug() - Method in interface okw.log.ILogger
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
LogFunctionEndDebug(Boolean) - Method in interface okw.log.ILogger
LogFunctionEndDebug(Boolean): @todo TODO: Add description to LogFunctionEndDebug(Boolean).
LogFunctionEndDebug(String) - Method in interface okw.log.ILogger
LogFunctionEndDebug(String): @todo TODO: Add description to LogFunctionEndDebug(String).
LogFunctionEndDebug(List<String>) - Method in interface okw.log.ILogger
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
LogFunctionEndDebug() - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEndDebug()
LogFunctionEndDebug(Boolean) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEndDebug(Boolean)
LogFunctionEndDebug(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEndDebug(String)
LogFunctionEndDebug(List<String>) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionEndDebug(List)
LogFunctionEndDebug() - Method in class okw.log.Logger_Sngltn
 
LogFunctionEndDebug(String) - Method in class okw.log.Logger_Sngltn
 
LogFunctionEndDebug(List<String>) - Method in class okw.log.Logger_Sngltn
 
LogFunctionEndDebug(Boolean) - Method in class okw.log.Logger_Sngltn
 
LogFunctionStart(String, String...) - Method in interface okw.log.ILogger
LogFunctionStart: @todo TODO: Add description to LogFunctionStart.
LogFunctionStart(String, String...) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionStart(String,String...)
LogFunctionStart(String, String...) - Method in class okw.log.Logger_Sngltn
 
LogFunctionStartDebug(String) - Method in class okw.gui.AnyWinBase
 
LogFunctionStartDebug(String, String, String) - Method in class okw.gui.AnyWinBase
\~german \brief Methode ruft die Methode Logger.Instance.LogFunctionStartDebug(string,string,string), erweitert den gegebenen Methodenname in fps_FunctionName mit this.GetType().FullName um den Klassenbezeichner.
LogFunctionStartDebug(String, String...) - Method in interface okw.log.ILogger
LogFunctionStartDebug: @todo TODO: Add description to LogFunctionStartDebug.
LogFunctionStartDebug(String, String...) - Method in class okw.log.Log2Console
\copydoc ILogger::LogFunctionStartDebug(String,String...)
LogFunctionStartDebug(String, String...) - Method in class okw.log.Logger_Sngltn
 
Logger_Sngltn - Class in okw.log
\~german
LogHasFocus(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogHasFocus(String)
LogHasFocus(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogHasFocus(String)
LogHasFocus(String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den Fokus-Status des gegebenen Objekts.
LogHasFocus(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogHasFocus(String)
LogHasFocus(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogHasFocus(String)
LogHasFocus() - Method in class okw.gui.AnyChildwindow
 
LogHasFocus() - Method in interface okw.gui.IGUIChildwindow
 
LogIsActive(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogIsActive(String)
LogIsActive(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogIsActive(String)
LogIsActive(String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den Status des gegebenen Objekts.
LogIsActive(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogIsActive(String)
LogIsActive(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogIsActive(String)
LogIsActive() - Method in class okw.gui.AnyChildwindow
 
LogIsActive() - Method in interface okw.gui.IGUIChildwindow
 
LogKeyWordEnd() - Method in interface okw.log.ILogger
LogKeyWordEnd: @todo TODO: Add description to LogKeyWordEnd \~
LogKeyWordEnd() - Method in class okw.log.Log2Console
\copydoc ILogger::LogKeyWordEnd()
LogKeyWordEnd() - Method in class okw.log.Logger_Sngltn
 
LogKeyWordStart(String, String...) - Method in interface okw.log.ILogger
LogKeyWordStart: @todo TODO: Add description to LogKeyWordStart
LogKeyWordStart(String, String...) - Method in class okw.log.Log2Console
\copydoc ILogger::LogKeyWordStart(String,String...)
LogKeyWordStart(String, String...) - Method in class okw.log.Logger_Sngltn
\~german \brief Ausgabe eines Schlüsselwortes \todo TODO: Ausführliche Beschreibung \param Parameterbezeichner \todo TODO: Beschreibung \return \~english \brief \todo TODO: Brief Description.
LogLabel(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogLabel(String)
LogLabel(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogLabel(String)
LogLabel(String) - Method in interface okw.core.IOKW_State
\~german Gibt den Wert des Etikette/Label in der Logdatei aus.
LogLabel(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogLabel(String)
LogLabel(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogLabel(String)
LogLabel() - Method in class okw.gui.AnyChildwindow
 
LogLabel() - Method in interface okw.gui.IGUIChildwindow
 
LogMessenger - Class in okw
\~german LogMessenger liest Log-Meldungen sprachspezifisch für die im Konstruktor gegeben Klasse aus der Zugehörigen XML-Datei.
LogMessenger(String) - Constructor for class okw.LogMessenger
\~german -# Speichern des Klassennamens.
LogObjectData() - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Methode gibt alle wichtigen Informationen zum aktuellen Objekt aus.
LogPass(String) - Method in interface okw.log.ILogger
LogPass: Logs an error message to the result.
LogPass(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogPass(String)
LogPass(String) - Method in class okw.log.Logger_Sngltn
\brief LogPass: Logs an passes-message to the result.
LogPlaceholder(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogPlaceholder(String)
LogPlaceholder(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogPlaceholder(String)
LogPlaceholder(String) - Method in interface okw.core.IOKW_State
\~german Gibt den Wert des Platzhalters in der Logdatei aus.
LogPlaceholder(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogPlaceholder(String)
LogPlaceholder(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogPlaceholder(String)
LogPlaceholder() - Method in class okw.gui.AnyChildwindow
 
LogPlaceholder() - Method in interface okw.gui.IGUIChildwindow
 
LogPrint(String) - Method in interface okw.log.ILogger
LogPrint: Prints the given message to the results.
LogPrint(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogPrint(String)
LogPrint(String) - Method in class okw.log.Logger_Sngltn
\brief LogPrint Function: Prints the values of expressions to the results file.
LogPrintDebug(String) - Method in interface okw.log.ILogger
LogPrintDebug: @todo TODO: Add description to LogPrintDebug.
LogPrintDebug(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogPrintDebug(String)
LogPrintDebug(String) - Method in class okw.log.Logger_Sngltn
\~german \brief Loggt eine Nachricht Die Nachricht fpsMessage wird im Ergebniss ausgegeben.
LogSelected(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogSelected(String)
LogSelected(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogSelected(String)
LogSelected(String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den markierten Text des gegebenen Objekts.
LogSelected(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogSelected(String)
LogSelected(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogSelected(String)
LogSelected() - Method in class okw.gui.AnyChildwindow
 
LogSelected() - Method in interface okw.gui.IGUIChildwindow
 
LogSequenceEnd() - Method in interface okw.log.ILogger
LogSequenceEnd: @todo TODO: Add description to LogSequenceEnd.
LogSequenceEnd() - Method in class okw.log.Log2Console
\copydoc ILogger::LogSequenceEnd()
LogSequenceEnd() - Method in class okw.log.Logger_Sngltn
 
LogSequenceStart(String, String, String, String...) - Method in interface okw.log.ILogger
LogSequenceStart: Begin of a Sequence.
LogSequenceStart(String, String, String, String...) - Method in class okw.log.Log2Console
\copydoc ILogger::LogSequenceStart(String,String,String,String...)
LogSequenceStart(String, String, String, String...) - Method in class okw.log.Logger_Sngltn
 
LogTablecellValue(String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::LogTablecellValue(String,String,String)
LogTablecellValue(String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogTablecellValue(String,String,String)
LogTablecellValue(String, String, String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den Wert der ausgewählten Zelle.
LogTablecellValue(String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogTablecellValue(String,String,String)
LogTablecellValue(String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::LogTablecellValue(String,String,String)
LogTablecellValue(String, String) - Method in class okw.gui.AnyChildwindow
 
LogTablecellValue(String, String) - Method in interface okw.gui.IGUIChildwindow
 
LogTestcaseEnd() - Method in interface okw.log.ILogger
LogTestcaseEnd: @todo TODO: Add description to LogTestcaseEnd \~
LogTestcaseEnd() - Method in class okw.log.Log2Console
\copydoc ILogger::LogTestcaseEnd()
LogTestcaseEnd() - Method in class okw.log.Logger_Sngltn
 
LogTestcaseStart(String) - Method in interface okw.log.ILogger
LogTestcaseStart: @todo TODO: Add description to LogTestcaseStart
LogTestcaseStart(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogTestcaseStart(String)
LogTestcaseStart(String) - Method in class okw.log.Logger_Sngltn
\~german \brief Ausgabe des Testfalls \todo TODO: Ausführliche Beschreibung \param Parameterbezeichner \todo TODO: Beschreibung \return \~english \brief \todo TODO: Brief Description.
LogTooltip(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogTooltip(String)
LogTooltip(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogTooltip(String)
LogTooltip(String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert die Kurzinfo zu einem Werkzeug des gegebenen Objekts.
LogTooltip(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogTooltip(String)
LogTooltip(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogTooltip(String)
LogTooltip() - Method in class okw.gui.AnyChildwindow
 
LogTooltip() - Method in interface okw.gui.IGUIChildwindow
 
LogValue(String) - Method in class okw.core.Core
\copydoc IOKW_State::LogValue(String)
LogValue(String) - Static method in class okw.core.EN
\copydoc IOKW_State::LogValue(String)
LogValue(String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den Standartwert eines Objekts.
LogValue(String) - Method in class okw.core.NOK
\copydoc IOKW_State::LogValue(String)
LogValue(String) - Method in class okw.core.OK
\copydoc IOKW_State::LogValue(String)
LogValue() - Method in class okw.gui.AnyChildwindow
 
LogValue() - Method in interface okw.gui.IGUIChildwindow
 
LogWarning(String) - Method in interface okw.log.ILogger
LogWarning: Logs an error message to the result.
LogWarning(String) - Method in class okw.log.Log2Console
\copydoc ILogger::LogWarning(String)
LogWarning(String) - Method in class okw.log.Logger_Sngltn
\brief LogWarning Function: Logs a warning to the results file.

M

main(String[]) - Static method in class okw.Copy
 
Matcher - Class in okw.core
 
Matcher() - Constructor for class okw.core.Matcher
 
matchStrIgnoreCase(String, String) - Static method in class okw.OKW_Helper
 
matchString(String, String) - Static method in class okw.OKW_Helper
 
MemorizeCaption(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeCaption(String,String)
MemorizeCaption(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeCaption(String,String)
MemorizeCaption(String, String) - Method in interface okw.core.IOKW_State
\~german Keine Beschreibung zu "MemorizeCaption" verfügbar
MemorizeCaption(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeCaption(String,String)
MemorizeCaption(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeCaption(String,String)
MemorizeCaption() - Method in class okw.gui.AnyChildwindow
 
MemorizeCaption() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeExists(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeExists(String,String)
MemorizeExists(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeExists(String,String)
MemorizeExists(String, String) - Method in interface okw.core.IOKW_State
\~german Merkt sich den aktuell existierenden Zustand des Objekts.
MemorizeExists(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeExists(String,String)
MemorizeExists(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeExists(String,String)
MemorizeExists() - Method in class okw.gui.AnyChildwindow
 
MemorizeExists() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeHasFocus(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeHasFocus(String,String)
MemorizeHasFocus(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeHasFocus(String,String)
MemorizeHasFocus(String, String) - Method in interface okw.core.IOKW_State
\~german Keine Beschreibung zu "MemorizeHasFocus" verfügbar
MemorizeHasFocus(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeHasFocus(String,String)
MemorizeHasFocus(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeHasFocus(String,String)
MemorizeHasFocus() - Method in class okw.gui.AnyChildwindow
 
MemorizeHasFocus() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeIsActive(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeIsActive(String,String)
MemorizeIsActive(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeIsActive(String,String)
MemorizeIsActive(String, String) - Method in interface okw.core.IOKW_State
\~german Merkt sich den Zustand des gegebenen Objekts.
MemorizeIsActive(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeIsActive(String,String)
MemorizeIsActive(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeIsActive(String,String)
MemorizeIsActive() - Method in class okw.gui.AnyChildwindow
 
MemorizeIsActive() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeLabel(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizeLabel(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizeLabel(String, String) - Method in interface okw.core.IOKW_State
\~german Speirchert den aktuellen Wert der Etikette, und legt diesen unter fpsMemKeyName ab.
MemorizeLabel(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizeLabel(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizeLabel() - Method in class okw.gui.AnyChildwindow
 
MemorizeLabel() - Method in interface okw.gui.IGUIChildwindow
 
MemorizePlaceholder(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizePlaceholder(String,String)
MemorizePlaceholder(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizePlaceholder(String, String) - Method in interface okw.core.IOKW_State
\~german Speirchert den aktuellen Wert der Platzhalters, und legt diesen unter fpsMemKeyName ab.
MemorizePlaceholder(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizePlaceholder(String,String)
MemorizePlaceholder(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizePlaceholder(String,String)
MemorizePlaceholder() - Method in class okw.gui.AnyChildwindow
 
MemorizePlaceholder() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeSelectedValue(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeSelectedValue(String,String)
MemorizeSelectedValue(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeSelectedValue(String,String)
MemorizeSelectedValue(String, String) - Method in interface okw.core.IOKW_State
\~german Keine Beschreibung zu "MemorizeSelectedValue" verfügbar
MemorizeSelectedValue(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeSelectedValue(String,String)
MemorizeSelectedValue(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeSelectedValue(String,String)
MemorizeSelectedValue() - Method in class okw.gui.AnyChildwindow
 
MemorizeSelectedValue() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeTablecellValue(String, String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeTablecellValue(String,String,String,String)
MemorizeTablecellValue(String, String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeTablecellValue(String,String,String,String)
MemorizeTablecellValue(String, String, String, String) - Method in interface okw.core.IOKW_State
\~german Merkt sich den Wert der gegebenen Zelle in der Tabelle.
MemorizeTablecellValue(String, String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeTablecellValue(String,String,String,String)
MemorizeTablecellValue(String, String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeTablecellValue(String,String,String,String) throws Exception
MemorizeTablecellValue(String, String) - Method in class okw.gui.AnyChildwindow
 
MemorizeTablecellValue(String, String) - Method in interface okw.gui.IGUIChildwindow
 
MemorizeTooltip(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeTooltip(String,String)
MemorizeTooltip(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeTooltip(String,String)
MemorizeTooltip(String, String) - Method in interface okw.core.IOKW_State
\~german Dokumentiert den Tooltip-Text (Kurzinformation) des gegebenen Objekts.
MemorizeTooltip(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeTooltip(String,String)
MemorizeTooltip(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeTooltip(String,String)
MemorizeTooltip() - Method in class okw.gui.AnyChildwindow
 
MemorizeTooltip() - Method in interface okw.gui.IGUIChildwindow
 
MemorizeValue(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::MemorizeValue(String,String)
MemorizeValue(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::MemorizeValue(String,String)
MemorizeValue(String, String) - Method in interface okw.core.IOKW_State
\~german Merkt sich den Standartwert eines Objekts.
MemorizeValue(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::MemorizeLabel(String,String)
MemorizeValue(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::MemorizeValue(String,String)
MemorizeValue() - Method in class okw.gui.AnyChildwindow
 
MemorizeValue() - Method in interface okw.gui.IGUIChildwindow
 
modeNames - Static variable in class okw.parser.antlr4.OKW_Lexer
 
move(String, String) - Static method in class okw.OKW_FileHelper
 
moveDirectory(String, String) - Static method in class okw.OKW_FileHelper
 
myAnnotationDictionary - Static variable in class okw.FrameObjectDictionary_Sngltn
 
MyDirectory() - Method in class okw.OKW_Ini_Sngltn
 
myFrameObjectDictionary - Static variable in class okw.FrameObjectDictionary_Sngltn
 

N

NOK - Class in okw.core
\~german Klasse NOK representiert den Core Zustand __NOK__ im Ausführungs-Modus.
NOK(Core) - Constructor for class okw.core.NOK
\~german Diese Klasser repräsentiert den Zustand "Not OK".

O

OK - Class in okw.core
\~german Klasse OK representiert den Core Zustand OK.
OK(Core) - Constructor for class okw.core.OK
\~german Klasse representiert den Zustand "OK" des OKW-Kerns im Ausführungsmodus.
okw - package okw
 
OKW - Annotation Type in okw
\~german Annotations-Klasses für die Zuordnung von -# der \ref refFN -s -# Wartezeiten für die Verify* -Schlüsselwörter -# Wartezeiten für das *erscheinen* von GUI-Objekten.
okw.core - package okw.core
 
okw.exceptions - package okw.exceptions
 
okw.gui - package okw.gui
 
okw.log - package okw.log
 
okw.parser - package okw.parser
 
okw.parser.antlr4 - package okw.parser.antlr4
 
OKW_Const_Sngltn - Class in okw
\~german OKW_Const verwaltet die sprachabhängigen OKW-Konstanten.
OKW_Const_Sngltn() - Constructor for class okw.OKW_Const_Sngltn
\~german Privater Konstruktor ohne Parameter im Entwurfsmuster Singelton initialisiert die Klasse OKW_Const.
OKW_CurrentObject_Sngltn - Class in okw.core
\~german Diese Klasse verwaltet das aktuelle GUI-Objekt.
OKW_CustomSettings - Class in okw
 
OKW_CustomSettings() - Constructor for class okw.OKW_CustomSettings
 
OKW_CustomSettings - Variable in class okw.OKW_Ini_Sngltn
 
okw_env_var() - Method in class okw.parser.antlr4.OKW_Parser
 
okw_env_var() - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
okw_env_var(int) - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
Okw_env_varContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.Okw_env_varContext
 
OKW_Enviroment - Class in okw
 
OKW_Enviroment() - Constructor for class okw.OKW_Enviroment
 
OKW_Enviroment - Variable in class okw.OKW_Ini_Sngltn
 
OKW_FileHelper - Class in okw
\~german OKW_FileHelper enthält FilfsMethoden für die Handhabung von Dateien und Verzechnissen..
OKW_FileHelper() - Constructor for class okw.OKW_FileHelper
 
OKW_GetJavaClass - Class in okw
 
OKW_GetJavaClass() - Constructor for class okw.OKW_GetJavaClass
 
OKW_HandleException - Class in okw
 
OKW_HandleException() - Constructor for class okw.OKW_HandleException
 
OKW_Helper - Class in okw
 
OKW_Helper() - Constructor for class okw.OKW_Helper
 
OKW_Ini_Sngltn - Class in okw
 
OKW_Ini_Sngltn() - Constructor for class okw.OKW_Ini_Sngltn
 
okw_internal_var() - Method in class okw.parser.antlr4.OKW_Parser
 
okw_internal_var() - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
okw_internal_var(int) - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
Okw_internal_varContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.Okw_internal_varContext
 
OKW_Lexer - Class in okw.parser.antlr4
 
OKW_Lexer(CharStream) - Constructor for class okw.parser.antlr4.OKW_Lexer
 
OKW_Memorize_Sngltn - Class in okw
\~german OKW_Memorize ist die Speicher-Klasse hinter den Merke*-Schlüsselwörter.
OKW_Memorize_xml - Variable in class okw.OKW_Memorize_Sngltn
\~german Variable hält Pfad und Dateinamen der OKW_Memorize.xml.
OKW_Parser - Class in okw.parser.antlr4
 
OKW_Parser(TokenStream) - Constructor for class okw.parser.antlr4.OKW_Parser
 
OKW_Parser.EnvvalueContext - Class in okw.parser.antlr4
 
OKW_Parser.KeyvalueContext - Class in okw.parser.antlr4
 
OKW_Parser.Okw_env_varContext - Class in okw.parser.antlr4
 
OKW_Parser.Okw_internal_varContext - Class in okw.parser.antlr4
 
OKW_Parser.Okw_typekeyContext - Class in okw.parser.antlr4
 
OKW_Parser.RootContext - Class in okw.parser.antlr4
 
OKW_Parser.TextContext - Class in okw.parser.antlr4
 
OKW_ParserBaseVisitor<T> - Class in okw.parser.antlr4
This class provides an empty implementation of OKW_ParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
OKW_ParserBaseVisitor() - Constructor for class okw.parser.antlr4.OKW_ParserBaseVisitor
 
OKW_ParserVisitor<T> - Interface in okw.parser.antlr4
This interface defines a complete generic visitor for a parse tree produced by OKW_Parser.
OKW_Properties - Class in okw
\~german Reihenfolge der Resourcen-"Beladung" # Property Dateien aus den Resourcen laden -> Ziel: Default-Werte Key=Value aus *.jar-Datein laden.
OKW_Properties() - Constructor for class okw.OKW_Properties
 
OKW_TimeOut - Class in okw
 
OKW_TimeOut(Integer, Integer) - Constructor for class okw.OKW_TimeOut
 
okw_typekey() - Method in class okw.parser.antlr4.OKW_Parser
 
okw_typekey() - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
okw_typekey(int) - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
Okw_typekeyContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.Okw_typekeyContext
 
OKW_Visitor - Class in okw.parser
 
OKW_Visitor() - Constructor for class okw.parser.OKW_Visitor
 
OKW_XmlReader - Class in okw
 
OKW_XmlReader(String) - Constructor for class okw.OKW_XmlReader
 
OKWConst4InternalnameNotFoundException - Exception in okw.exceptions
 
OKWConst4InternalnameNotFoundException() - Constructor for exception okw.exceptions.OKWConst4InternalnameNotFoundException
 
OKWConst4InternalnameNotFoundException(String) - Constructor for exception okw.exceptions.OKWConst4InternalnameNotFoundException
 
OKWDirectoryDoesNotExistsException - Exception in okw.exceptions
 
OKWDirectoryDoesNotExistsException() - Constructor for exception okw.exceptions.OKWDirectoryDoesNotExistsException
 
OKWDirectoryDoesNotExistsException(String) - Constructor for exception okw.exceptions.OKWDirectoryDoesNotExistsException
 
OKWDirectorySeperatorNotImplementedException - Exception in okw.exceptions
 
OKWDirectorySeperatorNotImplementedException() - Constructor for exception okw.exceptions.OKWDirectorySeperatorNotImplementedException
 
OKWDirectorySeperatorNotImplementedException(String) - Constructor for exception okw.exceptions.OKWDirectorySeperatorNotImplementedException
 
OKWEnviromentVarNotSetException - Exception in okw.exceptions
 
OKWEnviromentVarNotSetException() - Constructor for exception okw.exceptions.OKWEnviromentVarNotSetException
 
OKWEnviromentVarNotSetException(String) - Constructor for exception okw.exceptions.OKWEnviromentVarNotSetException
 
OKWFileDoesNotExistsException - Exception in okw.exceptions
 
OKWFileDoesNotExistsException() - Constructor for exception okw.exceptions.OKWFileDoesNotExistsException
 
OKWFileDoesNotExistsException(String) - Constructor for exception okw.exceptions.OKWFileDoesNotExistsException
 
OKWFrameObjectChildNotFoundException - Exception in okw.exceptions
 
OKWFrameObjectChildNotFoundException() - Constructor for exception okw.exceptions.OKWFrameObjectChildNotFoundException
 
OKWFrameObjectChildNotFoundException(String) - Constructor for exception okw.exceptions.OKWFrameObjectChildNotFoundException
 
OKWFrameObjectDictionaryDuplicateFNException - Exception in okw.exceptions
 
OKWFrameObjectDictionaryDuplicateFNException() - Constructor for exception okw.exceptions.OKWFrameObjectDictionaryDuplicateFNException
 
OKWFrameObjectDictionaryDuplicateFNException(String) - Constructor for exception okw.exceptions.OKWFrameObjectDictionaryDuplicateFNException
 
OKWFrameObjectIllegalNameCharacterException - Exception in okw.exceptions
 
OKWFrameObjectIllegalNameCharacterException() - Constructor for exception okw.exceptions.OKWFrameObjectIllegalNameCharacterException
 
OKWFrameObjectIllegalNameCharacterException(String) - Constructor for exception okw.exceptions.OKWFrameObjectIllegalNameCharacterException
 
OKWFrameObjectMethodNotFoundException - Exception in okw.exceptions
 
OKWFrameObjectMethodNotFoundException() - Constructor for exception okw.exceptions.OKWFrameObjectMethodNotFoundException
 
OKWFrameObjectMethodNotFoundException(String) - Constructor for exception okw.exceptions.OKWFrameObjectMethodNotFoundException
 
OKWFrameObjectMethodNotImplemented - Exception in okw.exceptions
\~german \brief Die Ausnahme OKWFrameObjectMethodNotImplemented wird ausgelöst, wenn im Frame Objekt eine gegebene Methode zwar vorhanden ist aber die Implementierung nur als Dummy-Methode in der Basis-Klasse angelegt ist.
OKWFrameObjectMethodNotImplemented() - Constructor for exception okw.exceptions.OKWFrameObjectMethodNotImplemented
 
OKWFrameObjectMethodNotImplemented(String) - Constructor for exception okw.exceptions.OKWFrameObjectMethodNotImplemented
 
OKWFrameObjectParentNotFoundException - Exception in okw.exceptions
 
OKWFrameObjectParentNotFoundException() - Constructor for exception okw.exceptions.OKWFrameObjectParentNotFoundException
 
OKWFrameObjectParentNotFoundException(String) - Constructor for exception okw.exceptions.OKWFrameObjectParentNotFoundException
 
OKWFrameObjectWindowNotSetException - Exception in okw.exceptions
 
OKWFrameObjectWindowNotSetException() - Constructor for exception okw.exceptions.OKWFrameObjectWindowNotSetException
 
OKWFrameObjectWindowNotSetException(String) - Constructor for exception okw.exceptions.OKWFrameObjectWindowNotSetException
 
OKWGUIException - Exception in okw.exceptions
 
OKWGUIException() - Constructor for exception okw.exceptions.OKWGUIException
 
OKWGUIException(String) - Constructor for exception okw.exceptions.OKWGUIException
 
OKWGUIObjectNotFoundException - Exception in okw.exceptions
 
OKWGUIObjectNotFoundException() - Constructor for exception okw.exceptions.OKWGUIObjectNotFoundException
 
OKWGUIObjectNotFoundException(String) - Constructor for exception okw.exceptions.OKWGUIObjectNotFoundException
 
OKWGUIObjectNotUniqueException - Exception in okw.exceptions
\~german Diese Ausnahme wird ausgelöst, wenn mehr als ein GUI-Objekt zum gegeben Lokator gefunden wird.
OKWGUIObjectNotUniqueException() - Constructor for exception okw.exceptions.OKWGUIObjectNotUniqueException
 
OKWGUIObjectNotUniqueException(String) - Constructor for exception okw.exceptions.OKWGUIObjectNotUniqueException
 
OKWLanguage - Class in okw
 
OKWLanguageNotImplemntedException - Exception in okw.exceptions
 
OKWLanguageNotImplemntedException() - Constructor for exception okw.exceptions.OKWLanguageNotImplemntedException
 
OKWLanguageNotImplemntedException(String) - Constructor for exception okw.exceptions.OKWLanguageNotImplemntedException
 
OKWLocator - Class in okw.gui
Description of OKWLocator.
OKWLocator(String, OKWLocator...) - Constructor for class okw.gui.OKWLocator
 
OKWMemorizeKeyNotExistsException - Exception in okw.exceptions
 
OKWMemorizeKeyNotExistsException() - Constructor for exception okw.exceptions.OKWMemorizeKeyNotExistsException
 
OKWMemorizeKeyNotExistsException(String) - Constructor for exception okw.exceptions.OKWMemorizeKeyNotExistsException
 
OKWMessageNotFoundException - Exception in okw.exceptions
 
OKWMessageNotFoundException() - Constructor for exception okw.exceptions.OKWMessageNotFoundException
 
OKWMessageNotFoundException(String) - Constructor for exception okw.exceptions.OKWMessageNotFoundException
 
OKWNotAllowedValueException - Exception in okw.exceptions
 
OKWNotAllowedValueException() - Constructor for exception okw.exceptions.OKWNotAllowedValueException
 
OKWNotAllowedValueException(String) - Constructor for exception okw.exceptions.OKWNotAllowedValueException
 
OKWNotAllowedValueException(String, Throwable) - Constructor for exception okw.exceptions.OKWNotAllowedValueException
 
OKWOnlySingleValueAllowedException - Exception in okw.exceptions
\~german OKWOnlySingleValueAllowedException-Ausnahme wird ausgelöst, wenn nur Wert erlaubt ist.
Beispiel:
EN.Select( "Geschlecht", "weiblich${SEP}männlich" ) - Ein Radiolist erlaubt naturgemäß nur die Auswahl eines einzigen Wertes.
OKWOnlySingleValueAllowedException() - Constructor for exception okw.exceptions.OKWOnlySingleValueAllowedException
 
OKWOnlySingleValueAllowedException(String) - Constructor for exception okw.exceptions.OKWOnlySingleValueAllowedException
 
OKWPathDoesNotExistException - Exception in okw.exceptions
 
OKWPathDoesNotExistException() - Constructor for exception okw.exceptions.OKWPathDoesNotExistException
 
OKWPathDoesNotExistException(String) - Constructor for exception okw.exceptions.OKWPathDoesNotExistException
 
OKWVerifyingFailsException - Exception in okw.exceptions
 
OKWVerifyingFailsException() - Constructor for exception okw.exceptions.OKWVerifyingFailsException
 
OKWVerifyingFailsException(String) - Constructor for exception okw.exceptions.OKWVerifyingFailsException
 

P

ParseMe(ArrayList<String>) - Static method in class okw.parser.Parser
 
ParseMe(String) - Static method in class okw.parser.Parser
 
Parser - Class in okw.parser
 
Parser() - Constructor for class okw.parser.Parser
 
printObjectDictionary() - Method in class okw.FrameObjectDictionary_Sngltn
 
PrintProperties() - Method in class okw.OKW_Properties
 

R

Read() - Method in class okw.OKW_Ini_Sngltn
 
RegexMatch(String, String) - Static method in class okw.core.Matcher
 
RegexMatch(ArrayList<String>, ArrayList<String>) - Static method in class okw.core.Matcher
 
removeBeginEndQuotations(String) - Static method in class okw.OKW_Helper
 
repeatString(char, Integer) - Static method in class okw.OKW_Helper
 
repeatString(String, Integer) - Static method in class okw.OKW_Helper
 
ResCloseList() - Method in interface okw.log.ILogger
ResCloseList: Closes the outline level.
ResCloseList() - Method in class okw.log.Log2Console
\copydoc ILogger::ResCloseList()
ResCloseList() - Method in class okw.log.Logger_Sngltn
\brief Closes a hierarchical level in the results file that was opened with ResOpenList.
ResCloseListDebug() - Method in interface okw.log.ILogger
ResCloseListDebug: @todo TODO: Add description to ResCloseListDebug.
ResCloseListDebug() - Method in class okw.log.Log2Console
\copydoc ILogger::ResCloseListDebug()
ResCloseListDebug() - Method in class okw.log.Logger_Sngltn
\brief Closes a hierarchical level in the results file that was opened with ResOpenList.
reset() - Method in interface okw.log.ILogger
Method resets .
reset() - Method in class okw.log.Log2Console
 
reset() - Method in class okw.log.Logger_Sngltn
\~german \brief Initialisi.
Reset() - Static method in class okw.OKW_Ini_Sngltn
 
reset() - Static method in class okw.OKW_Memorize_Sngltn
\~german Methode setzt diese Klasse zurück.
ResOpenList(String) - Method in interface okw.log.ILogger
LogFunctionStartDebug: Opens a debug outline level with the .
ResOpenList(String) - Method in class okw.log.Log2Console
\copydoc ILogger::ResOpenList(String)
ResOpenList(String) - Method in class okw.log.Logger_Sngltn
\brief Creates a new hierarchical level in the results file.
ResOpenListDebug(String) - Method in interface okw.log.ILogger
\~german Öffnet eine neue debug Ergenis-Ebene mit der gegebenen Überschrift.
ResOpenListDebug(String) - Method in class okw.log.Log2Console
\copydoc ILogger::ResOpenListDebug(String)
ResOpenListDebug(String) - Method in class okw.log.Logger_Sngltn
\~german \brief Erzeugt eine hierachische Log-Ebene in der Ergenbniss-Ausgabe.
ResoursesProperties - Variable in class okw.OKW_Properties
\~german Liste der einzubindenen *.properties Dateien, die aus dem Resourcen Verzeichniss.
root() - Method in class okw.parser.antlr4.OKW_Parser
 
RootContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.RootContext
 
RULE_envvalue - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_keyvalue - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_okw_env_var - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_okw_internal_var - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_okw_typekey - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_root - Static variable in class okw.parser.antlr4.OKW_Parser
 
RULE_text - Static variable in class okw.parser.antlr4.OKW_Parser
 
ruleNames - Static variable in class okw.parser.antlr4.OKW_Lexer
 
ruleNames - Static variable in class okw.parser.antlr4.OKW_Parser
 

S

Save() - Method in class okw.OKW_Ini_Sngltn
 
save() - Method in class okw.OKW_Memorize_Sngltn
\~german Schreibt die Felder (fields) der Klasse OKW_Memorize in eine Datei.
seKeys - Class in okw
 
seKeys() - Constructor for class okw.seKeys
 
Select(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::Select(String,String)
Select(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::Select(String,String)
Select(String, String) - Method in interface okw.core.IOKW_State
\~german Auswahl aller Zeilen einer Liste/Tabelle, welche die gegebenen Daten enthalten.
Select(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::Select(String,String)
Select(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::Select(String,String)
Select(ArrayList<String>) - Method in class okw.gui.AnyChildwindow
 
Select(ArrayList<String>) - Method in interface okw.gui.IGUIChildwindow
 
SelectChild(String) - Method in class okw.core.Core
\copydoc IOKW_State::SelectChild(String)
SelectChild(String) - Static method in class okw.core.EN
\copydoc IOKW_State::SelectChild(String)
SelectChild(String) - Method in interface okw.core.IOKW_State
\~german Setzt den Wert von SELECTEDCHILD auf den Wert von FN.
SelectChild(String) - Method in class okw.core.NOK
\copydoc IOKW_State::SelectChild(String)
SelectChild(String) - Method in class okw.core.OK
\copydoc IOKW_State::SelectChild(String)
SelectMenu(String) - Method in class okw.core.Core
\copydoc IOKW_State::SelectMenu(String)
SelectMenu(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::SelectMenu(String,String)
SelectMenu(String) - Static method in class okw.core.EN
\copydoc IOKW_State::SelectMenu(String)
SelectMenu(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::SelectMenu(String,String)
SelectMenu(String) - Method in interface okw.core.IOKW_State
\~german Wählt den gegebenen Menü-Eintrag aus _Beispiel: Wähle Menüeintrag mit Namen "MeinMenü":_
\verbatim Wähle Aus Menü: "MeinMenü" \endverbatim
SelectMenu(String, String) - Method in interface okw.core.IOKW_State
\~german Wählt den gegebenen Menüeintrag aus.
SelectMenu(String) - Method in class okw.core.NOK
\copydoc IOKW_State::SelectMenu(String)
SelectMenu(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::SelectMenu(String,String)
SelectMenu(String) - Method in class okw.core.OK
\copydoc IOKW_State::SelectMenu(String)
SelectMenu(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::SelectMenu(String,String)
SelectMenu() - Method in class okw.gui.AnyChildwindow
 
SelectMenu(ArrayList<String>) - Method in class okw.gui.AnyChildwindow
 
SelectMenu() - Method in interface okw.gui.IGUIChildwindow
 
SelectMenu(ArrayList<String>) - Method in interface okw.gui.IGUIChildwindow
 
SelectTablecell(String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::SelectTablecell(String,String,String)
SelectTablecell(String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::SelectTablecell(String,String,String)
SelectTablecell(String, String, String) - Method in interface okw.core.IOKW_State
\~german Wählt die gegebene Tabellenzelle aus.
SelectTablecell(String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::SelectTablecell(String,String,String)
SelectTablecell(String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::SelectTablecell(String,String,String)
SelectTablecell(String, String, String) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ruft eine Methode des aktuellen Objektes via "late bound function call" auf.
SelectTablecell(String, String) - Method in class okw.gui.AnyChildwindow
 
SelectTablecell(String, String) - Method in interface okw.gui.IGUIChildwindow
 
SelectWindow(String) - Method in class okw.core.Core
\copydoc IOKW_State::SelectWindow(String)
SelectWindow(String) - Static method in class okw.core.EN
\copydoc IOKW_State::SelectWindow(String)
SelectWindow(String) - Method in interface okw.core.IOKW_State
\~german Setzt den Kontext auf das gegebene Fenster.
SelectWindow(String) - Method in class okw.core.NOK
\copydoc IOKW_State::SelectWindow(String)
SelectWindow(String) - Method in class okw.core.OK
\copydoc IOKW_State::SelectWindow(String)
SelectWindow() - Method in class okw.gui.AnyWindow
 
SelectWindow() - Method in interface okw.gui.IGUIWindow
 
Sequence(String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::Sequence(String,String,String)
Sequence(String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::Sequence(String,String,String)
Sequence(String, String, String) - Method in interface okw.core.IOKW_State
\~german Ruft die Sequenz eines Fensters auf.
Sequence(String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::Sequence(String,String,String)
Sequence(String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::Sequence(String,String,String)
Sequence(String, String, String) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ruft eine Methode, gegeben in fpsMethodName, des aktuellen Objektes via "late bound function call" auf.
set(String, String) - Method in class okw.OKW_Memorize_Sngltn
\~german Setzt/Merkt sich das MemKey/Value-Paar.
setChildName(String) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Setzt das Kindobjekt.
SetCurrentState(IOKW_State) - Method in class okw.core.Core
\~german Setter zum Setzen des aktuellen Zustandes.
setDebugMode(Boolean) - Method in interface okw.log.ILogger
setDebugMode: @todo TODO: Add description to setDebugMode.
setDebugMode(Boolean) - Method in class okw.log.Log2Console
\copydoc ILogger::setDebugMode(Boolean)
setDebugMode(Boolean) - Method in class okw.log.Logger_Sngltn
 
setFile_OKW_Const_xml(String) - Method in class okw.OKW_Enviroment
 
setFile_OKW_Docu_xml(String) - Method in class okw.OKW_Enviroment
 
setFile_OKW_ImplementationMatrix_xml(String) - Method in class okw.OKW_Enviroment
 
setFile_OKW_Ini_xml(String) - Method in class okw.OKW_Enviroment
 
setFile_OKW_Keymaps_xml(String) - Method in class okw.OKW_Enviroment
 
setFile_OKW_Memorize_xml(String) - Method in class okw.OKW_Enviroment
 
setFN(String) - Method in interface okw.core.IOKW_FN
 
setFN(String) - Method in class okw.gui.AnyWinBase
 
SetFocus(String) - Method in class okw.core.Core
\copydoc IOKW_State::SetFocus(String)
SetFocus(String) - Static method in class okw.core.EN
\copydoc IOKW_State::SetFocus(String)
SetFocus(String) - Method in interface okw.core.IOKW_State
\~german Setzt den Fokus auf das gegebene Fensterobjekt.
SetFocus(String) - Method in class okw.core.NOK
\copydoc IOKW_State::SetFocus(String)
SetFocus(String) - Method in class okw.core.OK
\copydoc IOKW_State::SetFocus(String)
SetFocus() - Method in class okw.gui.AnyChildwindow
 
SetFocus() - Method in interface okw.gui.IGUIChildwindow
 
setFolder_LogMessages(String) - Method in class okw.OKW_Enviroment
 
setFolder_XML(String) - Method in class okw.OKW_Enviroment
 
setKN(String) - Method in interface okw.core.IOKW_FN
 
setKN(String) - Method in class okw.gui.AnyWinBase
\~german Setzten des Keyname FN.
setLanguage(String) - Method in class okw.core.Core
\~german Setzt die Sprache auf den gegebenen wert Language.
setLanguage(String) - Method in interface okw.core.IOKW_State
\~german Interne Methode zum setzen der Sprache für die sprachabhängigen Ausgaben der Dokumentation (Log).
setLanguage(String) - Method in class okw.core.NOK
\~german \~english \~
setLanguage(String) - Method in class okw.core.OK
\~german \~english \~
setLanguage(String) - Method in class okw.OKW_CustomSettings
 
setLanguage(String) - Method in class okw.OKWLanguage
 
setLocator(String, OKWLocator...) - Method in class okw.gui.AnyWinBase
\~german Setzt den Locator für den aktuellen GUI-Adapter.
setLocator(String, OKWLocator...) - Method in class okw.gui.OKWLocator
\~german Setzt den Wert (z.B.
setParentFN(String) - Method in interface okw.core.IOKW_FN
 
setParentFN(String) - Method in class okw.gui.AnyWinBase
\~german Setzten des Parent-Objekt FN.
setPathSep(String) - Method in class okw.OKW_CustomSettings
 
setPT(Integer) - Method in class okw.OKW_TimeOut
 
setTimeOutExists(Integer) - Method in class okw.OKW_CustomSettings
 
setTO(Integer) - Method in class okw.OKW_TimeOut
 
SetValue(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::SetValue(String,String)
SetValue(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::SetValue(String,String)
SetValue(String, String) - Method in interface okw.core.IOKW_State
\~german Setzt den Wert des gegebenen Fensterobjekts auf den gegebenen Wert.
SetValue(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::SetValue(String,String)
SetValue(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::SetValue(String,String)
SetValue(ArrayList<String>) - Method in class okw.gui.AnyChildwindow
 
SetValue(ArrayList<String>) - Method in interface okw.gui.IGUIChildwindow
 
setWindowName(String) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Hier wird der Kontext auf ein Fenster gesetzt.
SplitHSEP(String) - Method in class okw.OKW_Const_Sngltn
\~german Methode trennt einen String und wandelt diesen in eine ListString um.
SplitSEP(String) - Method in class okw.OKW_Const_Sngltn
\~german Methode trennt einen String und wandelt diesen in einen ListString um.
splitString(String, String) - Static method in class okw.OKW_Helper
public static ArrayList splitString_old( String fpsString2Split, String fpsSeparator ) { String[] lvsA_Splited; ArrayList lvls_Splited = new ArrayList(); Log.LogFunctionStartDebug("OKW_Helper.StrSplit", "fpsString2Split", fpsString2Split, "fpsSeparator", fpsSeparator); try { lvsA_Splited = fpsString2Split.split(fpsSeparator); lvls_Splited = StringArray2ListStr(lvsA_Splited); } finally { Log.LogFunctionEndDebug(lvls_Splited); } return lvls_Splited; }
SplitVSEP(String) - Method in class okw.OKW_Const_Sngltn
\~german Methode trennt einen String und wandelt diesen in einen ListString um.
StartApp(String) - Method in class okw.core.Core
\copydoc IOKW_State::StartApp(String)
StartApp(String) - Static method in class okw.core.EN
\copydoc IOKW_State::StartApp(String)
StartApp(String) - Method in interface okw.core.IOKW_State
\~german Startet die gegebene Anwendung.
StartApp(String) - Method in class okw.core.NOK
\copydoc IOKW_State::StartApp(String)
StartApp(String) - Method in class okw.core.OK
\copydoc IOKW_State::StartApp(String)
StartApp() - Method in class okw.gui.AnyWindow
 
StartApp() - Method in interface okw.gui.IGUIWindow
 
StopApp(String) - Method in class okw.core.Core
\copydoc IOKW_State::StopApp(String)
StopApp(String) - Static method in class okw.core.EN
\copydoc IOKW_State::StopApp(String)
StopApp(String) - Method in interface okw.core.IOKW_State
\~german Beendet eine gegebene Anwendung.
StopApp(String) - Method in class okw.core.NOK
\copydoc IOKW_State::StopApp(String)
StopApp(String) - Method in class okw.core.OK
\copydoc IOKW_State::StopApp(String)
StopApp() - Method in class okw.gui.AnyWindow
 
StopApp() - Method in interface okw.gui.IGUIWindow
 
StopRunning(Exception, Class<?>) - Static method in class okw.OKW_HandleException
 
String2Boolean(String) - Static method in class okw.OKW_Helper
 
StringArray2ListStr(String[]) - Static method in class okw.OKW_Helper
\~german Konvertiert einen String-Array nach List-String
StringIsNullOrEmpty(String) - Static method in class okw.OKW_Ini_Sngltn
 

T

TEXT - Static variable in class okw.parser.antlr4.OKW_Lexer
 
text() - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
text(int) - Method in class okw.parser.antlr4.OKW_Parser.RootContext
 
TEXT - Static variable in class okw.parser.antlr4.OKW_Parser
 
text() - Method in class okw.parser.antlr4.OKW_Parser
 
TEXT() - Method in class okw.parser.antlr4.OKW_Parser.TextContext
 
TextContext(ParserRuleContext, int) - Constructor for class okw.parser.antlr4.OKW_Parser.TextContext
 
tokenNames - Static variable in class okw.parser.antlr4.OKW_Lexer
Deprecated.
tokenNames - Static variable in class okw.parser.antlr4.OKW_Parser
Deprecated.
toString() - Method in class okw.OKW_TimeOut
 
TypeKey(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::TypeKey(String,String)
TypeKey(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::TypeKey(String,String)
TypeKey(String, String) - Method in interface okw.core.IOKW_State
\~german Tastatureingaben von Daten in das aktive Fensterobjekt.
TypeKey(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::TypeKey(String,String)
TypeKey(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::TypeKey(String,String)
TypeKey(ArrayList<String>) - Method in class okw.gui.AnyChildwindow
 
TypeKey(ArrayList<String>) - Method in interface okw.gui.IGUIChildwindow
 
TypeKeyTablecell(String, String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::TypeKeyTablecell(String,String,String,String)
TypeKeyTablecell(String, String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::TypeKeyTablecell(String,String,String,String)
TypeKeyTablecell(String, String, String, String) - Method in interface okw.core.IOKW_State
\~german Eingabe von Daten in eine gegebene Tabellenzelle über die Tastatur.
TypeKeyTablecell(String, String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::TypeKeyTablecell(String,String,String,String)
TypeKeyTablecell(String, String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::TypeKeyTablecell(String,String,String,String)
TypeKeyTablecell(String, String, String, ArrayList<String>) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ruft eine Methode TypeKey( Val ) des aktuellen Objektes via "Latebound Function Call" auf.
TypeKeyWindow(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::TypeKeyWindow(String,String)
TypeKeyWindow(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::TypeKeyWindow(String,String)
TypeKeyWindow(String, String) - Method in interface okw.core.IOKW_State
\~german
TypeKeyWindow(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::TypeKeyWindow(String,String)
TypeKeyWindow(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::TypeKeyWindow(String,String)
TypeKeyWindow(String, ArrayList<String>) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german Ruft eine Methode TypeKeyWindow( Val ) des aktuellen Objektes via "Latebound Function Call" auf.
TypeKeyWindow(ArrayList<String>) - Method in class okw.gui.AnyWindow
 
TypeKeyWindow(ArrayList<String>) - Method in interface okw.gui.IGUIWindow
 

U

updateProperties() - Method in class okw.OKW_Properties
\~german Aktualisert/Lädt die Properties in der unter OKW_Properties beschriebene Weise.

V

VALUE - Static variable in class okw.parser.antlr4.OKW_Lexer
 
VALUE - Static variable in class okw.parser.antlr4.OKW_Parser
 
VerifyCaption(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyCaption(String,String)
VerifyCaption(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyCaption(String,String)
VerifyCaption(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Überschrift des Objektes.
VerifyCaption(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyCaption(String,String)
VerifyCaption(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyValue(String,String)
VerifyCaption() - Method in class okw.gui.AnyChildwindow
 
VerifyCaption() - Method in interface okw.gui.IGUIChildwindow
 
VerifyCaptionREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyCaptionREGX(String,String)
VerifyCaptionREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyCaption(String,String)
VerifyCaptionREGX(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Überschrift des Objektes.
VerifyCaptionREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyCaptionREGX(String,String)
VerifyCaptionREGX(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyCaptionREGX(String,String)
VerifyCaptionWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyCaptionWCM(String,String)
VerifyCaptionWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyCaption(String,String)
VerifyCaptionWCM(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Überschrift des Objektes.
VerifyCaptionWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyCaptionWCM(String,String)
VerifyCaptionWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyValueWCM(String,String)
VerifyDirectoryExists(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyDirectoryExists(String,String)
VerifyDirectoryExists(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyDirectoryExists(String,String)
VerifyDirectoryExists(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft, ob das gegebene Verzeichnis existiert.
VerifyDirectoryExists(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyDirectoryExists(String,String)
VerifyDirectoryExists(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyDirectoryExists(String,String)
VerifyExists(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyExists(String,String)
VerifyExists(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyExists(String,String)
VerifyExists(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft, ob das gegebene Objekt existiert.
VerifyExists(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyExists(String,String)
VerifyExists(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyExists(String,String)
VerifyExists() - Method in class okw.gui.AnyChildwindow
 
VerifyExists() - Method in interface okw.gui.IGUIChildwindow
 
VerifyFileExists(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyFileExists(String,String)
VerifyFileExists(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyFileExists(String,String)
VerifyFileExists(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft, ob die gegebene Datei existiert.
VerifyFileExists(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyFileExists(String,String)
VerifyFileExists(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyFileExists(String,String)
VerifyHasFocus(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyHasFocus(String,String)
VerifyHasFocus(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyHasFocus(String,String)
VerifyHasFocus(String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den Fokus-Zustand des gegebenen Objekts mit dem erwarteten Wert.
VerifyHasFocus(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyHasFocus(String,String)
VerifyHasFocus(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyHasFocus(String,String)
VerifyHasFocus() - Method in class okw.gui.AnyChildwindow
 
VerifyHasFocus() - Method in interface okw.gui.IGUIChildwindow
 
VerifyIsActive(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyIsActive(String,String)
VerifyIsActive(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyIsActive(String,String)
VerifyIsActive(String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den Fokus-Status des gegebenen Objekts mit dem erwarteten Wert.
VerifyIsActive(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyIsActive(String,String)
VerifyIsActive(String, String) - Method in class okw.core.OK
copydoc IOKW_State::VerifyHasFocus(String,String)
VerifyIsActive() - Method in class okw.gui.AnyChildwindow
 
VerifyIsActive() - Method in interface okw.gui.IGUIChildwindow
 
VerifyIsWindowActive() - Method in class okw.gui.AnyWindow
 
VerifyIsWindowActive() - Method in interface okw.gui.IGUIWindow
 
VerifyLabel(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyLabel(String,String)
VerifyLabel(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyLabel(String,String)
VerifyLabel(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Beschreibung des Objektes.
VerifyLabel(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyValue(String,String)
VerifyLabel(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyLabel(String,String)
VerifyLabel() - Method in class okw.gui.AnyChildwindow
 
VerifyLabel() - Method in interface okw.gui.IGUIChildwindow
 
VerifyLabelREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyLabelREGX(String,String)
VerifyLabelREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyLabelREGX(String,String)
VerifyLabelREGX(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Überschrift des Objektes.
VerifyLabelREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyLabelREGX(String,String)
VerifyLabelREGX(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyLabelREGX(String,String)
VerifyLabelWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyLabelWCM(String,String)
VerifyLabelWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyLabelWCM(String,String)
VerifyLabelWCM(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft die Beschreibung/Label des Objektes.
VerifyLabelWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyLabelWCM(String,String)
VerifyLabelWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyLabelWCM(String,String)
VerifyMaxLength(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyMaxLength(String,String)
VerifyMaxLength(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyMaxLength(String,String)
VerifyMaxLength(String, String) - Method in interface okw.core.IOKW_State
\~german Checks the maximum number of characters that can be entered.
VerifyMaxLength(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyMaxLength(String,String)
VerifyMaxLength(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyMaxLength(String,String)
VerifyMaxLength() - Method in class okw.gui.AnyChildwindow
 
VerifyMaxLength() - Method in interface okw.gui.IGUIChildwindow
 
VerifyPlaceholder(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyPlaceholder(String,String)
VerifyPlaceholder(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyPlaceholder(String,String)
VerifyPlaceholder(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft den Platzhalter des Objektes.
VerifyPlaceholder(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyPlaceholder(String,String)
VerifyPlaceholder(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyLabel(String,String)
VerifyPlaceholder() - Method in class okw.gui.AnyChildwindow
 
VerifyPlaceholder() - Method in interface okw.gui.IGUIChildwindow
 
VerifyPlaceholderREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyPlaceholderREGX(String,String)
VerifyPlaceholderREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyPlaceholderREGX(String,String)
VerifyPlaceholderREGX(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft den Platzhalter des Objektes.
VerifyPlaceholderREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyPlaceholderREGX(String,String)
VerifyPlaceholderREGX(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyPlaceholderREGX(String,String)
VerifyPlaceholderWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyPlaceholderWCM(String,String)
VerifyPlaceholderWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyPlaceholderWCM(String,String)
VerifyPlaceholderWCM(String, String) - Method in interface okw.core.IOKW_State
\~german Überprüft den Platzhalter des Objektes.
VerifyPlaceholderWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyPlaceholderWCM(String,String)
VerifyPlaceholderWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyPlaceholderWCM(String,String)
VerifySelectedValue(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifySelectedValue(String,String)
VerifySelectedValue(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifySelectedValue(String,String)
VerifySelectedValue(String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den ausgewählten Wert des gegebenen Listenobjekts mit dem erwarteten Wert.
VerifySelectedValue(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifySelectedValue(String,String)
VerifySelectedValue(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifySelectedValue(String,String)
VerifySelectedValue() - Method in class okw.gui.AnyChildwindow
 
VerifySelectedValue() - Method in interface okw.gui.IGUIChildwindow
 
VerifySelectedValueREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifySelectedValue(String,String)
VerifySelectedValueREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifySelectedValueREGX(String,String)
VerifySelectedValueREGX(String, String) - Method in interface okw.core.IOKW_State
 
VerifySelectedValueREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifySelectedValueREGX(String,String)
VerifySelectedValueREGX(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
VerifySelectedValueWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
VerifySelectedValueWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
VerifySelectedValueWCM(String, String) - Method in interface okw.core.IOKW_State
 
VerifySelectedValueWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
VerifySelectedValueWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
VerifyTablecellValue(String, String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
VerifyTablecellValue(String, String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
VerifyTablecellValue(String, String, String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den Inhalt der gegebenen Tabellenzelle mit dem erwarteten Wert.
VerifyTablecellValue(String, String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
VerifyTablecellValue(String, String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
VerifyTablecellValue(String, String, String, ArrayList<String>) - Method in class okw.core.OKW_CurrentObject_Sngltn
\~german \brief Ruft eine Methode des aktuellen Objektes via "late bound function call" auf.
VerifyTablecellValue(String, String) - Method in class okw.gui.AnyChildwindow
 
VerifyTablecellValue(String, String) - Method in interface okw.gui.IGUIChildwindow
 
VerifyTablecellValueREGX(String, String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTablecellValueREGX(String,String,String,String)
VerifyTablecellValueREGX(String, String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTablecellValueREGX(String,String,String,String)
VerifyTablecellValueREGX(String, String, String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den Inhalt der gegebenen Tabellenzelle mit dem erwarteten Wert.
VerifyTablecellValueREGX(String, String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTablecellValueREGX(String,String,String,String)
VerifyTablecellValueREGX(String, String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
VerifyTablecellValueWCM(String, String, String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTablecellValueWCM(String,String,String,String)
VerifyTablecellValueWCM(String, String, String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTablecellValueWCM(String,String,String,String)
VerifyTablecellValueWCM(String, String, String, String) - Method in interface okw.core.IOKW_State
\~german Vergleicht den Inhalt der gegebenen Tabellenzelle mit dem erwarteten Wert.
VerifyTablecellValueWCM(String, String, String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTablecellValueWCM(String,String,String,String)
VerifyTablecellValueWCM(String, String, String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTablecellValueWCM(String,String,String,String)
VerifyTooltip(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTooltip(String,String)
VerifyTooltip(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTooltip(String,String)
VerifyTooltip(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Tooltip-Text eines Objektes.
VerifyTooltip(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTooltip(String,String)
VerifyTooltip(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTooltip(String,String)
VerifyTooltip() - Method in class okw.gui.AnyChildwindow
 
VerifyTooltip() - Method in interface okw.gui.IGUIChildwindow
 
VerifyTooltipREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
VerifyTooltipREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
VerifyTooltipREGX(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Standardwert eines Objektes (in den meisten Fällen ist dies der angezeigte Text).
VerifyTooltipREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
VerifyTooltipREGX(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
VerifyTooltipWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
VerifyTooltipWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
VerifyTooltipWCM(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Tooltip-Text eines Objektes (in den meisten Fällen ist dies der angezeigte Text).
VerifyTooltipWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
VerifyTooltipWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
VerifyValue(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyValue(String,String)
VerifyValue(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyValue(String,String)
VerifyValue(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Standardwert eines Objektes (in den meisten Fällen ist dies der angezeigte Text).
VerifyValue(String, String) - Method in class okw.core.NOK
/// \copydoc IOKW_State::VerifyValue(String,String)
VerifyValue(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyValue(String,String)
VerifyValue() - Method in class okw.gui.AnyChildwindow
 
VerifyValue() - Method in interface okw.gui.IGUIChildwindow
 
VerifyValueREGX(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyValueREGX(String,String)
VerifyValueREGX(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyValueREGX(String,String)
VerifyValueREGX(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Standardwert eines Objektes (in den meisten Fällen ist dies der angezeigte Text).
VerifyValueREGX(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyValueREGX(String,String)
VerifyValueREGX(String, String) - Method in class okw.core.OK
_Wichtig:_ Ein "EMPTY"-Wert ist ein ArrayList String welche keine Array-Elemte enthält, also ArrayList.Size() = 0! \~ \copydoc IOKW_State::VerifyValueREGX(String,String)
VerifyValueWCM(String, String) - Method in class okw.core.Core
\copydoc IOKW_State::VerifyValueWCM(String,String)
VerifyValueWCM(String, String) - Static method in class okw.core.EN
\copydoc IOKW_State::VerifyValueWCM(String,String)
VerifyValueWCM(String, String) - Method in interface okw.core.IOKW_State
\~german Prüft den Standardwert eines Objektes (in den meisten Fällen ist dies der angezeigte Text).
VerifyValueWCM(String, String) - Method in class okw.core.NOK
\copydoc IOKW_State::VerifyValueWCM(String,String)
VerifyValueWCM(String, String) - Method in class okw.core.OK
\copydoc IOKW_State::VerifyValueWCM(String,String)
VerifyWindowCaption() - Method in class okw.gui.AnyWindow
 
VerifyWindowCaption() - Method in interface okw.gui.IGUIWindow
 
VerifyWindowExists() - Method in class okw.gui.AnyWindow
 
VerifyWindowExists() - Method in interface okw.gui.IGUIWindow
 
visitEnvvalue(OKW_Parser.EnvvalueContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.envvalue().
visitEnvvalue(OKW_Parser.EnvvalueContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.envvalue().
visitKeyvalue(OKW_Parser.KeyvalueContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.keyvalue().
visitKeyvalue(OKW_Parser.KeyvalueContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.keyvalue().
visitOkw_env_var(OKW_Parser.Okw_env_varContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.okw_env_var().
visitOkw_env_var(OKW_Parser.Okw_env_varContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.okw_env_var().
visitOkw_env_var(OKW_Parser.Okw_env_varContext) - Method in class okw.parser.OKW_Visitor
 
visitOkw_internal_var(OKW_Parser.Okw_internal_varContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.okw_internal_var().
visitOkw_internal_var(OKW_Parser.Okw_internal_varContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.okw_internal_var().
visitOkw_internal_var(OKW_Parser.Okw_internal_varContext) - Method in class okw.parser.OKW_Visitor
 
visitOkw_typekey(OKW_Parser.Okw_typekeyContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.okw_typekey().
visitOkw_typekey(OKW_Parser.Okw_typekeyContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.okw_typekey().
visitRoot(OKW_Parser.RootContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.root().
visitRoot(OKW_Parser.RootContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.root().
visitText(OKW_Parser.TextContext) - Method in class okw.parser.antlr4.OKW_ParserBaseVisitor
Visit a parse tree produced by OKW_Parser.text().
visitText(OKW_Parser.TextContext) - Method in interface okw.parser.antlr4.OKW_ParserVisitor
Visit a parse tree produced by OKW_Parser.text().
visitText(OKW_Parser.TextContext) - Method in class okw.parser.OKW_Visitor
 
VOCABULARY - Static variable in class okw.parser.antlr4.OKW_Lexer
 
VOCABULARY - Static variable in class okw.parser.antlr4.OKW_Parser
 

W

WaitForMe() - Method in class okw.gui.AnyChildwindow
\~german Methode wartet auf die Existenz des aktuellen Objectes.
WaitForMe() - Method in class okw.gui.AnyWindow
\~german Methode, wartet auf das aktuelle GUI-Object bis es erscheint oder der eingestellte TimeOut erreicht ist.
WildcardMatch(String, String) - Static method in class okw.core.Matcher
 
WildcardMatch(ArrayList<String>, ArrayList<String>) - Static method in class okw.core.Matcher
 
WS - Static variable in class okw.parser.antlr4.OKW_Lexer
 
WS - Static variable in class okw.parser.antlr4.OKW_Parser
 

Y

YesNo2Boolean(String) - Method in class okw.OKW_Const_Sngltn
\~german Konvertiert sprachabhängig Ja/Nein zu einem Booleanean Wert (Wahr/Falsch).
Beispiele: Sprache ist "de": Eingabe "JA" -> Ausgabe Wahr
Sprache ist "de": Eingabe "NEIN" -> Ausgabe Falsch
Sprache ist "en": Eingabe "JA" oder "NEIN" -> löst die Exception OKWNotAllowedValueException aus.

_

_ATN - Static variable in class okw.parser.antlr4.OKW_Lexer
 
_ATN - Static variable in class okw.parser.antlr4.OKW_Parser
 
_decisionToDFA - Static variable in class okw.parser.antlr4.OKW_Lexer
 
_decisionToDFA - Static variable in class okw.parser.antlr4.OKW_Parser
 
_locator - Variable in class okw.gui.AnyWinBase
 
_serializedATN - Static variable in class okw.parser.antlr4.OKW_Lexer
 
_serializedATN - Static variable in class okw.parser.antlr4.OKW_Parser
 
_sharedContextCache - Static variable in class okw.parser.antlr4.OKW_Lexer
 
_sharedContextCache - Static variable in class okw.parser.antlr4.OKW_Parser
 
_Value - Variable in class okw.OKW_Memorize_Sngltn
\~german Dictionary speichert die Schlüssel-Wert Paare.
A B C D E F G I K L M N O P R S T U V W Y _ 
Skip navigation links

Copyright © 2019 OpenKeyWord. All rights reserved.