org.gudy.azureus2.ui.swt.views.stats
Class TransferStatsView.limitToTextHelper

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.stats.TransferStatsView.limitToTextHelper
Enclosing class:
TransferStatsView

public static class TransferStatsView.limitToTextHelper
extends java.lang.Object


Constructor Summary
TransferStatsView.limitToTextHelper()
           
 
Method Summary
 java.lang.String getLimitText(SpeedManagerLimitEstimate limit)
           
 java.lang.String getSettableType(SpeedManagerLimitEstimate limit)
           
 java.lang.String[] getSettableTypes()
           
 java.lang.String getUnlimited()
           
 float textToType(java.lang.String text)
           
 java.lang.String typeToText(float type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferStatsView.limitToTextHelper

public TransferStatsView.limitToTextHelper()
Method Detail

getSettableTypes

public java.lang.String[] getSettableTypes()

getSettableType

public java.lang.String getSettableType(SpeedManagerLimitEstimate limit)

typeToText

public java.lang.String typeToText(float type)

textToType

public float textToType(java.lang.String text)

getLimitText

public java.lang.String getLimitText(SpeedManagerLimitEstimate limit)

getUnlimited

public java.lang.String getUnlimited()