类 StatisticsController

java.lang.Object
com.acgist.snail.gui.javafx.window.Controller
com.acgist.snail.gui.javafx.window.statistics.StatisticsController
所有已实现的接口:
javafx.fxml.Initializable

public final class StatisticsController extends Controller

统计窗口控制器

作者:
acgist
  • 构造器详细资料

    • StatisticsController

      public StatisticsController()
  • 方法详细资料

    • initialize

      public void initialize(URL location, ResourceBundle resources)
    • 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()