Class XferStatsPanel.Node

  • Enclosing class:
    XferStatsPanel

    private class XferStatsPanel.Node
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String cc  
      (package private) long count_recv  
      (package private) long count_sent  
      (package private) boolean hidden  
      (package private) org.eclipse.swt.graphics.Image image  
      (package private) java.util.List<XferStatsPanel.Link> links  
      (package private) int type  
      (package private) int x_pos  
      (package private) int y_pos  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Node​(int _type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void draw​(org.eclipse.swt.graphics.GC gc, boolean odd)  
      private java.lang.String getToolTip()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        final int type
      • cc

        java.lang.String cc
      • image

        org.eclipse.swt.graphics.Image image
      • count_sent

        long count_sent
      • count_recv

        long count_recv
      • x_pos

        int x_pos
      • y_pos

        int y_pos
      • hidden

        boolean hidden
    • Constructor Detail

      • Node

        private Node​(int _type)
    • Method Detail

      • draw

        private void draw​(org.eclipse.swt.graphics.GC gc,
                          boolean odd)
      • getToolTip

        private java.lang.String getToolTip()