Package com.biglybt.ui.swt.views.piece
Class PieceInfoView.BlockInfo
- java.lang.Object
-
- com.biglybt.ui.swt.views.piece.PieceInfoView.BlockInfo
-
- Enclosing class:
- PieceInfoView
private static class PieceInfoView.BlockInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
availDotted
(package private) int
availNum
(package private) boolean
forced
int
haveWidth
(package private) boolean
selected
(package private) boolean
selectedRange
(package private) byte
showDown
(package private) byte
showUp
0 : no; 1 : Yes; 2: small
-
Constructor Summary
Constructors Constructor Description BlockInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
sameAs(PieceInfoView.BlockInfo otherBlockInfo)
java.lang.String
toString()
-
-
-
Method Detail
-
sameAs
public boolean sameAs(PieceInfoView.BlockInfo otherBlockInfo)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-