Uses of Class
com.biglybt.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.TreeNode
Packages that use OpenTorrentOptionsWindow.TreeNode
-
Uses of OpenTorrentOptionsWindow.TreeNode in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as OpenTorrentOptionsWindow.TreeNodeModifier and TypeFieldDescriptionprivate static OpenTorrentOptionsWindow.TreeNode[]
OpenTorrentOptionsWindow.TreeNode.NO_KIDS
private final OpenTorrentOptionsWindow.TreeNode
OpenTorrentOptionsWindow.TreeNode.parent
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type OpenTorrentOptionsWindow.TreeNodeModifier and TypeFieldDescriptionprivate Set
<OpenTorrentOptionsWindow.TreeNode> OpenTorrentOptionsWindow.OpenTorrentInstance.treePendingExpansions
Methods in com.biglybt.ui.swt.shells.opentorrent that return OpenTorrentOptionsWindow.TreeNodeModifier and TypeMethodDescriptionprivate OpenTorrentOptionsWindow.TreeNode[]
OpenTorrentOptionsWindow.TreeNode.getChildren()
OpenTorrentOptionsWindow.TreeNode.getParent()
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type OpenTorrentOptionsWindow.TreeNodeModifier and TypeMethodDescriptionprivate Set
<OpenTorrentOptionsWindow.TreeNode> OpenTorrentOptionsWindow.OpenTorrentInstance.getUnExpandedNodes
(org.eclipse.swt.widgets.TreeItem[] items) Methods in com.biglybt.ui.swt.shells.opentorrent with parameters of type OpenTorrentOptionsWindow.TreeNodeModifier and TypeMethodDescriptionprivate void
OpenTorrentOptionsWindow.TreeNode.addChild
(OpenTorrentOptionsWindow.TreeNode child) private org.eclipse.swt.widgets.TreeItem
OpenTorrentOptionsWindow.OpenTorrentInstance.getItemForNode
(org.eclipse.swt.widgets.Tree tree, OpenTorrentOptionsWindow.TreeNode node) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.getNodes
(OpenTorrentOptionsWindow.TreeNode node, Set<OpenTorrentOptionsWindow.TreeNode> nodes, boolean parents_only) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.sortTree
(org.eclipse.swt.widgets.Tree tree, OpenTorrentOptionsWindow.TreeNode root, int col_index, boolean asc) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.updateNodeFromTable
(org.eclipse.swt.widgets.Tree tree, OpenTorrentOptionsWindow.TreeNode node, boolean selected) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.updateNodeFromTree
(org.eclipse.swt.widgets.Tree tree, org.eclipse.swt.widgets.TreeItem item, OpenTorrentOptionsWindow.TreeNode node, boolean selected) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.updateTreeItem
(org.eclipse.swt.widgets.TreeItem item, OpenTorrentOptionsWindow.TreeNode node) Method parameters in com.biglybt.ui.swt.shells.opentorrent with type arguments of type OpenTorrentOptionsWindow.TreeNodeModifier and TypeMethodDescriptionprivate void
OpenTorrentOptionsWindow.OpenTorrentInstance.getExpandedNodes
(org.eclipse.swt.widgets.TreeItem[] items, Set<OpenTorrentOptionsWindow.TreeNode> nodes) private void
OpenTorrentOptionsWindow.OpenTorrentInstance.getNodes
(OpenTorrentOptionsWindow.TreeNode node, Set<OpenTorrentOptionsWindow.TreeNode> nodes, boolean parents_only) private void
OpenTorrentOptionsWindow.TreeNode.sort
(Comparator<OpenTorrentOptionsWindow.TreeNode> comparator) Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type OpenTorrentOptionsWindow.TreeNodeModifierConstructorDescriptionprivate
TreeNode
(OpenTorrentOptionsWindow.TreeNode _parent, String _name)