Uses of Class
de.cbse.jeasy.JENode

Uses of JENode in de.cbse.jeasy
 

Fields in de.cbse.jeasy declared as JENode
(package private)  JENode JEAutomation.automate
           
protected  JENode JENode.parent
          this node's parent, or null if this node has no parent
 

Methods in de.cbse.jeasy that return JENode
 JENode JENode.getNode(java.lang.String tagName)
          Gets the JENode with the given tagName inside the given JENode.
 JENode JENode.getNode(java.lang.String child, java.lang.String subChild)
          Looks for a childnode with the name child and there for the child equals subChild
 JENode JENode.getNodeByTag(java.lang.String element, java.lang.String subelement, java.lang.String subelementText)
          Gets a node with name equals element and its subelement and its value is subelementText
 JENode XMLTreeHandler.getRoot()
           
static JENode JESaxParser.parse2Tree(java.io.InputStream xml)
          Parses an InputStream to a JENode
static JENode JESaxParser.parse2Tree(java.lang.String xml)
          Parses an XML string to a JENode
static JENode JESaxParser.parseFile2Tree(java.io.File f)
          Parses a File to a JENode
static JENode JESaxParser.parseFile2Tree(java.lang.String filename)
          Parses a File given by its filename to a JENode
static JENode JESaxParser.parseUri2Tree(java.lang.String uri)
          Parses a uri to a JENode
 

Methods in de.cbse.jeasy with parameters of type JENode
 void JENode.add(JENode newChild)
          Removes newChild from its parent and makes it a child of this node by adding it to the end of this node's child array.
 void JEComboBox.addItem(JENode node)
          Add an item regarding the locale property
 void JETable.addMessage(JENode jen)
          Adds the entrys of an XML String as a row of the table.
 void JETable.addMessage(JENode jen, int row)
          Adds the entrys of an XML String as a row of the table.
 void JEDataField.appendText(JENode node)
          Appends a node to the JTextArea or JTextField regarding the locale property
 void JEAutomation.automateAsThread(JENode xmlAutomate)
          Performs one XML automation tag as a thread Example: <automation method="mouseMove" param1="RB_Radio1"/>
 void JEDynamicContainer.buildJEDynamicContainer(java.lang.String jeid, JENode node)
           
static void JEUtil.createJEObjFromNode(JENode tn)
          Creates a class of package de.cbse.jeasy out of a JENode
static void JEUtil.createJEObjFromNode(JENode tn, java.lang.String packageName)
          Creates a class of the given package de.cbse.jeasy out of a JENode
static java.lang.String JEUtil.generateJEasyIds(JENode jen)
          Generates a java source file string that should be stored as a java file.
 void JENode.insert(JENode newChild, int childIndex)
          Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
 void JEMessage.putMessageElement(JEObject jo, JENode root)
           
protected  void JENode.recToString(java.lang.StringBuffer sb, JENode jen, int depth)
           
 void JENode.remove(JENode aChild)
          Removes aChild from this node's child array, giving it a null parent.
 void JENode.setParent(JENode newParent)
          Sets this node's parent to newParent but does not change the parent's child array.
 void JEObject.setProperties(JENode jen)
          Read properties out of a TreeNode based on JENode.
static boolean JEUtil.setProperties(JEObject jeo, JENode jen)
          Puts the properties out of a JENode to the proprties of the jeobject.
 

Constructors in de.cbse.jeasy with parameters of type JENode
JEAnimation(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEBorder(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEButton(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEButtonGroup(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JECheckBox(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JECheckBoxMenuItem(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEColor(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEComboBox(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEComboList(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEConstraints(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEDataField(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEDataType(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEDesktopPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEDialog(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEDynamicContainer(JENode node)
           
JEDynamicContainer(java.lang.String jeid, JENode node)
          Gets the JEObject and reads the XML-tags add to get the JEObject that will be added in the container.
JEEditorPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEFont(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEFormat(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEFrame(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEGlobal(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEGradientPaint(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEHelp(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEImageIcon(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEInsets(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEInternalFrame(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JELabel(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEList(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JELocale(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEMenu(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEMenuBar(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEMenuItem(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEMessage(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEMethodInvocation(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEObject(JENode jen)
           
JEOptionPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEPanel(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEPopup(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEProgressBar(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JERadioButton(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JERadioButtonMenuItem(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JESpinner(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JESplitPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEStart(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEString(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETabbedPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETable(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETaskPane(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETexturePaint(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETheme(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETips(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEToolBar(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETree(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JETreeNode(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.
JEWindow(JENode jen)
          Constructor based on a XML file parsed to a TreeNode.