A B C D E F G H I K L M N P R S T U V W X _

A

actionPerformed(ActionEvent) - Method in class fr.inria.ketuk.XBMapper
called when a event of type action is fired
actionPerformed(ActionEvent) - Method in class fr.inria.ketuk.BeansEdit
Handler for action events.
actionPerformed(ActionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptActionHandler
 
ADD_CHILD - Static variable in class fr.inria.ketuk.BeanEditEvent
Indicates that a child has to be added
add(Container, Component) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component into a Container
add(Container, Component, int) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component at a given position into a Container
add(Container, Component, Object) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component into a Container with a given constraint
add(Container, Component, Object, int) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component at a given position into a Container with a given constraint
add(Dictionary, Object, Object) - Method in class fr.inria.ketuk.Adders
Adder for a pair key, value into a Dictionary
add(JFrame, Component) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component into a JFrame
add(JFrame, Component, int) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component at a given position into a JFrame
add(JFrame, Component, Object) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component into a JFrame with a given constraint
add(JFrame, Component, Object, int) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Component at a given position into a JFrame with a given constraint
add(JMenu, String) - Method in class fr.inria.ketuk.Adders
Adder for an object of class String into a JMenu
add(MenuBar, Menu) - Method in class fr.inria.ketuk.Adders
Adder for an object of class Menu into a MenuBar
add(Menu, MenuItem) - Method in class fr.inria.ketuk.Adders
Adder for an object of class MenuItem into a Menu
add(Menu, String) - Method in class fr.inria.ketuk.Adders
Adder for an object of class String into a Menu
add(Object) - Method in class fr.inria.ketuk.widgets.html.Table
 
add(Object) - Method in class fr.inria.ketuk.widgets.html.TR
 
add(Object) - Method in class fr.inria.ketuk.widgets.html.TD
 
add(Table, Object) - Method in class fr.inria.ketuk.widgets.html.Adders
 
add(TD, Object) - Method in class fr.inria.ketuk.widgets.html.Adders
 
add(TR, Object) - Method in class fr.inria.ketuk.widgets.html.Adders
 
add(Vector, Object) - Method in class fr.inria.ketuk.Adders
Adder for an object into a Vector
add(Vector, Object, int) - Method in class fr.inria.ketuk.Adders
Adder for an object at a specified position into a Vector
ADDED - Static variable in class fr.inria.ketuk.XEditEvent
Indicates that a node has to be added
Adders - class fr.inria.ketuk.Adders.
A Collection of methods to add an object into another one
Adders - class fr.inria.ketuk.widgets.html.Adders.
 
Adders() - Constructor for class fr.inria.ketuk.Adders
Default constructor
Adders() - Constructor for class fr.inria.ketuk.widgets.html.Adders
Constructs the convertor
addLayoutComponent(String, Component) - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
addLayoutComponent(String, Component) - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 
addMappingBeanProp(Object, String) - Method in class fr.inria.ketuk.XBLinks
Adds a properties in the list of props associated with the bean
addMappingProp(Object, String, String) - Method in class fr.inria.ketuk.XBLinks
Adds a pairs propertyName, propertyID to the key bean
addXEditListener(XEditListener) - Method in class fr.inria.ketuk.XBMapper
Adds an event listener for XEdit events
adjustmentValueChanged(AdjustmentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptAdjustmentHandler
 
ancestorAdded(AncestorEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler
 
ancestorMoved(AncestorEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler
 
ancestorRemoved(AncestorEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler
 

B

BeanEditEvent - class fr.inria.ketuk.BeanEditEvent.
An Event representing an editing operation that must be performed on a bean
BeanEditEvent(Object, int) - Constructor for class fr.inria.ketuk.BeanEditEvent
Constuctor used to create a 'END' event
BeanEditEvent(Object, int, Object) - Constructor for class fr.inria.ketuk.BeanEditEvent
Constuctor used to create a 'ADD_CHILD' or 'REMOVE_CHILD' event
BeanEditEvent(Object, int, Object, int) - Constructor for class fr.inria.ketuk.BeanEditEvent
Constuctor used to create a 'ADD_CHILD' event
BeanEditEvent(Object, int, String, Object, Object) - Constructor for class fr.inria.ketuk.BeanEditEvent
Constuctor used to create a 'CHANGE_PROPERTY' event
BeanEditListener - interface fr.inria.ketuk.BeanEditListener.
An interface that should be implemented by object listening BeanEditEvent types
beanEditPerformed(BeanEditEvent) - Method in interface fr.inria.ketuk.BeanEditListener
Called when an update is made on a bean
beanEditPerformed(BeanEditEvent) - Method in class fr.inria.ketuk.XBMapper
called when a event of type beanEdit is fired
BeansEdit - class fr.inria.ketuk.BeansEdit.
Implementation of a basic application allowing the edition of a XML document with it's associated XSLT file
BMException - exception fr.inria.ketuk.BMException.
Exception raised during the processing of a BM script
BMException() - Constructor for class fr.inria.ketuk.BMException
Default constructor
BMException(String) - Constructor for class fr.inria.ketuk.BMException
Constructor with an error message specified
BMIncrProcessor - class fr.inria.ketuk.BMIncrProcessor.
An extension of BM processor which can perform an incremental update of the result beans given a list of changes in the xml document
BMPlayer - class fr.inria.ketuk.BMPlayer.
Plays a bean markup file
BMPlayer() - Constructor for class fr.inria.ketuk.BMPlayer
 
BMProcessor - class fr.inria.ketuk.BMProcessor.
A processor of the Beans markups
Body - class fr.inria.ketuk.widgets.html.Body.
 
Body() - Constructor for class fr.inria.ketuk.widgets.html.Body
 

C

caretUpdate(CaretEvent) - Method in class fr.inria.ketuk.XBMapper
called when a event of type caret is fired
caretUpdate(CaretEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptCaretHandler
 
CHANGE - Static variable in class fr.inria.ketuk.XChange
Indicates that a node has been changed
CHANGE_PROPERTY - Static variable in class fr.inria.ketuk.BeanEditEvent
Indicates that a property has to be changed
CHANGED - Static variable in class fr.inria.ketuk.XEditEvent
Indicates that a node has to be changed
changedUpdate(DocumentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptDocumentHandler
 
changedUpdate(DocumentEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 
columnAdded(TableColumnModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
columnMarginChanged(ChangeEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
columnMoved(TableColumnModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
columnRemoved(TableColumnModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
columnSelectionChanged(ListSelectionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
componentAdded(ContainerEvent) - Method in class fr.inria.ketuk.XBMapper
Default processing when a component has been changed
componentAdded(ContainerEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptContainerHandler
 
componentHidden(ComponentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler
 
componentMoved(ComponentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler
 
componentRemoved(ContainerEvent) - Method in class fr.inria.ketuk.XBMapper
Default processing when a component has been removed
componentRemoved(ContainerEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptContainerHandler
 
componentResized(ComponentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler
 
componentShown(ComponentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler
 
computeXPath(Node, Node) - Static method in class fr.inria.ketuk.XPathUtil
Computes an unambiguous XPath allowing to reach sourceNode from the specified baseNode
contentsChanged(ListDataEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptListDataHandler
 
convert(Boolean, Class) - Method in class fr.inria.ketuk.TypeConvertor
Default convertor for an object of class Boolean
convert(Number, Class) - Method in class fr.inria.ketuk.TypeConvertor
Default convertor for an object of class Number
convert(Object, Class) - Method in class fr.inria.ketuk.TypeConvertor
Default convertor for an object of class Object
convert(String, Class) - Method in class fr.inria.ketuk.TypeConvertor
Default convertor for an object of class String
createAddChildEvent(Object, Object) - Static method in class fr.inria.ketuk.BeanEditEvent
Constructor used to create a 'ADD_CHILD' event
createAddChildEvent(Object, Object, int) - Static method in class fr.inria.ketuk.BeanEditEvent
Constructor used to create a 'ADD_CHILD' event
createAddChildEvent(Object, String) - Static method in class fr.inria.ketuk.BeanEditEvent
Constructor used to create a 'ADD_CHILD' event
createChangePropertyEvent(Object, String, Object, Object) - Static method in class fr.inria.ketuk.BeanEditEvent
Constructor used to create a 'CHANGE_PROPERTY' event
createRemoveBeanEvent(Object, Object) - Static method in class fr.inria.ketuk.BeanEditEvent
Constuctor used to create a 'REMOVE_CHILD' event

D

diff(Node, Node) - Method in class fr.inria.ketuk.XmlTreeDiff
Performs a diff between two DOM trees
doTransform() - Method in class fr.inria.ketuk.XBMapper
Applies the transformation represented by the current xsl document to the source document

E

editingCanceled(ChangeEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptCellEditorHandler
 
editingStopped(ChangeEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptCellEditorHandler
 
END - Static variable in class fr.inria.ketuk.BeanEditEvent
Indicates that a end is requested
END - Static variable in class fr.inria.ketuk.XEditEvent
Indicates the end of an updating process
error(String) - Method in class fr.inria.ketuk.BMProcessor
Error processing
error(String, Object) - Method in class fr.inria.ketuk.BMProcessor
Error processing
executeAdd(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Processes a add element

F

focusGained(FocusEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptFocusHandler
 
focusGained(FocusEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
focusLost(FocusEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptFocusHandler
 
focusLost(FocusEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
fr.inria.ketuk - package fr.inria.ketuk
 
fr.inria.ketuk.scriptEventHandler - package fr.inria.ketuk.scriptEventHandler
 
fr.inria.ketuk.widgets - package fr.inria.ketuk.widgets
 
fr.inria.ketuk.widgets.html - package fr.inria.ketuk.widgets.html
 

G

getArray(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets a Array
getBean(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Constructs a bean from a 'bean' tag
getBeanObject() - Method in class fr.inria.ketuk.BMProcessor
Returns the root of the bean hierarchy
getBMDocument() - Method in class fr.inria.ketuk.BMProcessor
Returns the bean markup document
getBorderw() - Method in class fr.inria.ketuk.widgets.html.Table
 
getBorderw() - Method in class fr.inria.ketuk.widgets.html.TR
 
getBorderw() - Method in class fr.inria.ketuk.widgets.html.TD
 
getCast(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets a Cast
getChanges() - Method in class fr.inria.ketuk.XmlTreeDiff
The changes representing the differences between trees
getChild() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the added child
getChildIndex() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the added child's index
getChildName() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the name of the added child
getElt(int) - Method in class fr.inria.ketuk.widgets.TextBox
 
getEltIdName() - Method in class fr.inria.ketuk.XBLinks
Returns the name of the attribute used to memorize the unique Identifier of a node
getEltIdNum() - Method in class fr.inria.ketuk.XBLinks
The number of the last named node
getEltIdPrefix() - Method in class fr.inria.ketuk.XBLinks
Returns the prefix used to name a node
getEventType() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the event type
getEventType() - Method in class fr.inria.ketuk.XEditEvent
The event's type
getField(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets a field
getIndent() - Method in class fr.inria.ketuk.widgets.VBox
 
getIndent() - Method in class fr.inria.ketuk.widgets.html.Body
 
getIndex() - Method in class fr.inria.ketuk.XChange
The position of the insertion
getInterline() - Method in class fr.inria.ketuk.widgets.VBox
 
getInterline() - Method in class fr.inria.ketuk.widgets.html.Body
 
getInterword() - Method in class fr.inria.ketuk.widgets.HBox
 
getMappingBeanProp(Object) - Method in class fr.inria.ketuk.XBLinks
Returns the properties initialized int the bean
getMappingEltBean(String) - Method in class fr.inria.ketuk.XBLinks
Returns the mapping between the xpath of bean elements in the result DOM tree and the generated object
getMappingEltBeanKeys() - Method in class fr.inria.ketuk.XBLinks
Returns the XPath of the element from the source document mapped with beans
getMappingNodeRef(Object) - Method in class fr.inria.ketuk.XBLinks
Returns the mapping between generated beans, and the 'id' of the corresponding element in the source tree
getMappingProp(Object) - Method in class fr.inria.ketuk.XBLinks
Returns the pairs propertyName, propertyID associated with the bean
getMappingSourceNode(String) - Method in class fr.inria.ketuk.XBLinks
Returns the id into the xslt of the property defined by "sourceNode+propertyName"
getMethod(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Applies a function specified in a XML bean specification.
getNewProperty() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the property's new value
getObject() - Method in class fr.inria.ketuk.TypedObject
Gets the object
getObject(Node, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets an object
getOldProperty() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the property's old value
getParamNode2() - Method in class fr.inria.ketuk.XChange
The XPath to the second parameter node
getParamXPath() - Method in class fr.inria.ketuk.XChange
The XPath to the parameter node
getParent() - Method in class fr.inria.ketuk.widgets.html.TR
 
getParent() - Method in class fr.inria.ketuk.widgets.html.TD
 
getProperty(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets a property
getPropertyName() - Method in class fr.inria.ketuk.BeanEditEvent
Gets the property name
getRootBean() - Method in class fr.inria.ketuk.XBMapper
The root of the generated beans
getScript(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Processes a script element
getSourceNode() - Method in class fr.inria.ketuk.XEditEvent
The concerned node
getSourceXPath() - Method in class fr.inria.ketuk.XChange
The XPath to the source node
getString(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Gets a string
getType() - Method in class fr.inria.ketuk.TypedObject
Gets the type
getType() - Method in class fr.inria.ketuk.XChange
The change's type
getXmlDocument() - Method in class fr.inria.ketuk.XBMapper
The source XML document

H

HBox - class fr.inria.ketuk.widgets.HBox.
 
HBox() - Constructor for class fr.inria.ketuk.widgets.HBox
 
HorizontalLayout - class fr.inria.ketuk.widgets.HorizontalLayout.
 
HorizontalLayout() - Constructor for class fr.inria.ketuk.widgets.HorizontalLayout
 
HorizontalLayout(int) - Constructor for class fr.inria.ketuk.widgets.HorizontalLayout
 

I

incrementEltIdNum() - Method in class fr.inria.ketuk.XBLinks
Increments the value of the last named node
init() - Method in class fr.inria.ketuk.BeansEdit
Initializes the class
initStyles() - Method in class fr.inria.ketuk.widgets.TextBox
 
INSERT - Static variable in class fr.inria.ketuk.XChange
Indicates that a node has been inserted
insertUpdate(DocumentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptDocumentHandler
 
insertUpdate(DocumentEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 
intervalAdded(ListDataEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptListDataHandler
 
intervalRemoved(ListDataEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptListDataHandler
 
itemStateChanged(ItemEvent) - Method in class fr.inria.ketuk.BeansEdit
Handler for item events.
itemStateChanged(ItemEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptItemHandler
 

K

keyPressed(KeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptKeyHandler
 
keyPressed(KeyEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 
keyReleased(KeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptKeyHandler
 
keyReleased(KeyEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 
keyTyped(KeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptKeyHandler
 
keyTyped(KeyEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 

L

Label - class fr.inria.ketuk.widgets.html.Label.
 
Label() - Constructor for class fr.inria.ketuk.widgets.html.Label
 
Label(String) - Constructor for class fr.inria.ketuk.widgets.html.Label
 
layoutContainer(Container) - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
layoutContainer(Container) - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 

M

main(String[]) - Static method in class fr.inria.ketuk.BMPlayer
Processes beans Markup document, generates the corresponding bean hierarchy and displays it
main(String[]) - Static method in class fr.inria.ketuk.XEdit
Entry point of the class.
main(String[]) - Static method in class fr.inria.ketuk.BeansEdit
Entry point of the class.
menuCanceled(MenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuHandler
 
menuDeselected(MenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuHandler
 
menuKeyPressed(MenuKeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuKeyHandler
 
menuKeyReleased(MenuKeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuKeyHandler
 
menuKeyTyped(MenuKeyEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuKeyHandler
 
menuSelected(MenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMenuHandler
 
minimumLayoutSize(Container) - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
minimumLayoutSize(Container) - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 
mouseClicked(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
mouseClicked(MouseEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
mouseDragged(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseMotionHandler
 
mouseEntered(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
mouseEntered(MouseEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
mouseExited(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
mouseExited(MouseEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
mouseMoved(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseMotionHandler
 
mousePressed(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
mousePressed(MouseEvent) - Method in class fr.inria.ketuk.widgets.HBox
 
mouseReleased(MouseEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
mouseReleased(MouseEvent) - Method in class fr.inria.ketuk.widgets.HBox
 

N

notifyXEditPerformed(Node, int) - Method in class fr.inria.ketuk.XBMapper
Notifies all registered listener when an XEdit event is received

P

popupMenuCanceled(PopupMenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptPopupMenuHandler
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptPopupMenuHandler
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptPopupMenuHandler
 
preferredLayoutSize(Container) - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
preferredLayoutSize(Container) - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 
process() - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document to obtain a root bean
processBM() - Method in class fr.inria.ketuk.XBMapper
Applies the transformation represented by the current xslt document to the source document and generates the corresponding bean
processBM(Document) - Method in class fr.inria.ketuk.XBMapper
Performs the layout of the beans described by the the parameter bean markup document
processBM(Document, Hashtable) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document
processBM(Document, Hashtable, Object, URL) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document specified in the source, given a contextURL, a contextBean and a list or registered beans
processBM(Element, Hashtable) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document
processBM(Element, Hashtable, Object, URL) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document
processBM(String) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document specified in the source
processBM(String, Hashtable, Object, URL) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document specified in the source, given a contextURL, a contextBean and a list or registered beans
processBM(String, URL) - Method in class fr.inria.ketuk.BMProcessor
Process the bean markup document specified in the source, given a contextURL
processEvent(DocumentEvent) - Method in class fr.inria.ketuk.ScriptEventProcessor
Delegates the execution of the script to xbmapper when a documentEvent is received
processEvent(DocumentEvent, String) - Method in class fr.inria.ketuk.ScriptEventProcessor
Delegates the execution of the script to xbmapper
processEvent(EventObject) - Method in class fr.inria.ketuk.ScriptEventProcessor
Delegates the execution of the script to xbmapper when an eventObject is received
processEvent(EventObject, String) - Method in class fr.inria.ketuk.ScriptEventProcessor
Delegates the execution of the script to xbmapper
processEvent(PropertyChangeEvent, String) - Method in class fr.inria.ketuk.ScriptEventProcessor
Delegates the execution of the script to xbmapper
propertyChange(PropertyChangeEvent) - Method in class fr.inria.ketuk.XBMapper
Default processing when a property has changed
propertyChange(PropertyChangeEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptPropertyChangeHandler
 
putMappingBeanProp(Object, Set) - Method in class fr.inria.ketuk.XBLinks
Sets the list of properties associated with the bean
putMappingEltBean(String, Object) - Method in class fr.inria.ketuk.XBLinks
Adds a new mapping between the xpath of a bean elements in the result DOM tree and a generated object
putMappingNodeRef(Object, String) - Method in class fr.inria.ketuk.XBLinks
Adds a new mapping between a beans, and the 'id' of the corresponding element in the source tree
putMappingProp(Object, Hashtable) - Method in class fr.inria.ketuk.XBLinks
Sets the pairs propertyName, propertyID associated with the bean
putMappingSourceNode(String, String) - Method in class fr.inria.ketuk.XBLinks
Adds a mapping between a pair "sourceNode+propertyName" and the 'id' of the property element into the XSL tree

R

reflectChanges(Document, Vector, PropertyChangeEvent) - Method in class fr.inria.ketuk.BMIncrProcessor
Updates the beans given a list of changes
register(Object, Element, Hashtable, Object, URL) - Static method in class fr.inria.ketuk.ScriptEventProcessor
Register a bean with its associated script element
register(Object, Element, Hashtable, Object, URL, String) - Static method in class fr.inria.ketuk.ScriptEventProcessor
Register a bean with its associated script element
REMOVE - Static variable in class fr.inria.ketuk.XChange
Indicates that a node has been removed
REMOVE_CHILD - Static variable in class fr.inria.ketuk.BeanEditEvent
Indicates that a child has to be removed
remove(Container, Component) - Method in class fr.inria.ketuk.Removers
Remover for an object of class Component placed in a Container
remove(Dictionary, Object) - Method in class fr.inria.ketuk.Removers
Remover for an object of class Object placed in a Dictionnary
remove(JFrame, Component) - Method in class fr.inria.ketuk.Removers
Remover for an object of class Component placed in a JFrame
remove(JMenu, Component) - Method in class fr.inria.ketuk.Removers
Remover for an object of class Component placed in a JMenu
remove(JMenu, JMenuItem) - Method in class fr.inria.ketuk.Removers
Remover for an object of class JMenuItem placed in a JMenu
remove(MenuBar, MenuComponent) - Method in class fr.inria.ketuk.Removers
Remover for an object of class MenuComponent placed in a MenuBar
remove(Menu, MenuComponent) - Method in class fr.inria.ketuk.Removers
Remover for an object of class MenuComponent placed in a Menu
remove(Object) - Method in class fr.inria.ketuk.widgets.html.Table
 
remove(Object) - Method in class fr.inria.ketuk.widgets.html.TR
 
remove(Object) - Method in class fr.inria.ketuk.widgets.html.TD
 
remove(Table, Object) - Method in class fr.inria.ketuk.widgets.html.Removers
 
remove(TD, Object) - Method in class fr.inria.ketuk.widgets.html.Removers
 
remove(TR, Object) - Method in class fr.inria.ketuk.widgets.html.Removers
 
remove(Vector, Object) - Method in class fr.inria.ketuk.Removers
Remover for an object of class Object placed in a Vector
REMOVED - Static variable in class fr.inria.ketuk.XEditEvent
Indicates that a node has to be removed
removeLayoutComponent(Component) - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
removeLayoutComponent(Component) - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 
removeMappingBeanProp(Object, String) - Method in class fr.inria.ketuk.XBLinks
Removes a properties from the list of props associated with the bean
removeMappingEltBean(String) - Method in class fr.inria.ketuk.XBLinks
Removes the mapping corresponding to the key
Removers - class fr.inria.ketuk.Removers.
A Collection of methods to remove an object placed in a containing one
Removers - class fr.inria.ketuk.widgets.html.Removers.
 
Removers() - Constructor for class fr.inria.ketuk.Removers
Default constructor
Removers() - Constructor for class fr.inria.ketuk.widgets.html.Removers
Constructs the convertor
removeUpdate(DocumentEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptDocumentHandler
 
removeUpdate(DocumentEvent) - Method in class fr.inria.ketuk.widgets.TextBox
 
removeXEditListener(XEditListener) - Method in class fr.inria.ketuk.XBMapper
Removes an event listener for XEdit events
replace(Container, Component, Component) - Method in class fr.inria.ketuk.Replacers
Default replacer for two objects of class Component placed in a Container
replace(JFrame, Component, Component) - Method in class fr.inria.ketuk.Replacers
Default replacer for two objects of class Component placed in a JFrame
replace(Object, Object) - Method in class fr.inria.ketuk.widgets.html.Table
 
replace(Object, Object) - Method in class fr.inria.ketuk.widgets.html.TR
 
replace(Object, Object) - Method in class fr.inria.ketuk.widgets.html.TD
 
replace(Table, Object, Object) - Method in class fr.inria.ketuk.widgets.html.Replacers
 
replace(TD, Object, Object) - Method in class fr.inria.ketuk.widgets.html.Replacers
 
replace(TR, Object, Object) - Method in class fr.inria.ketuk.widgets.html.Replacers
 
replace(Vector, Object, Object) - Method in class fr.inria.ketuk.Replacers
Default replacer for two objects of class Object placed in a Vector
Replacers - class fr.inria.ketuk.Replacers.
A Collection of methods which replace, in the context of a containing object, an object by another one
Replacers - class fr.inria.ketuk.widgets.html.Replacers.
 
Replacers() - Constructor for class fr.inria.ketuk.Replacers
Default constructor
Replacers() - Constructor for class fr.inria.ketuk.widgets.html.Replacers
Constructs the convertor

S

ScriptActionHandler - class fr.inria.ketuk.scriptEventHandler.ScriptActionHandler.
A listener class which handle action events
ScriptActionHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptActionHandler
 
ScriptAdjustmentHandler - class fr.inria.ketuk.scriptEventHandler.ScriptAdjustmentHandler.
A listener class which handle adjustment events
ScriptAdjustmentHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptAdjustmentHandler
 
ScriptAncestorHandler - class fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler.
A listener class which handle ancestor events
ScriptAncestorHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptAncestorHandler
 
ScriptCaretHandler - class fr.inria.ketuk.scriptEventHandler.ScriptCaretHandler.
A listener class which handle caret events
ScriptCaretHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptCaretHandler
 
ScriptCellEditorHandler - class fr.inria.ketuk.scriptEventHandler.ScriptCellEditorHandler.
A listener class which handle ancestor events
ScriptCellEditorHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptCellEditorHandler
 
ScriptChangeHandler - class fr.inria.ketuk.scriptEventHandler.ScriptChangeHandler.
A listener class which handle change events
ScriptChangeHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptChangeHandler
 
ScriptComponentHandler - class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler.
A listener class which handle component events
ScriptComponentHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptComponentHandler
 
ScriptContainerHandler - class fr.inria.ketuk.scriptEventHandler.ScriptContainerHandler.
A listener class which handle container events
ScriptContainerHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptContainerHandler
 
ScriptDocumentHandler - class fr.inria.ketuk.scriptEventHandler.ScriptDocumentHandler.
A listener class which handle document events
ScriptDocumentHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptDocumentHandler
 
ScriptEventProcessor - class fr.inria.ketuk.ScriptEventProcessor.
A processor for scripts invoked at runtime
ScriptEventProcessor() - Constructor for class fr.inria.ketuk.ScriptEventProcessor
 
ScriptFocusHandler - class fr.inria.ketuk.scriptEventHandler.ScriptFocusHandler.
A listener class which handle focus events
ScriptFocusHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptFocusHandler
 
ScriptItemHandler - class fr.inria.ketuk.scriptEventHandler.ScriptItemHandler.
A listener class which handle item events
ScriptItemHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptItemHandler
 
ScriptKeyHandler - class fr.inria.ketuk.scriptEventHandler.ScriptKeyHandler.
A listener class which handle key events
ScriptKeyHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptKeyHandler
 
ScriptListDataHandler - class fr.inria.ketuk.scriptEventHandler.ScriptListDataHandler.
A listener class which handle listData events
ScriptListDataHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptListDataHandler
 
ScriptListSelectionHandler - class fr.inria.ketuk.scriptEventHandler.ScriptListSelectionHandler.
A listener class which handle listSelection events
ScriptListSelectionHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptListSelectionHandler
 
ScriptMenuHandler - class fr.inria.ketuk.scriptEventHandler.ScriptMenuHandler.
A listener class which handle menu events
ScriptMenuHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptMenuHandler
 
ScriptMenuKeyHandler - class fr.inria.ketuk.scriptEventHandler.ScriptMenuKeyHandler.
A listener class which handle menuKey events
ScriptMenuKeyHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptMenuKeyHandler
 
ScriptMouseHandler - class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler.
A listener class which handle mouse events
ScriptMouseHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptMouseHandler
 
ScriptMouseMotionHandler - class fr.inria.ketuk.scriptEventHandler.ScriptMouseMotionHandler.
A listener class which handle mouseMotion events
ScriptMouseMotionHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptMouseMotionHandler
 
ScriptPopupMenuHandler - class fr.inria.ketuk.scriptEventHandler.ScriptPopupMenuHandler.
A listener class which handle popupMenu events
ScriptPopupMenuHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptPopupMenuHandler
 
ScriptPropertyChangeHandler - class fr.inria.ketuk.scriptEventHandler.ScriptPropertyChangeHandler.
A listener class which handle propertyChange events
ScriptPropertyChangeHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptPropertyChangeHandler
 
ScriptTableColumnModelHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler.
A listener class which handle tableColumnModel events
ScriptTableColumnModelHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTableColumnModelHandler
 
ScriptTableModelHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTableModelHandler.
A listener class which handle tableModel events
ScriptTableModelHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTableModelHandler
 
ScriptTextHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTextHandler.
A listener class which handle text events
ScriptTextHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTextHandler
 
ScriptTreeExpansionHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTreeExpansionHandler.
A listener class which handle treeExpansion events
ScriptTreeExpansionHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTreeExpansionHandler
 
ScriptTreeModelHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler.
A listener class which handle treeModel events
ScriptTreeModelHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler
 
ScriptTreeSelectionHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTreeSelectionHandler.
A listener class which handle treeSelection events
ScriptTreeSelectionHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTreeSelectionHandler
 
ScriptTreeWillExpandHandler - class fr.inria.ketuk.scriptEventHandler.ScriptTreeWillExpandHandler.
A listener class which handle treeWillExpand events
ScriptTreeWillExpandHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptTreeWillExpandHandler
 
ScriptWindowHandler - class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler.
A listener class which handle window events
ScriptWindowHandler() - Constructor for class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
SELECTED - Static variable in class fr.inria.ketuk.XEditEvent
Indicates that a node is selected
setBMDocument(Document) - Method in class fr.inria.ketuk.BMProcessor
Sets the bean markup document
setBorderw(int) - Method in class fr.inria.ketuk.widgets.html.Table
 
setBorderw(int) - Method in class fr.inria.ketuk.widgets.html.TR
 
setBorderw(int) - Method in class fr.inria.ketuk.widgets.html.TD
 
setCols(TD[]) - Method in class fr.inria.ketuk.widgets.html.TR
 
setElt(int, String) - Method in class fr.inria.ketuk.widgets.TextBox
 
setEltIdNum(int) - Method in class fr.inria.ketuk.XBLinks
Sets the value of the last named node
setEventBinding(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Sets a new event binding to the bean
setField(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Sets a field
setFireEvent(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Processes a fire-event element
setIndent(String) - Method in class fr.inria.ketuk.widgets.VBox
 
setIndent(String) - Method in class fr.inria.ketuk.widgets.html.Body
 
setInterline(String) - Method in class fr.inria.ketuk.widgets.VBox
 
setInterline(String) - Method in class fr.inria.ketuk.widgets.html.Body
 
setInterword(String) - Method in class fr.inria.ketuk.widgets.HBox
 
setListener(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Processes a script element
setObject(Object) - Method in class fr.inria.ketuk.TypedObject
Sets the object
setParent(Object) - Method in class fr.inria.ketuk.widgets.html.TR
 
setParent(Object) - Method in class fr.inria.ketuk.widgets.html.TD
 
setProperty(Element, Object) - Method in class fr.inria.ketuk.BMProcessor
Sets a property as specified by the 'property' parameter element
setRows(TablePanel.TR[]) - Method in class fr.inria.ketuk.widgets.html.Table
 
setStyle(int, String) - Method in class fr.inria.ketuk.widgets.TextBox
 
setStyle(String) - Method in class fr.inria.ketuk.widgets.html.Label
 
setType(Class) - Method in class fr.inria.ketuk.TypedObject
Sets the type
stateChanged(ChangeEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptChangeHandler
 

T

Table - class fr.inria.ketuk.widgets.html.Table.
 
Table() - Constructor for class fr.inria.ketuk.widgets.html.Table
 
tableChanged(TableModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTableModelHandler
 
TD - class fr.inria.ketuk.widgets.html.TD.
 
TD() - Constructor for class fr.inria.ketuk.widgets.html.TD
 
TextBox - class fr.inria.ketuk.widgets.TextBox.
 
TextBox() - Constructor for class fr.inria.ketuk.widgets.TextBox
 
textValueChanged(TextEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTextHandler
 
toString() - Method in class fr.inria.ketuk.XChange
Returns a string representing the XChange object
toString() - Method in class fr.inria.ketuk.widgets.VerticalLayout
 
toString() - Method in class fr.inria.ketuk.widgets.HorizontalLayout
 
TR - class fr.inria.ketuk.widgets.html.TR.
 
TR() - Constructor for class fr.inria.ketuk.widgets.html.TR
 
treeCollapsed(TreeExpansionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeExpansionHandler
 
treeExpanded(TreeExpansionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeExpansionHandler
 
treeNodesChanged(TreeModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler
 
treeNodesInserted(TreeModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler
 
treeNodesRemoved(TreeModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler
 
treeStructureChanged(TreeModelEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeModelHandler
 
treeWillCollapse(TreeExpansionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeWillExpandHandler
 
treeWillExpand(TreeExpansionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeWillExpandHandler
 
TypeConvertor - class fr.inria.ketuk.TypeConvertor.
A Collection of methods which convert an object of one type to one of another type.
TypedObject - class fr.inria.ketuk.TypedObject.
Used to represent an object with its type
TypedObject() - Constructor for class fr.inria.ketuk.TypedObject
Default constructor
TypedObject(Object, Class) - Constructor for class fr.inria.ketuk.TypedObject
Constructs a typed object representing the object o with the class c

U

updateBeans(PropertyChangeEvent) - Method in class fr.inria.ketuk.XBMapper
Updates the beans when a modification has been made on the source document
updateBeansTot(PropertyChangeEvent) - Method in class fr.inria.ketuk.XBMapper
For debug only.
updateView() - Method in class fr.inria.ketuk.BeansEdit
Updates the view

V

valueChanged(ListSelectionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptListSelectionHandler
 
valueChanged(TreeSelectionEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptTreeSelectionHandler
 
VBox - class fr.inria.ketuk.widgets.VBox.
 
VBox() - Constructor for class fr.inria.ketuk.widgets.VBox
 
VerticalLayout - class fr.inria.ketuk.widgets.VerticalLayout.
 
VerticalLayout() - Constructor for class fr.inria.ketuk.widgets.VerticalLayout
 
VerticalLayout(int, int) - Constructor for class fr.inria.ketuk.widgets.VerticalLayout
 

W

windowActivated(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowClosed(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowClosing(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowDeactivated(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowDeiconified(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowIconified(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 
windowOpened(WindowEvent) - Method in class fr.inria.ketuk.scriptEventHandler.ScriptWindowHandler
 

X

XBException - exception fr.inria.ketuk.XBException.
Exception raised during the processing of XBMapper
XBException() - Constructor for class fr.inria.ketuk.XBException
Default constructor
XBException(String) - Constructor for class fr.inria.ketuk.XBException
Constructor with an error message specified
XBLinks - class fr.inria.ketuk.XBLinks.
Memorizes the links used to assure a mapping between XML nodes and beans
XBLinks() - Constructor for class fr.inria.ketuk.XBLinks
Default constructor
XBMapper - class fr.inria.ketuk.XBMapper.
A mapper between XML elements and beans
XChange - class fr.inria.ketuk.XChange.
Memorizes a Change made on a DOM tree
XChange(int, Node, Node) - Constructor for class fr.inria.ketuk.XChange
Constructs a XChange with an operation type, a base node and a source node
XChange(int, Node, Node, Node) - Constructor for class fr.inria.ketuk.XChange
Constructs a XChange with an operation type, a base node, a source node and a parameter node
XChange(int, Node, Node, Node, int) - Constructor for class fr.inria.ketuk.XChange
Constructs a XChange with an operation type, a base node, a source node, a parameter node and an index
XChange(int, Node, Node, Node, Node) - Constructor for class fr.inria.ketuk.XChange
Constructs a XChange with an operation type, a base node, a source node, a first parameter node and a second one
XEdit - class fr.inria.ketuk.XEdit.
Implementation of a basic application allowing the edition of a XML document with it's associated XSLT file
XEdit() - Constructor for class fr.inria.ketuk.XEdit
 
XEditEvent - class fr.inria.ketuk.XEditEvent.
An event representing an editing operation occuring on a DOM Node
XEditEvent(Object) - Constructor for class fr.inria.ketuk.XEditEvent
Default constructor
XEditEvent(Object, Node, int) - Constructor for class fr.inria.ketuk.XEditEvent
A constructor using a node and an event type as parameters
XEditListener - interface fr.inria.ketuk.XEditListener.
An interface that should be implemented by object listening XEditEvent types
xEditPerformed(XEditEvent) - Method in interface fr.inria.ketuk.XEditListener
Invoked when an xedit event occurs.
xEditPerformed(XEditEvent) - Method in class fr.inria.ketuk.XEdit
Handler for XEdit events.
xEditPerformed(XEditEvent) - Method in class fr.inria.ketuk.BeansEdit
Handler for XEdit events.
XmlTreeDiff - class fr.inria.ketuk.XmlTreeDiff.
Utilities to differenciates two DOM trees
XmlTreeDiff(Document, Document) - Constructor for class fr.inria.ketuk.XmlTreeDiff
Consructor accepting DOM documents as both trees to diff
XmlTreeDiff(Node, Node) - Constructor for class fr.inria.ketuk.XmlTreeDiff
Consructor accepting DOM nodes as roots for thetrees to diff
XPathUtil - class fr.inria.ketuk.XPathUtil.
Utilities to manipulate XPaths
XPathUtil() - Constructor for class fr.inria.ketuk.XPathUtil
 

_

_bmDoc - Variable in class fr.inria.ketuk.BMProcessor
The bean markup document
_cl - Static variable in class fr.inria.ketuk.BMProcessor
An instance of the default class loader
_mappingBeanProp - Variable in class fr.inria.ketuk.XBLinks
The mapping between beans and the Vector of property names which were set
_registeredBeans - Variable in class fr.inria.ketuk.BMProcessor
The list of registered beans
_registerList - Static variable in class fr.inria.ketuk.BMProcessor
The list of registered methods specified in config.xml
_rootBean - Variable in class fr.inria.ketuk.BMProcessor
the root of the generated beans
_xblinks - Variable in class fr.inria.ketuk.BMProcessor
The set of links used to assure the mapping

A B C D E F G H I K L M N P R S T U V W X _