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 _

X

XAddToRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XAddToRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
XAddToRule(XDigester, String, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XAddToRule
Construct a "set next" rule with the specified method name.
XCallMethodRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XCallMethodRule.
Rule implementation that calls a method on the top (parent) object, passing arguments collected from subsequent CallParamRule rules or from the body of this element.
XCallMethodRule(XDigester, String, int) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XCallMethodRule
Construct a "call method" rule with the specified method name.
XCallMethodRule(XDigester, String, int, String[]) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XCallMethodRule
Construct a "call method" rule with the specified method name.
XCallMethodRule(XDigester, String, int, Class[]) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XCallMethodRule
Construct a "call method" rule with the specified method name.
XCallParamRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XCallParamRule.
Rule implementation that saves a parameter from either an attribute of this element, or from the element body, to be used in a call generated by a surrounding CallMethodRule rule.
XCallParamRule(XDigester, int) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XCallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
XCallParamRule(XDigester, int, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XCallParamRule
Construct a "call parameter" rule that will save the value of the specified attribute as the parameter value.
XDigester - class de.uni_paderborn.fujaba.codegen.digester.XDigester.
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
XDigester() - Constructor for class de.uni_paderborn.fujaba.codegen.digester.XDigester
Construct a new Digester with default properties.
XML_CHOICE - Static variable in class de.uni_paderborn.fujaba.uml.UMLStereotypeManager
No comment provided by developer, please add a comment to improve documentation.
XML_MIXED - Static variable in class de.uni_paderborn.fujaba.uml.UMLStereotypeManager
No comment provided by developer, please add a comment to improve documentation.
XML_PERSISTENT - Static variable in class de.uni_paderborn.fujaba.uml.UMLStereotypeManager
No comment provided by developer, please add a comment to improve documentation.
XML_SEQUENCE - Static variable in class de.uni_paderborn.fujaba.uml.UMLStereotypeManager
No comment provided by developer, please add a comment to improve documentation.
XObjectCreateRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XObjectCreateRule.
Rule implementation that creates a new object and pushes it onto the object stack.
XObjectCreateRule(XDigester, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XObjectCreateRule
Construct an object create rule with the specified class name.
XObjectCreateRule(XDigester, String, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
XRule - class de.uni_paderborn.fujaba.codegen.digester.XRule.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
XRule(XDigester) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.XRule
Default constructor sets only the the associated Digester.
XSCREEN - Static variable in class de.uni_paderborn.fujaba.gui.PEThrowsDialog
UMLAttribute: ' XSCREEN : int = 300'
XSLTransformer - class de.uni_paderborn.fujaba.gxl.XSLTransformer.
No comment provided by developer, please add a comment to improve documentation.
XSLTransformer() - Constructor for class de.uni_paderborn.fujaba.gxl.XSLTransformer
 
XSLTransformerDialog - class de.uni_paderborn.fujaba.gxl.XSLTransformerDialog.
No comment provided by developer, please add a comment to improve documentation.
XSLTransformerDialog(JFrame, Iterator) - Constructor for class de.uni_paderborn.fujaba.gxl.XSLTransformerDialog
Constructor for class XSLTransformerDialog
XSetNextRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XSetNextRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
XSetNextRule(XDigester, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetNextRule
Construct a "set next" rule with the specified method name.
XSetNextRule(XDigester, String, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetNextRule
Construct a "set next" rule with the specified method name.
XSetPropertiesRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XSetPropertiesRule.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
XSetPropertiesRule(XDigester) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetPropertiesRule
Default constructor sets only the the associated Digester.
XSetPropertyRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XSetPropertyRule.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
XSetPropertyRule(XDigester, String, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
XSetTopRule - class de.uni_paderborn.fujaba.codegen.digester.rules.XSetTopRule.
Rule implementation that calls a method on the top (parent) object, passing the (top-1) (child) object as an argument.
XSetTopRule(XDigester, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetTopRule
Construct a "set parent" rule with the specified method name.
XSetTopRule(XDigester, String, String) - Constructor for class de.uni_paderborn.fujaba.codegen.digester.rules.XSetTopRule
Construct a "set parent" rule with the specified method name.
X_OFFSET - Static variable in class de.uni_paderborn.fujaba.gui.mdi.FramePositioning
default x offset of first frame in cascade mode, relative to desktop

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 _