A B C D E F G H I J L M O P R S T U W X Y

A

accept(File) - Method in class ak.obj.ExtendFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
actionPerformed(ActionEvent) - Method in class ak.dlg.HelpBox
OK/Cancel Action-Handler
addExtension(String) - Method in class ak.obj.ExtendFileFilter
Adds a filetype "dot" extension to filter against.
addLayoutComponent(Component, Object) - Method in class ak.ui.XYLayout
 
addLayoutComponent(String, Component) - Method in class ak.ui.XYLayout
 
ak.dlg - package ak.dlg
 
ak.obj - package ak.obj
 
ak.ui - package ak.ui
 
AppDlg - class ak.dlg.AppDlg.
This Frame is generic Test-client GUI.
AppDlg() - Constructor for class ak.dlg.AppDlg
Frame-Constructor:
AppMain - class ak.dlg.AppMain.
This is generic Test-client.
AppMain() - Constructor for class ak.dlg.AppMain
 
AppTerm - class ak.dlg.AppTerm.
This is generic Test-client (Terminal).
AppTerm() - Constructor for class ak.dlg.AppTerm
Constructor

B

bDisableAction - Variable in class ak.dlg.AppDlg
 
borderLayout2 - Variable in class ak.dlg.HelpBox
 
BT_ADD - Variable in class ak.dlg.AppDlg
 
BT_EXIT - Variable in class ak.dlg.AppDlg
 
BT_HELP - Variable in class ak.dlg.AppDlg
 
BT_OK - Variable in class ak.dlg.AppDlg
 
BT_SAVE - Variable in class ak.dlg.AppDlg
 
button1 - Variable in class ak.dlg.HelpBox
 

C

cancel() - Method in class ak.dlg.HelpBox
Cancel-Action
clone() - Method in class ak.ui.XYConstraints
 
comments - Variable in class ak.dlg.HelpBox
 
ConvertSysPath(String) - Static method in class ak.obj.Tools
Converts a path to the current system path (e.g. it replaces the directory sign if needed)

D

defaultConstraints - Static variable in class ak.ui.XYLayout
 
description - Variable in class ak.obj.ExtendFileFilter
 
DLG_SAVE - Variable in class ak.dlg.AppDlg
 
doAction(int) - Method in class ak.dlg.AppTerm
Does the required action after particular user-input.* Parameter is the current step-id
DoAdd() - Method in class ak.dlg.AppDlg
Set(Parameter)-Button Action Handler:
DoHelp() - Method in class ak.dlg.AppDlg
Help-Button Action Handler: Shows the help-information from the Help-file(help.txt)
DoSave() - Method in class ak.dlg.AppDlg
Save-Button Action Handler:
doSave(String, String) - Method in class ak.obj.ObjDlg
 
DoSelect(int) - Method in class ak.dlg.AppDlg
Select Action Handler: Parameter id (= id of the List Box)
DoStart() - Method in class ak.dlg.AppDlg
Start-Button Action Handler:

E

equals(Object) - Method in class ak.ui.XYConstraints
Checks whether two XYConstraints are equal.
Execute() - Method in interface ak.obj.ObjDlgIF
Execution of the cmd.
Execute(String, String) - Method in class ak.obj.ObjDlg
 
ExtendFileFilter - class ak.obj.ExtendFileFilter.
This is a implementation of FileFilter used by FileChooser
ExtendFileFilter() - Constructor for class ak.obj.ExtendFileFilter
Creates a file filter.
ExtendFileFilter(String) - Constructor for class ak.obj.ExtendFileFilter
Creates a file filter that accepts files with the given extension.
ExtendFileFilter(String[]) - Constructor for class ak.obj.ExtendFileFilter
Creates a file filter from the given string array.
ExtendFileFilter(String[], String) - Constructor for class ak.obj.ExtendFileFilter
Creates a file filter from the given string array and description.
ExtendFileFilter(String, String) - Constructor for class ak.obj.ExtendFileFilter
Creates a file filter that accepts the given file type.

F

FileParser - class ak.obj.FileParser.
The File parser implements all methods, which are required for initialization from an Init-File.
FileParser() - Constructor for class ak.obj.FileParser
Default constructor.
filters - Variable in class ak.obj.ExtendFileFilter
 
flowLayout2 - Variable in class ak.dlg.HelpBox
 
FP_AppendToFile(String, String) - Static method in class ak.obj.FileParser
Appends a string to file
FP_CopyFile(String, String) - Static method in class ak.obj.FileParser
A simple method to copy files.
FP_FileToString(String) - Static method in class ak.obj.FileParser
Reads a File into a string
FP_FileToString(String, boolean) - Static method in class ak.obj.FileParser
Reads a File into a string the bSkip indicates whenever the lines starting with "#" should be skipped
FP_FileToVector(String) - Static method in class ak.obj.FileParser
Reads File into a vector (File Lines) Note: It jumps over lines started with "#"
FP_FileToVector(String, boolean) - Static method in class ak.obj.FileParser
Reads File into a vector (File Lines) the bSkip indicates whenever the lines starting with "#" should be skipped
FP_GetByPattern(String, String, boolean) - Static method in class ak.obj.FileParser
Parse parameter File- Method //using sPattern gets the string left/right form the pattern in line in a File example(Pattern: "=") A=6;B=7 -> or <6,7>
FP_GetParamBool(String, String, String) - Static method in class ak.obj.FileParser
Get a Parameter values in a Section Example: MY_PAR=OFF/ON; -> false/true
FP_GetParamByName(String, String) - Static method in class ak.obj.FileParser
Parse parameter File- Method //using sPattern gets the string left/right form the pattern in line in a File example(Pattern: "=") A=6;B=7 -> or <6,7>
FP_GetParams(String) - Static method in class ak.obj.FileParser
Gets Parameter-List of a parameter-file example: a=5;b=3;c=9; ->
FP_GetParams(String, boolean) - Static method in class ak.obj.FileParser
GetParameters right/left(Name/Value) of "=" example: a=5;b=3;c=9; -> or <5,3,9>
FP_GetParamsInSection(String, String) - Static method in class ak.obj.FileParser
returns a Parameter-List of a section in a parameter-file
FP_GetParamsInSection(String, String, boolean) - Static method in class ak.obj.FileParser
GetParameters in Section right/left(Name/Value) of "=" example: [MyA]A=1;B=2; -> or <1,2>
FP_GetParamString(String, String, String) - Static method in class ak.obj.FileParser
Get a Parameter values in a Section Example: MY_PAR=a; -> "a"
FP_GetParamString(String, String, String, boolean) - Static method in class ak.obj.FileParser
Get a Parameter values in a Section Example: MY_PAR=a;b; -> "a;b;" or "a"
FP_GetParamVector(String, String, String) - Static method in class ak.obj.FileParser
Get a Parameter values in a Section Example: MY_PAR=a;b;c; ->
FP_GetSections(String) - Static method in class ak.obj.FileParser
Gets Section-List of a parameter-file(*.ini) example: [a]i=5;[b]i=3;[c]i=9; ->
FP_ParseParam(String, String, String, boolean) - Static method in class ak.obj.FileParser
Parse parameter - Method
FP_ParseVector(Vector, String) - Static method in class ak.obj.FileParser
Parse parameter Vector - Method
FP_ParseVector(Vector, String, boolean) - Static method in class ak.obj.FileParser
Parse parameter Vector - Method
FP_StringToVector(String, String) - Static method in class ak.obj.FileParser
Parse parameter Vector - Method Example: "a;b;c;" -> [a][b][c]
FP_StringToVector(String, String, String, boolean) - Static method in class ak.obj.FileParser
Parse parameter Vector - Method
fullDescription - Variable in class ak.obj.ExtendFileFilter
 
FX_ACTION - Variable in class ak.dlg.AppDlg
 
FX_MODUL - Variable in class ak.dlg.AppDlg
 
FX_PARAM - Variable in class ak.dlg.AppDlg
 
FX_TEXT - Variable in class ak.dlg.AppDlg
 

G

GetActionList(String) - Method in class ak.obj.ObjDlg
 
getComponentBounds(Component, boolean) - Method in class ak.ui.XYLayout
 
getDescription() - Method in class ak.obj.ExtendFileFilter
Returns the human readable description of this filter.
getExtension(File) - Method in class ak.obj.ExtendFileFilter
Return the extension portion of the file's name .
getHeight() - Method in class ak.ui.XYLayout
 
getHeight() - Method in class ak.ui.XYConstraints
 
GetLabel(int) - Method in class ak.obj.ObjDlg
 
getLayoutAlignmentX(Container) - Method in class ak.ui.XYLayout
 
getLayoutAlignmentY(Container) - Method in class ak.ui.XYLayout
 
getLayoutSize(Container, boolean) - Method in class ak.ui.XYLayout
 
GetModuleList() - Method in class ak.obj.ObjDlg
 
GetName() - Method in class ak.obj.Item
Gets the name of the Item
GetOutput() - Method in interface ak.obj.ObjDlgIF
GetOutput returns error-string or the real output-string.
GetOutput() - Method in class ak.obj.ObjDlg
 
getParam() - Method in class ak.dlg.AppTerm
 
getParam() - Method in class ak.dlg.AppDlg
Builds qualified parameter string:
GetParam(String) - Method in class ak.obj.ObjDlg
 
GetParamList(boolean) - Method in class ak.obj.ObjDlg
 
GetParamList(String, String) - Method in class ak.obj.ObjDlg
 
GetParamList(String, String, boolean) - Method in class ak.obj.ObjDlg
 
GetParentDIR(String) - Static method in class ak.obj.Tools
gets the parent directory for a given path
GetPath() - Method in class ak.obj.ObjDlg
 
GetSystDIR() - Static method in class ak.obj.Tools
gets the "\" or "/" as directory sign
GetSystNL() - Static method in class ak.obj.Tools
gets the system dependent NewLine sign
GetValue() - Method in class ak.obj.Item
Gets the value of the Item
getWidth() - Method in class ak.ui.XYLayout
 
getWidth() - Method in class ak.ui.XYConstraints
 
getX() - Method in class ak.ui.XYConstraints
 
getY() - Method in class ak.ui.XYConstraints
 

H

hashCode() - Method in class ak.ui.XYConstraints
Returns the hashcode for this XYConstraints.
height - Variable in class ak.ui.XYLayout
 
height - Variable in class ak.ui.XYConstraints
 
HelpBox - class ak.dlg.HelpBox.
This is a simply Dialog-Box, which displays the Help-Information stored in ascii-file.
HelpBox(Frame) - Constructor for class ak.dlg.HelpBox
Constructor whit the parent frame
HelpBox(Frame, String) - Constructor for class ak.dlg.HelpBox
Constructor
HIDDEN_FILE - Static variable in class ak.obj.ExtendFileFilter
 

I

imageControl1 - Variable in class ak.dlg.HelpBox
 
imageIcon - Variable in class ak.dlg.HelpBox
 
info - Variable in class ak.ui.XYLayout
 
Init() - Method in class ak.obj.ObjDlg
 
insetsPanel1 - Variable in class ak.dlg.HelpBox
 
insetsPanel2 - Variable in class ak.dlg.HelpBox
 
invalidateLayout(Container) - Method in class ak.ui.XYLayout
 
isExtensionListInDescription() - Method in class ak.obj.ExtendFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
Item - class ak.obj.Item.
This class is a simply implementation of a DictionaryItem-object:(Name,Value)
Item() - Constructor for class ak.obj.Item
Default constructor
Item(String, String) - Constructor for class ak.obj.Item
Constructor with Item-values(Name,Value)

J

jbInit() - Method in class ak.dlg.HelpBox
Initialization
jbInit() - Method in class ak.dlg.AppDlg
Object initialization
jPanel1 - Variable in class ak.dlg.AppDlg
 
jPanel2 - Variable in class ak.dlg.AppDlg
 
jScrollPane1 - Variable in class ak.dlg.AppDlg
 
jTextArea1 - Variable in class ak.dlg.HelpBox
 

L

layoutContainer(Container) - Method in class ak.ui.XYLayout
 
LIST_ACTION - Variable in class ak.dlg.AppDlg
 
LIST_MODUL - Variable in class ak.dlg.AppDlg
 
LIST_PARAM - Variable in class ak.dlg.AppDlg
 

M

m_dBox - Variable in class ak.obj.ObjDlg
 
m_nInput - Variable in class ak.dlg.AppTerm
 
m_sAction - Variable in class ak.dlg.AppTerm
 
m_sClass - Variable in class ak.obj.ObjDlg
 
m_sCurrentAction - Variable in class ak.obj.ObjDlg
 
m_sCurrentModule - Variable in class ak.obj.ObjDlg
 
m_sInfo - Variable in class ak.obj.ObjDlg
 
m_sModule - Variable in class ak.dlg.AppTerm
 
m_sName - Variable in class ak.obj.Item
 
m_sName - Variable in class ak.obj.ObjDlg
 
m_sOutput - Variable in class ak.dlg.AppTerm
 
m_sPath - Variable in class ak.obj.ObjDlg
 
m_sValue - Variable in class ak.obj.Item
 
m_vPar - Variable in class ak.dlg.AppTerm
 
m_vParams - Variable in class ak.obj.ObjDlg
 
main(String[]) - Static method in class ak.dlg.AppMain
Main method
maximumLayoutSize(Container) - Method in class ak.ui.XYLayout
 
minimumLayoutSize(Container) - Method in class ak.ui.XYLayout
 

O

obj - Variable in class ak.dlg.AppTerm
 
obj - Variable in class ak.dlg.AppDlg
 
ObjDlg - class ak.obj.ObjDlg.
This class is a simply implementation of a Client Dialog-object.(see TestClient)
ObjDlg() - Constructor for class ak.obj.ObjDlg
 
ObjDlg(String) - Constructor for class ak.obj.ObjDlg
 
ObjDlgIF - interface ak.obj.ObjDlgIF.
In order to use Client-GUI an application-object should implement this interface

P

packFrame - Variable in class ak.dlg.AppMain
 
panel1 - Variable in class ak.dlg.HelpBox
 
panel2 - Variable in class ak.dlg.HelpBox
 
preferredLayoutSize(Container) - Method in class ak.ui.XYLayout
 
printList(int) - Method in class ak.dlg.AppTerm
This will print a list of options or parameters(depends on context) Parameter (int Opt) is the current step
processWindowEvent(WindowEvent) - Method in class ak.dlg.HelpBox
Overridden so we can exit on System Close
processWindowEvent(WindowEvent) - Method in class ak.dlg.AppDlg
Overridden so we can exit on System Close

R

Read() - Method in class ak.dlg.AppDlg
Read from the object
ReadActionList(String) - Method in class ak.dlg.AppDlg
Reads the Action list from the ini-file
ReadList() - Method in class ak.dlg.AppDlg
Reads the all lists from the ini-file
ReadListData(JComboBox, Vector) - Method in class ak.dlg.AppDlg
Reads the data from Vector to ComboBox
ReadParamList(String, String) - Method in class ak.dlg.AppDlg
Reads the parameters-list from the ini-file
removeLayoutComponent(Component) - Method in class ak.ui.XYLayout
 
run() - Method in class ak.dlg.AppTerm
 

S

serialVersionUID - Static variable in class ak.ui.XYLayout
 
setDescription(String) - Method in class ak.obj.ExtendFileFilter
Sets the human readable description of this filter.
setExtensionListInDescription(boolean) - Method in class ak.obj.ExtendFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setHeight(int) - Method in class ak.ui.XYLayout
 
setHeight(int) - Method in class ak.ui.XYConstraints
 
SetInput(Vector) - Method in interface ak.obj.ObjDlgIF
Setting of the cmd and parameters: The Vector Parameter look like: [module-name],[action-name],[par-value]*x parameters are ordered the same way as in the ini-file.
SetName(String) - Method in class ak.obj.Item
Sets the name of the Item
SetParam(String, String) - Method in class ak.obj.ObjDlg
 
SetParam(Vector) - Method in class ak.obj.ObjDlg
 
setPath(String) - Method in class ak.dlg.HelpBox
Sets the path to the help-file
SetValue(String) - Method in class ak.obj.Item
Gets the value of the Item
setWidth(int) - Method in class ak.ui.XYLayout
 
setWidth(int) - Method in class ak.ui.XYConstraints
 
setX(int) - Method in class ak.ui.XYConstraints
 
setY(int) - Method in class ak.ui.XYConstraints
 
sHR - Variable in class ak.dlg.AppTerm
 
StringToInt(String) - Static method in class ak.obj.Tools
Converts a String to int.(if failure returns 0 )

T

TEXT_OUT - Variable in class ak.dlg.AppDlg
 
Tools - class ak.obj.Tools.
This class extends the FileParser with some useful(for platform-compability) conversion-methods.
Tools() - Constructor for class ak.obj.Tools
Construct Tools
toString() - Method in class ak.ui.XYLayout
 
toString() - Method in class ak.ui.XYConstraints
 
TXT_PARAM - Variable in class ak.dlg.AppDlg
 
TYPE_UNKNOWN - Static variable in class ak.obj.ExtendFileFilter
 

U

UrlToPath(String) - Static method in class ak.obj.Tools
Converts an URL to valid system path For the JAR-file it returns the directory of the jar-file
useExtensionsInDescription - Variable in class ak.obj.ExtendFileFilter
 

W

width - Variable in class ak.ui.XYLayout
 
width - Variable in class ak.ui.XYConstraints
 

X

x - Variable in class ak.ui.XYConstraints
 
XYConstraints - class ak.ui.XYConstraints.
 
XYConstraints() - Constructor for class ak.ui.XYConstraints
 
XYConstraints(int, int, int, int) - Constructor for class ak.ui.XYConstraints
 
XYLayout - class ak.ui.XYLayout.
 
XYLayout() - Constructor for class ak.ui.XYLayout
 
XYLayout(int, int) - Constructor for class ak.ui.XYLayout
 
xYLayout1 - Variable in class ak.dlg.HelpBox
 
xYLayout1 - Variable in class ak.dlg.AppDlg
 
xYLayout2 - Variable in class ak.dlg.HelpBox
 
xYLayout2 - Variable in class ak.dlg.AppDlg
 
xYLayout4 - Variable in class ak.dlg.AppDlg
 

Y

y - Variable in class ak.ui.XYConstraints
 

A B C D E F G H I J L M O P R S T U W X Y