Package jadx.gui.treemodel
Class JResSearchNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- jadx.gui.treemodel.JNode
-
- jadx.gui.treemodel.JResSearchNode
-
- All Implemented Interfaces:
jadx.api.gui.tree.ITreeNode,java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<JNode>,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode
public class JResSearchNode extends JNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JResSearchNode(JResource resNode, java.lang.String text, int pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetIcon()JClassgetJParent()java.lang.StringgetName()intgetPos()JResourcegetResNode()booleanhasDescString()java.lang.StringmakeDescString()java.lang.StringmakeLongStringHtml()java.lang.StringmakeString()-
Methods inherited from class jadx.gui.treemodel.JNode
childrenList, compareTo, disableHtml, getCodeInfo, getCodeNodeRef, getContentPanel, getContentType, getID, getJavaNode, getRootClass, getSyntaxName, getTooltip, isEditable, makeLongString, makeStringHtml, onTreePopupMenu, removeNode, searchNode, supportsQuickTabs, toString
-
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, setUserObject
-
-
-
-
Constructor Detail
-
JResSearchNode
public JResSearchNode(JResource resNode, java.lang.String text, int pos)
-
-
Method Detail
-
getResNode
public JResource getResNode()
-
makeDescString
public java.lang.String makeDescString()
- Overrides:
makeDescStringin classJNode
-
getJParent
public JClass getJParent()
- Specified by:
getJParentin classJNode
-
makeLongStringHtml
public java.lang.String makeLongStringHtml()
- Overrides:
makeLongStringHtmlin classJNode
-
getIcon
public javax.swing.Icon getIcon()
-
getName
public java.lang.String getName()
-
makeString
public java.lang.String makeString()
- Specified by:
makeStringin classJNode
-
hasDescString
public boolean hasDescString()
- Overrides:
hasDescStringin classJNode
-
-