Package jadx.gui.ui.tab
Class QuickTabsBookmarkParentNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- jadx.gui.ui.tab.QuickTabsBookmarkParentNode
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode
public class QuickTabsBookmarkParentNode extends javax.swing.tree.DefaultMutableTreeNode- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQuickTabsBookmarkParentNode(TabsController tabsController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddJNode(JNode node)QuickTabsChildNodegetQuickTabsNode(JNode node)TabsControllergetTabsController()java.lang.StringgetTitle()voidremoveAllNodes()booleanremoveJNode(JNode node)java.lang.StringtoString()-
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
-
QuickTabsBookmarkParentNode
protected QuickTabsBookmarkParentNode(TabsController tabsController)
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
addJNode
public boolean addJNode(JNode node)
-
removeJNode
public boolean removeJNode(JNode node)
-
removeAllNodes
public void removeAllNodes()
-
getQuickTabsNode
public QuickTabsChildNode getQuickTabsNode(JNode node)
-
getTabsController
public TabsController getTabsController()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjavax.swing.tree.DefaultMutableTreeNode
-
-