Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addUIC(KUIComponent).
Method in interface KaAPI.KUIComponent
- This function will be called only for a Container KUIComponent when
a KUIComponent is to be added to this Container.
- AGENT.
Static variable in class KaAPI.KFrame
- This should be used by KUIComponents to interface with its KFrame.
- cloneKUIC(KUIComponent).
Method in class KaAPI.KFrameAgent
- Clones an un-named KUIComponent from the KUIComponent reference.The
arguments of the KUIComponent referenced by kuicRef is
used for the cloned component.
- cloneKUIC(KUIComponent, String).
Method in class KaAPI.KFrameAgent
- Clones a named KUIComponent from the KUIComponent reference.The
arguments of the KUIComponent referenced by kuicRef is
used for the cloned component.
- cloneKUIC(KUIComponent, String, String[], String[], String[], String[]).
Method in class KaAPI.KFrameAgent
- Clones a KUIComponent from the KUIComponent reference.
- cloneKUIC(String).
Method in class KaAPI.KFrameAgent
- Clones an un-named KUIComponent from the variable name given.The
arguments of the KUIComponent referenced by the variable name is
used for the cloned component.
- cloneKUIC(String, String).
Method in class KaAPI.KFrameAgent
- Clones a named KUIComponent from the variable name given.The
arguments of the KUIComponent referenced by the variable name is
used for the cloned component.
- cloneKUIC(String, String, String[], String[], String[], String[]).
Method in class KaAPI.KFrameAgent
- Clones a KUIComponent from the variable name given.Any of the
arguments except the varName can be 'null' in which case the
corresponding information from KUIComponent referenced by varName is
taken.
- closeFrame(boolean).
Method in class KaAPI.KFrameAgent
- Closes the KFrame object associated with the Agent.
- getArguments().
Method in class KaAPI.KFrameAgent
- This returns the Arguments that are specified in <ARGS_AWT> field
in the format file.This should be called only in the constructor of
the KUIComponent.
- getArguments(int).
Method in class KaAPI.KFrameAgent
- This returns the Arguments that are specified in <ARGS_AWT> field
in the format file at the index specified.
- getAwtArgs(KUIComponent).
Method in class KaAPI.KFrameAgent
- Returns the Awt arguments for KUIComponent kuicRef
- getAwtArgs(String).
Method in class KaAPI.KFrameAgent
- Returns the Awt arguments for KUIComponent referenced by varName.
- GetColor(String).
Static method in class KaAPI.KFrameAgent
- Converts color string to java.awt.Color
- getFormatDescription().
Method in class KaAPI.KUICSyntaxChecker
- Gets the format file description.Strings specified with <INFO>
keyword is returned.
- getFrame().
Method in class KaAPI.KFrameAgent
- Returns a reference to the KaAPI.KFrame object.
- getKaapiArgs(KUIComponent).
Method in class KaAPI.KFrameAgent
- Returns the Kaapi arguments for KUIComponent kuicRef
- getKaapiArgs(String).
Method in class KaAPI.KFrameAgent
- Returns the Kaapi arguments for KUIComponent referenced by varName.
- getKUIC(String).
Method in class KaAPI.KFrameAgent
- Returns a reference to the KUIComponent given an instance name.
- getKuicArgs(KUIComponent).
Method in class KaAPI.KFrameAgent
- Returns the Kuic arguments for KUIComponent kuicRef
- getKuicArgs(String).
Method in class KaAPI.KFrameAgent
- Returns the Kuic arguments for KUIComponent referenced by varName.
- getLocation(String[]).
Method in class KaAPI.KFrameAgent
- This returns the location information.
- GetLocationString(int).
Static method in class KaAPI.KFrameAgent
- Converts Location represented as int to a Location String.
- getUicLinks(KUIComponent).
Method in class KaAPI.KFrameAgent
- Returns the Uiclinks arguments for KUIComponent kuicRef
- getUicLinks(String).
Method in class KaAPI.KFrameAgent
- Returns the Uiclinks arguments for KUIComponent referenced by varName.
- getUICLocation().
Method in interface KaAPI.KUIComponent
- Should return the location information got from
frameAgent.getLocation()
- getUICVisibility().
Method in interface KaAPI.KUIComponent
- Should return the visibility information got from
frameAgent.getVisibility()
- getVariableName(KUIComponent).
Method in class KaAPI.KFrameAgent
- Returns the variable name of the KUIComponent given a reference to a
KUIComponent
- getVisibility(String[]).
Method in class KaAPI.KFrameAgent
- This returns the visibility information.
- handleEvent(Event).
Method in class KaAPI.KFrame
- Handles the event.
- initUIC(String[], String[], String[], KFrameAgent).
Method in interface KaAPI.KUIComponent
- Constructor for the KUIComponent.
- KFrame(String).
Constructor for class KaAPI.KFrame
-
- KFrameAgent(KFrame).
Constructor for class KaAPI.KFrameAgent
- The user should not create an instance of this class.
- KUICSyntaxChecker(String, boolean).
Constructor for class KaAPI.KUICSyntaxChecker
-
- processFile().
Method in class KaAPI.KUICSyntaxChecker
- This parses the format file.
- setUICVisibility(int).
Method in interface KaAPI.KUIComponent
- This function resets the visibility information.This should
return a boolean value indicating if it has accepeted the change
in its visibility.
- setVisibility(KUIComponent, int).
Method in class KaAPI.KFrameAgent
- This changes the visibility for a KUIComponent
- setVisibility(String, int).
Method in class KaAPI.KFrameAgent
- This changes the visibility for a KUIComponent
- showFrame().
Method in class KaAPI.KFrame
- Places the KUIComponents as specified by the format file and
displays the Top level window
- ToNativePath(String).
Static method in class KaAPI.KFrameAgent
- Converts any pathnames to the native pathnames.
- UIC_LOCATION_CENTER.
Static variable in interface KaAPI.KUIComponent
-
- UIC_LOCATION_EAST.
Static variable in interface KaAPI.KUIComponent
-
- UIC_LOCATION_NONE.
Static variable in interface KaAPI.KUIComponent
-
- UIC_LOCATION_NORTH.
Static variable in interface KaAPI.KUIComponent
-
- UIC_LOCATION_SOUTH.
Static variable in interface KaAPI.KUIComponent
-
- UIC_LOCATION_WEST.
Static variable in interface KaAPI.KUIComponent
-
- UIC_MAX_LOCATIONS.
Static variable in interface KaAPI.KUIComponent
-
- UIC_VISIBILITY_HIDE.
Static variable in interface KaAPI.KUIComponent
-
- UIC_VISIBILITY_SHOW.
Static variable in interface KaAPI.KUIComponent
-
- UIC_VISIBILITY_TOGGLE.
Static variable in interface KaAPI.KUIComponent
-