java.lang.Object
com.acgist.snail.gui.javafx.window.Controller
com.acgist.snail.gui.javafx.window.statistics.StatisticsController
- 所有已实现的接口:
javafx.fxml.Initializable
统计窗口控制器
- 作者:
- acgist
-
嵌套类概要
嵌套类修饰符和类型类说明static enum统计筛选protected static final classBT任务InfoHash -
字段概要
从类继承的字段 com.acgist.snail.gui.javafx.window.Controller
DOUBLE_CLICK_COUNT -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidhandleClientAction(javafx.event.ActionEvent event) 客户端统计voidhandleConnectAction(javafx.event.ActionEvent event) 连接统计voidhandleMemoryAction(javafx.event.ActionEvent event) 整理内存voidhandleNodeAction(javafx.event.ActionEvent event) 节点统计voidhandlePieceAction(javafx.event.ActionEvent event) Piece统计voidhandleRefreshAction(javafx.event.ActionEvent event) 刷新按钮voidhandleSourceAction(javafx.event.ActionEvent event) 来源统计voidhandleSystemAction(javafx.event.ActionEvent event) 系统信息voidhandleTrackerAction(javafx.event.ActionEvent event) Tracker统计voidhandleTrafficAction(javafx.event.ActionEvent event) 流量统计voidinitialize(URL location, ResourceBundle resources) voidpiecePos(int index) 指定下载Piece索引voidrelease()释放资源void统计信息从类继承的方法 com.acgist.snail.gui.javafx.window.Controller
dragboard
-
构造器详细资料
-
StatisticsController
public StatisticsController()
-
-
方法详细资料
-
initialize
-
release
public void release()从类复制的说明:Controller释放资源
- 覆盖:
release在类中Controller
-
handleSystemAction
public void handleSystemAction(javafx.event.ActionEvent event) 系统信息
- 参数:
event- 事件
-
handleNodeAction
public void handleNodeAction(javafx.event.ActionEvent event) 节点统计
- 参数:
event- 事件
-
handleTrackerAction
public void handleTrackerAction(javafx.event.ActionEvent event) Tracker统计
- 参数:
event- 事件
-
handleClientAction
public void handleClientAction(javafx.event.ActionEvent event) 客户端统计
- 参数:
event- 事件
-
handleRefreshAction
public void handleRefreshAction(javafx.event.ActionEvent event) 刷新按钮
- 参数:
event- 事件
-
handleMemoryAction
public void handleMemoryAction(javafx.event.ActionEvent event) 整理内存
- 参数:
event- 事件
-
handleSourceAction
public void handleSourceAction(javafx.event.ActionEvent event) 来源统计
- 参数:
event- 事件
-
handleConnectAction
public void handleConnectAction(javafx.event.ActionEvent event) 连接统计
- 参数:
event- 事件
-
handleTrafficAction
public void handleTrafficAction(javafx.event.ActionEvent event) 流量统计
- 参数:
event- 事件
-
handlePieceAction
public void handlePieceAction(javafx.event.ActionEvent event) Piece统计
- 参数:
event- 事件
-
piecePos
public void piecePos(int index) 指定下载Piece索引
- 参数:
index- Piece索引- 另请参阅:
-
statistics
public void statistics()统计信息
- 另请参阅:
-
buildSelectInfoHashs()buildSelectStatistics()buildSystemTrafficStatistics()
-