Package com.biglybt.ui.swt.views
Interface FilesView.FilesViewTreeNode
- All Known Implementing Classes:
FilesView.FilesViewNodeInner
,FilesView.FilesViewNodeLeaf
- Enclosing class:
FilesView
public static interface FilesView.FilesViewTreeNode
-
Method Summary
Modifier and TypeMethodDescriptionint
getDepth()
long
getKids()
void
getLeaves
(List<FilesView.FilesViewNodeLeaf> leaves) long
getName()
void
getPieceInfo
(int[] data) int
boolean
isLeaf()
void
recheck()
void
setSkipped
(boolean b)
-
Method Details
-
getName
String getName() -
getParent
FilesView.FilesViewNodeInner getParent() -
getKids
List<FilesView.FilesViewTreeNode> getKids() -
getLeaves
-
getDepth
int getDepth() -
isLeaf
boolean isLeaf() -
getSkippedState
int getSkippedState() -
setSkipped
void setSkipped(boolean b) -
isSkipping
Boolean isSkipping() -
recheck
void recheck() -
getLength
long getLength() -
getDownloaded
long getDownloaded() -
getPieceInfo
void getPieceInfo(int[] data)
-