|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
es.aeat.eett.plugins.infoRubik.reports.ReportMutableTreeNode
Nested Class Summary |
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
Field Summary | |
private static java.lang.String |
KEY_CONTENT_LEAF
|
static java.lang.String |
KEY_ID_LEAF
|
private static java.lang.String |
KEY_REPORT_LEAF
|
private static java.lang.String |
KEY_REPORT_NODO
|
private LeafReport |
leafReport
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
(package private) |
ReportMutableTreeNode(java.lang.Object userObject)
|
Method Summary | |
ReportMutableTreeNode |
addLeaf(java.lang.String nameLeaf)
|
java.lang.String |
getIDLeafReport()
|
ReportMutableTreeNode |
getJobsRootNode()
|
static java.lang.String |
getKEY_ID_LEAF()
|
static java.lang.String |
getKEY_REPORT_LEAF()
|
static java.lang.String |
getKEY_REPORT_NODO()
|
LeafReport |
getLeafReport()
|
ReportMutableTreeNode |
getReportRootNode()
|
org.jdom.Element |
getRootElement()
|
boolean |
isEditable()
|
boolean |
isEmpty()
|
boolean |
isFixecJob()
|
boolean |
isReportLeaf()
|
boolean |
isReportRootNode()
|
private boolean |
isValidIDLeafReport(java.lang.String id)
|
boolean |
loadRootElement(org.jdom.Element rootElement)
|
void |
setLeafReport(LeafReport leafReport)
|
void |
setUserObject(java.lang.Object userObject)
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String KEY_REPORT_NODO
private static final java.lang.String KEY_REPORT_LEAF
private static final java.lang.String KEY_CONTENT_LEAF
public static final java.lang.String KEY_ID_LEAF
private LeafReport leafReport
Constructor Detail |
ReportMutableTreeNode(java.lang.Object userObject)
Method Detail |
public boolean isEditable()
public ReportMutableTreeNode addLeaf(java.lang.String nameLeaf)
public void setUserObject(java.lang.Object userObject)
public java.lang.String getIDLeafReport()
private boolean isValidIDLeafReport(java.lang.String id)
public boolean isReportRootNode()
public boolean isEmpty()
public ReportMutableTreeNode getReportRootNode()
public ReportMutableTreeNode getJobsRootNode()
public boolean isReportLeaf()
public boolean isFixecJob()
public org.jdom.Element getRootElement()
public boolean loadRootElement(org.jdom.Element rootElement)
public LeafReport getLeafReport()
public void setLeafReport(LeafReport leafReport)
leafReport
- The leafReport to set.public static java.lang.String getKEY_REPORT_LEAF()
public static java.lang.String getKEY_REPORT_NODO()
public static java.lang.String getKEY_ID_LEAF()
|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |