Package jadx.gui.ui.treenodes
Class UndisplayedStringsNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- jadx.gui.treemodel.JNode
-
- jadx.gui.ui.treenodes.UndisplayedStringsNode
-
- 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 UndisplayedStringsNode extends JNode
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndisplayedStringsNode(java.lang.String undisplayedStings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentPanelgetContentPanel(TabbedPane tabbedPane)javax.swing.IcongetIcon()JClassgetJParent()java.lang.StringmakeDescString()java.lang.StringmakeString()booleansupportsQuickTabs()-
Methods inherited from class jadx.gui.treemodel.JNode
childrenList, compareTo, disableHtml, getCodeInfo, getCodeNodeRef, getContentType, getID, getJavaNode, getName, getPos, getRootClass, getSyntaxName, getTooltip, hasDescString, isEditable, makeLongString, makeLongStringHtml, makeStringHtml, onTreePopupMenu, removeNode, searchNode, 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
-
-
-
-
Method Detail
-
getContentPanel
public ContentPanel getContentPanel(TabbedPane tabbedPane)
- Overrides:
getContentPanelin classJNode
-
makeString
public java.lang.String makeString()
- Specified by:
makeStringin classJNode
-
getIcon
public javax.swing.Icon getIcon()
-
getJParent
public JClass getJParent()
- Specified by:
getJParentin classJNode
-
makeDescString
public java.lang.String makeDescString()
- Overrides:
makeDescStringin classJNode
-
supportsQuickTabs
public boolean supportsQuickTabs()
- Overrides:
supportsQuickTabsin classJNode
-
-