Uses of Class
com.biglybt.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow.TreeNode
-
Packages that use OpenTorrentOptionsWindow.TreeNode Package Description com.biglybt.ui.swt.shells.opentorrent -
-
Uses of OpenTorrentOptionsWindow.TreeNode in com.biglybt.ui.swt.shells.opentorrent
Fields in com.biglybt.ui.swt.shells.opentorrent declared as OpenTorrentOptionsWindow.TreeNode Modifier and Type Field Description private static OpenTorrentOptionsWindow.TreeNode[]
OpenTorrentOptionsWindow.TreeNode. NO_KIDS
private OpenTorrentOptionsWindow.TreeNode
OpenTorrentOptionsWindow.TreeNode. parent
Fields in com.biglybt.ui.swt.shells.opentorrent with type parameters of type OpenTorrentOptionsWindow.TreeNode Modifier and Type Field Description private java.util.Set<OpenTorrentOptionsWindow.TreeNode>
OpenTorrentOptionsWindow.OpenTorrentInstance. treePendingExpansions
Methods in com.biglybt.ui.swt.shells.opentorrent that return OpenTorrentOptionsWindow.TreeNode Modifier and Type Method Description private OpenTorrentOptionsWindow.TreeNode
OpenTorrentOptionsWindow.TreeNode. getChild(java.lang.String name)
private OpenTorrentOptionsWindow.TreeNode[]
OpenTorrentOptionsWindow.TreeNode. getChildren()
private OpenTorrentOptionsWindow.TreeNode
OpenTorrentOptionsWindow.TreeNode. getParent()
Methods in com.biglybt.ui.swt.shells.opentorrent that return types with arguments of type OpenTorrentOptionsWindow.TreeNode Modifier and Type Method Description private java.util.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.TreeNode Modifier and Type Method Description private 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, java.util.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.TreeNode Modifier and Type Method Description private void
OpenTorrentOptionsWindow.OpenTorrentInstance. getExpandedNodes(org.eclipse.swt.widgets.TreeItem[] items, java.util.Set<OpenTorrentOptionsWindow.TreeNode> nodes)
private void
OpenTorrentOptionsWindow.OpenTorrentInstance. getNodes(OpenTorrentOptionsWindow.TreeNode node, java.util.Set<OpenTorrentOptionsWindow.TreeNode> nodes, boolean parents_only)
private void
OpenTorrentOptionsWindow.TreeNode. sort(java.util.Comparator<OpenTorrentOptionsWindow.TreeNode> comparator)
Constructors in com.biglybt.ui.swt.shells.opentorrent with parameters of type OpenTorrentOptionsWindow.TreeNode Constructor Description TreeNode(OpenTorrentOptionsWindow.TreeNode _parent, java.lang.String _name)
-