Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y
A
ACD
- class org.eu.sk.zero.acd.
ACD
.
Main ACD application class.
ACD()
- Constructor for class org.eu.sk.zero.acd.
ACD
Constructs the application with the GUI
actions
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Add your defined actions to this container
add(Component)
- Method in class org.eu.sk.zero.acd.
Components
add(ComponentType)
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Adds a component type.
add(ComponentType, Module)
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Adds a component type.
add(PropertyType)
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Adds a property type to the container
add(PropertyType, ComponentType)
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Adds the given property type to the container.
add(Value)
- Method in class org.eu.sk.zero.acd.
Values
Adds the value into the container.
addAction(Action)
- Method in class org.eu.sk.zero.acd.
Gui
Add a global function.
addAll(Collection)
- Method in class org.eu.sk.zero.acd.
Components
addAll(Collection)
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Adds multiple component types.
addAll(Collection)
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Adds the collection of property types into the container.
addAll(Collection)
- Method in class org.eu.sk.zero.acd.
Values
Adds a collection of values into the container.
addAll(Collection, ComponentType)
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Adds the collection of property types into the container.
addAll(Collection, Module)
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Adds multiple component types.
addArea(Area)
- Method in class org.eu.sk.zero.acd.
ACD
Add a new area.
addAreaButton(AreaType)
- Method in class org.eu.sk.zero.acd.
Gui
Only called from the application.
addComponent(Component)
- Method in class org.eu.sk.zero.acd.
ACD
Add a new component.
addComponents(Components)
- Method in class org.eu.sk.zero.acd.
ACD
Add collection of components.
addEdge(Edge)
- Method in class org.eu.sk.zero.acd.
ACD
Add a new edge.
addMethod(Method)
- Method in class org.eu.sk.zero.acd.
ComponentType
Adds a method for this type.
addNode(Node)
- Method in class org.eu.sk.zero.acd.
ACD
Add a new node.
addNodeButton(NodeType)
- Method in class org.eu.sk.zero.acd.
Gui
Only called from the application.
addNodeTrigger(Area, Node)
- Method in class org.eu.sk.zero.acd.
AreaType
Currently not implemented.
addPoint(int, int)
- Method in class org.eu.sk.zero.acd.
Area
Adds a new boundary point.
addSubAreaTrigger(Area, Area)
- Method in class org.eu.sk.zero.acd.
AreaType
Currently not implemented.
addTrigger(Trigger)
- Method in class org.eu.sk.zero.acd.
ComponentType
Adds a trigger for this type of component.
addValue(Value)
- Method in class org.eu.sk.zero.acd.
Component
This is only called by the application.
addValueType(ValueType)
- Method in class org.eu.sk.zero.acd.
ComponentType
Adds a type of value to this type of component.
app
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Application reference.
Area
- class org.eu.sk.zero.acd.
Area
.
Area - relation between several nodes.
Area(ComponentType)
- Constructor for class org.eu.sk.zero.acd.
Area
Constructs a new empty area.
Area(ComponentType, int[], int[], int)
- Constructor for class org.eu.sk.zero.acd.
Area
Constructs a new area with the given boundary points.
areasCollection()
- Method in class org.eu.sk.zero.acd.
Node
Currently not implemented.
areasIterator()
- Method in class org.eu.sk.zero.acd.
Node
Currently not implemented.
AreaType
- class org.eu.sk.zero.acd.
AreaType
.
Area handling classes are not implemented yet and do mostly nothing.
AreaType()
- Constructor for class org.eu.sk.zero.acd.
AreaType
Creates an empty area type
AreaType(String, NodeType[])
- Constructor for class org.eu.sk.zero.acd.
AreaType
Creates area type that can contain nodes of th given types.
AreaType(String, NodeType[], Color)
- Constructor for class org.eu.sk.zero.acd.
AreaType
Creates area type that can contain nodes of th given types.
areaTypes
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Add your defined component types to this container
author
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Author identification.
B
body(Component)
- Method in class org.eu.sk.zero.acd.
Method
The method executed when the Method is called to execute.
body(Component)
- Method in class org.eu.sk.zero.acd.
Trigger
The body() method is executed on the gived component whenever the trigger itself is "executed".
C
cloader
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Module class loader.
collection()
- Method in class org.eu.sk.zero.acd.
Components
collection()
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Returns collection of component types.
collection()
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Returns a collection of the property types
collection()
- Method in class org.eu.sk.zero.acd.
Values
Returns collection of values
Component
- class org.eu.sk.zero.acd.
Component
.
Superclass for all components - nodes, edges and areas.
Component(ComponentType)
- Constructor for class org.eu.sk.zero.acd.
Component
Construct a component of the given type.
Components
- class org.eu.sk.zero.acd.
Components
.
Container class for storing components
Components()
- Constructor for class org.eu.sk.zero.acd.
Components
ComponentType
- class org.eu.sk.zero.acd.
ComponentType
.
Superclass of types of all components.
ComponentType.ACDRgb
- class org.eu.sk.zero.acd.
ComponentType.ACDRgb
.
Helper class for color manipulation.
ComponentType()
- Constructor for class org.eu.sk.zero.acd.
ComponentType
Component type should be never constructed directly.
ComponentType(String)
- Constructor for class org.eu.sk.zero.acd.
ComponentType
Component type should be never constructed directly.
ComponentTypes
- class org.eu.sk.zero.acd.
ComponentTypes
.
Container class for types of components
ComponentTypes()
- Constructor for class org.eu.sk.zero.acd.
ComponentTypes
Creates an empty container.
createClassInstance(String)
- Method in class org.eu.sk.zero.acd.
JarClassLoader
Creates and returns instance of main class of the jar file
D
debugPrint(Object)
- Static method in class org.eu.sk.zero.acd.
ACD
Widely used to print debug messages
denyDoubleEdges()
- Static method in class org.eu.sk.zero.acd.
EdgeType
This trigger denies creating duplicate edge of the same type between two nodes.
desc
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Longer module description
deselect()
- Method in class org.eu.sk.zero.acd.
Component
Deselect this component
draw(Graphics)
- Method in class org.eu.sk.zero.acd.
Edge
Draws the edge using the given Graphics objects.
draw(Graphics)
- Method in class org.eu.sk.zero.acd.
Node
Draw this node with the graphics.
draw(Graphics2D)
- Method in class org.eu.sk.zero.acd.
Area
Draws the area using the given Graphics object.
draw(Graphics, int)
- Method in class org.eu.sk.zero.acd.
Edge
Draws the edge using the given Graphics objects.
draw(Graphics, int)
- Method in class org.eu.sk.zero.acd.
Node
Draw this node with the Graphics.
dump()
- Method in class org.eu.sk.zero.acd.
ComponentType
Deprecated.
dump()
- Method in class org.eu.sk.zero.acd.
PropertyType
Deprecated.
dump()
- Method in class org.eu.sk.zero.acd.
Value
Deprecated.
dump()
- Method in class org.eu.sk.zero.acd.
ValueType
Deprecated.
E
Edge
- class org.eu.sk.zero.acd.
Edge
.
Edge connecting two nodes.
Edge(ComponentType, Node, Node)
- Constructor for class org.eu.sk.zero.acd.
Edge
Adds an edge of the given type between the given two edges.
Edge(ComponentType, Node, Node, Color)
- Constructor for class org.eu.sk.zero.acd.
Edge
Adds an edge of the given type between the given two nodes.
edgesFromCollection()
- Method in class org.eu.sk.zero.acd.
Node
Collection of all edges leading from this node.
edgesFromIterator()
- Method in class org.eu.sk.zero.acd.
Node
Allows browsing all edges leading from this node
edgesToCollection()
- Method in class org.eu.sk.zero.acd.
Node
Collection of all edgesFrom leading to this node.
edgesToIterator()
- Method in class org.eu.sk.zero.acd.
Node
Allows browsing all edges leading to this node
EdgeType
- class org.eu.sk.zero.acd.
EdgeType
.
Type of edges.
EdgeType()
- Constructor for class org.eu.sk.zero.acd.
EdgeType
Creates an empty edge type
EdgeType(String, NodeType, NodeType)
- Constructor for class org.eu.sk.zero.acd.
EdgeType
Creates a type of edge which can be created between nodes of the given types
EdgeType(String, NodeType, NodeType, boolean)
- Constructor for class org.eu.sk.zero.acd.
EdgeType
Creates a type of edge which can be created between nodes of the given types.
edgeTypes
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Add your defined component types to this container
ERROR
- Static variable in class org.eu.sk.zero.acd.
ComponentType
F
farEnough(int, int, int)
- Method in class org.eu.sk.zero.acd.
Area
findArea(int, int)
- Method in class org.eu.sk.zero.acd.
ACD
Looks for an area on the given position.
findEdge(int, int)
- Method in class org.eu.sk.zero.acd.
ACD
Looks for an edge on the given position.
findNode(int, int)
- Method in class org.eu.sk.zero.acd.
ACD
Looks for a node on the given position.
fireMethod(Component, Method)
- Method in class org.eu.sk.zero.acd.
ACD
Launches the given method on the given component.
fireTriggers(Component, String)
- Method in class org.eu.sk.zero.acd.
ComponentType
Fires triggers.
first()
- Method in class org.eu.sk.zero.acd.
Values
Returns the first value.
flushComponents()
- Method in class org.eu.sk.zero.acd.
ACD
Removes all components.
from()
- Method in class org.eu.sk.zero.acd.
Edge
Returns the first node of this edge
G
get()
- Method in class org.eu.sk.zero.acd.
Value
Returns the value
getActions()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
getActions()
- Method in interface org.eu.sk.zero.acd.
Module
Exported actions.
getAreasIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all areas in application.
getAreasIterator()
- Method in class org.eu.sk.zero.acd.
Components
getAreaTypes()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
Only called from the application.
getAreaTypes()
- Method in interface org.eu.sk.zero.acd.
Module
Exported area types.
getAreaTypesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all types of areas in application.
getAreaTypesIterator()
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Allows browsing all area types in the container.
getAuthor()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
getAuthor()
- Method in interface org.eu.sk.zero.acd.
Module
Author and copyright information.
getColor()
- Method in class org.eu.sk.zero.acd.
EdgeType
getComponent(int)
- Method in class org.eu.sk.zero.acd.
ACD
Returns a component by given id.
getComponentsIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Returned Iterator allows browsing all components in application.
getComponentsIterator(ComponentType)
- Method in class org.eu.sk.zero.acd.
ACD
Returned Iterator allows browsing all components of given type.
getComponentsIterator(ComponentType)
- Method in class org.eu.sk.zero.acd.
Components
getComponentType(int)
- Method in class org.eu.sk.zero.acd.
ACD
Returns component type by given id.
getComponentTypesIterator(ComponentType)
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Allows browsing all component types according the given type.
getDescription()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
getDescription()
- Method in interface org.eu.sk.zero.acd.
Module
Longer module description.
getEdgesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all egdes in application.
getEdgesIterator()
- Method in class org.eu.sk.zero.acd.
Components
getEdgeTypes()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
Only called from the application.
getEdgeTypes()
- Method in interface org.eu.sk.zero.acd.
Module
Exported edge types.
getEdgeTypesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all types of edges in application.
getEdgeTypesIterator()
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Allows browsing all edge types in the container.
getGuiComponent()
- Method in class org.eu.sk.zero.acd.
ACD
Returns the top level gui component.
getId()
- Method in class org.eu.sk.zero.acd.
Component
Returns the numeric id of the component.
getId()
- Method in class org.eu.sk.zero.acd.
ComponentType
Returns numerical identification.
getId()
- Method in class org.eu.sk.zero.acd.
PropertyType
getId()
- Method in class org.eu.sk.zero.acd.
Value
getMainClassName()
- Method in class org.eu.sk.zero.acd.
JarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.
getMnemo(Action)
- Method in class org.eu.sk.zero.acd.
MenuBar
getModulesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all modules in application.
getName()
- Method in class org.eu.sk.zero.acd.
ComponentType
getName()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
getName()
- Method in interface org.eu.sk.zero.acd.
Module
Name of the module.
getName()
- Method in class org.eu.sk.zero.acd.
PropertyType
getNodesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all nodes in application.
getNodesIterator()
- Method in class org.eu.sk.zero.acd.
Components
getNodeTypes()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
Only called from the application.
getNodeTypes()
- Method in interface org.eu.sk.zero.acd.
Module
Exported node types.
getNodeTypesIterator()
- Method in class org.eu.sk.zero.acd.
ACD
Allows to browse all types of nodes in application.
getNodeTypesIterator()
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Allows browsing all node types in the container.
getPolygon()
- Method in class org.eu.sk.zero.acd.
Area
Returns the boundary polygon.
getPriority(Action)
- Method in class org.eu.sk.zero.acd.
MenuBar
getStatus()
- Method in class org.eu.sk.zero.acd.
Gui
getType()
- Method in class org.eu.sk.zero.acd.
Component
Returns the type of the component.
getX()
- Method in class org.eu.sk.zero.acd.
Node
String representation of the X coordinate
getY()
- Method in class org.eu.sk.zero.acd.
Node
String representation of the Y coordinate
Gui
- class org.eu.sk.zero.acd.
Gui
.
Graphical user interface of the ACD application
Gui(ACD)
- Constructor for class org.eu.sk.zero.acd.
Gui
The GUI object is only created from the ACD class
H
hidden
- Variable in class org.eu.sk.zero.acd.
ComponentType
Whether all components of this type should be hidden.
hide()
- Method in class org.eu.sk.zero.acd.
Component
Hides the component.
I
icon
- Variable in class org.eu.sk.zero.acd.
NodeType
Image describing nodes of this type
id
- Variable in class org.eu.sk.zero.acd.
Component
Numerical id of the component.
id
- Variable in class org.eu.sk.zero.acd.
ComponentType
Numerical id of component type.
id
- Variable in class org.eu.sk.zero.acd.
PropertyType
Numerical id of property type.
id
- Variable in class org.eu.sk.zero.acd.
Value
Numerical id of value.
image
- Variable in class org.eu.sk.zero.acd.
NodeType
INACTIVE
- Static variable in class org.eu.sk.zero.acd.
ComponentType
isError()
- Method in class org.eu.sk.zero.acd.
Component
Gets the error status of this component.
isHidden()
- Method in class org.eu.sk.zero.acd.
Component
Gets the hidden status of the component.
isHidden()
- Method in class org.eu.sk.zero.acd.
ComponentType
isInLine(int, int, int, int)
- Method in class org.eu.sk.zero.acd.
Area
isInLine(int, int, int, int, boolean)
- Method in class org.eu.sk.zero.acd.
Area
isOriented()
- Method in class org.eu.sk.zero.acd.
EdgeType
isSelected()
- Method in class org.eu.sk.zero.acd.
Component
Check selection status of this component
iterator()
- Method in class org.eu.sk.zero.acd.
Components
iterator()
- Method in class org.eu.sk.zero.acd.
ComponentTypes
Allows browsing all component types in the container.
iterator()
- Method in class org.eu.sk.zero.acd.
PropertyTypes
Returns an iterator over the property types
iterator()
- Method in class org.eu.sk.zero.acd.
Values
Returns an iterator over values
J
JarClassLoader
- class org.eu.sk.zero.acd.
JarClassLoader
.
A class loader for loading jar files, both local and remote.
JarClassLoader(URL)
- Constructor for class org.eu.sk.zero.acd.
JarClassLoader
Creates a new JarClassLoader for the specified url.
L
loadModule(Module)
- Method in class org.eu.sk.zero.acd.
ACD
Loads a module into the application.
loadModule(String)
- Method in class org.eu.sk.zero.acd.
ACD
Loads a module from a file.
M
main(String[])
- Static method in class org.eu.sk.zero.acd.
ACD
Constructs an ACD object and loads all given modules.
MenuBar
- class org.eu.sk.zero.acd.
MenuBar
.
Menu Bar.
Method
- class org.eu.sk.zero.acd.
Method
.
Method that can be executed on a component.
Method(String)
- Constructor for class org.eu.sk.zero.acd.
Method
Don't construct Method directly.
methodIterator()
- Method in class org.eu.sk.zero.acd.
ComponentType
Allows browsing methods associated with this component type.
Module
- interface org.eu.sk.zero.acd.
Module
.
Module of the ACD application.
ModuleAdapter
- class org.eu.sk.zero.acd.
ModuleAdapter
.
Module adapter class.
ModuleAdapter()
- Constructor for class org.eu.sk.zero.acd.
ModuleAdapter
To create a module, subclass the ModuleAdapter class and override this constructor.
moveOrMergePoint(int, int, int)
- Method in class org.eu.sk.zero.acd.
Area
Moves a point elsewhere.
movePoint(int, int, int)
- Method in class org.eu.sk.zero.acd.
Area
Moves a point elsewhere unconditionally.
N
name
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Name of the module
Node
- class org.eu.sk.zero.acd.
Node
.
Node of the security model.
Node(ComponentType, int, int)
- Constructor for class org.eu.sk.zero.acd.
Node
Constructs a new node of the given type at the given position
nodesConnectedFromIterator(EdgeType)
- Method in class org.eu.sk.zero.acd.
Node
All nodes which are connected to this node by an edge of certain type
nodesConnectedToIterator(EdgeType)
- Method in class org.eu.sk.zero.acd.
Node
All nodes which are connected from this node by an edge of certain type
NodeType
- class org.eu.sk.zero.acd.
NodeType
.
Type of nodes.
NodeType()
- Constructor for class org.eu.sk.zero.acd.
NodeType
Creates an empty node type
NodeType(String, ImageIcon)
- Constructor for class org.eu.sk.zero.acd.
NodeType
Creates a node type with the given name with an icon.
NodeType(String, String)
- Constructor for class org.eu.sk.zero.acd.
NodeType
Deprecated.
nodeTypes
- Variable in class org.eu.sk.zero.acd.
ModuleAdapter
Add your defined component types to this container
O
org.eu.sk.zero.acd
- package org.eu.sk.zero.acd
P
placeHorizontallyAdjacent(int, Node)
- Method in class org.eu.sk.zero.acd.
PlacementHint
Places the node on the same Y coordinate as the given node.
PlacementHint
- class org.eu.sk.zero.acd.
PlacementHint
.
Placement hint - graph beautification helper.
PlacementHint(Node, ACD)
- Constructor for class org.eu.sk.zero.acd.
PlacementHint
Creates hints for placing the specified node.
placeOnX(int)
- Method in class org.eu.sk.zero.acd.
PlacementHint
Places the node on an empty spot with X coordinate equal to the given.
placeUnder(Node)
- Method in class org.eu.sk.zero.acd.
PlacementHint
Places the node under the given node.
PropertyType
- class org.eu.sk.zero.acd.
PropertyType
.
Property type is superclass of methods, triggers and types of values.
PropertyType()
- Constructor for class org.eu.sk.zero.acd.
PropertyType
Do not construct Property type directly.
PropertyType(String)
- Constructor for class org.eu.sk.zero.acd.
PropertyType
Do not construct Property type directly.
PropertyTypes
- class org.eu.sk.zero.acd.
PropertyTypes
.
Container for holding methods, triggers and types of values.
PropertyTypes()
- Constructor for class org.eu.sk.zero.acd.
PropertyTypes
Creates a new empty container.
R
redraw()
- Method in class org.eu.sk.zero.acd.
ACD
Repacks the gui.
redraw()
- Method in class org.eu.sk.zero.acd.
Gui
Only called from the application.
remove(Component)
- Method in class org.eu.sk.zero.acd.
Components
removeArea(Area)
- Method in class org.eu.sk.zero.acd.
ACD
Removes an area from application.
removeComponent(Component)
- Method in class org.eu.sk.zero.acd.
ACD
Remove a component.
removeEdge(Edge)
- Method in class org.eu.sk.zero.acd.
ACD
Removes an edge from application.
removeNode(Node)
- Method in class org.eu.sk.zero.acd.
ACD
Removes a node from application.
removeNodeTrigger(Area, Node)
- Method in class org.eu.sk.zero.acd.
AreaType
Currently not implemented.
removePoint(int)
- Method in class org.eu.sk.zero.acd.
Area
Removes a point.
removeSubAreaTrigger(Area, Area)
- Method in class org.eu.sk.zero.acd.
AreaType
Currently not implemented.
repaint()
- Method in class org.eu.sk.zero.acd.
ACD
Repaints the gui.
repaint()
- Method in class org.eu.sk.zero.acd.
Gui
Repaints the gui.
replaceDuplicateFrom()
- Static method in class org.eu.sk.zero.acd.
EdgeType
This trigger replaces existing edge of this type leading from the same node as the created edge is leading from.
replaceDuplicateTo()
- Static method in class org.eu.sk.zero.acd.
EdgeType
This trigger replaces existing edge of this type leading to the same node as the created edge is leading to.
S
select()
- Method in class org.eu.sk.zero.acd.
Component
Select this component
SELECTED
- Static variable in class org.eu.sk.zero.acd.
ComponentType
set(String)
- Method in class org.eu.sk.zero.acd.
Value
Sets the value
setApplication(ACD)
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
setApplication(ACD)
- Method in interface org.eu.sk.zero.acd.
Module
Reference to the application itself.
setColor(Color)
- Method in class org.eu.sk.zero.acd.
EdgeType
setError(boolean)
- Method in class org.eu.sk.zero.acd.
Component
Sets the error status of this component.
setHidden(boolean)
- Method in class org.eu.sk.zero.acd.
ComponentType
setOriented(boolean)
- Method in class org.eu.sk.zero.acd.
EdgeType
setStatus(int)
- Method in class org.eu.sk.zero.acd.
Gui
show()
- Method in class org.eu.sk.zero.acd.
Component
Unhides the component.
showUsageHelp()
- Method in class org.eu.sk.zero.acd.
Gui
T
to()
- Method in class org.eu.sk.zero.acd.
Edge
Returns the second node of this edge
toString()
- Method in class org.eu.sk.zero.acd.
Component
Returns a string representation of this object.
toString()
- Method in class org.eu.sk.zero.acd.
ComponentType
Returns name of this type.
toString()
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
toString()
- Method in class org.eu.sk.zero.acd.
PropertyType
toString()
- Method in class org.eu.sk.zero.acd.
Value
Returns string describing the value.
Trigger
- class org.eu.sk.zero.acd.
Trigger
.
Triggers are functions that are executed automaticly when certain events occur.
Trigger(String)
- Constructor for class org.eu.sk.zero.acd.
Trigger
Do not directly construct Trigger.
type
- Variable in class org.eu.sk.zero.acd.
Component
Type of this component.
type()
- Method in class org.eu.sk.zero.acd.
Value
Returns type of the value
U
url(String)
- Method in class org.eu.sk.zero.acd.
ModuleAdapter
Converts a filename to url.
V
Value
- class org.eu.sk.zero.acd.
Value
.
Value of a component.
value(int)
- Method in class org.eu.sk.zero.acd.
Component
Returns value of the component by its type id
value(String)
- Method in class org.eu.sk.zero.acd.
Component
Returns value of the component by its name
Value(ValueType)
- Constructor for class org.eu.sk.zero.acd.
Value
You should never nedd to construct values directly.
Value(ValueType, String)
- Constructor for class org.eu.sk.zero.acd.
Value
You should never nedd to construct values directly.
valueIterator()
- Method in class org.eu.sk.zero.acd.
Component
Allows browsing all values of the component
Values
- class org.eu.sk.zero.acd.
Values
.
Container for holding values.
Values()
- Constructor for class org.eu.sk.zero.acd.
Values
Creates an empty container.
ValueType
- class org.eu.sk.zero.acd.
ValueType
.
Type of value of a component.
ValueType(String)
- Constructor for class org.eu.sk.zero.acd.
ValueType
Creates a new value type with the specified name.
ValueType(String, String)
- Constructor for class org.eu.sk.zero.acd.
ValueType
Creates a new value type with the specified name and measure.
valueTypeIterator()
- Method in class org.eu.sk.zero.acd.
ComponentType
Allows browsing types of values for this component type.
X
xCoord
- Variable in class org.eu.sk.zero.acd.
Node
Positional coordinate of this component
Y
yCoord
- Variable in class org.eu.sk.zero.acd.
Node
Positional coordinate of this component
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
Y
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes