JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.neuron.app.tonto
Interface IWalker
All Known Subinterfaces:
IWalker2
public interface
IWalker
Interface for CCF tree walk callbacks.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onNode
(
CCFNode
node)
Called for each Device, Panel, Frame and Button walked in a CCF parse tree.
Method Detail
onNode
void onNode(
CCFNode
node)
Called for each Device, Panel, Frame and Button walked in a CCF parse tree.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method