ca.aura.ui.swt
Class ParametersUI

java.lang.Object
  |
  +--ca.aura.ui.swt.ParametersUI

public class ParametersUI
extends java.lang.Object

Author:
Andrew

Constructor Summary
protected ParametersUI(Composite composite)
          default
 
Method Summary
static ParametersUI build(Composite composite)
          build the Maintenance Table
protected  void buildScale(Scale scale)
           
protected  void buildText(Label label, java.lang.String text, java.lang.String tooltip)
          build the text name for the scales
protected  double getValue(java.lang.String valueString)
          get the value from a String
protected  int numberOfAvailableScales()
          how many scales can we change?
protected  RelevancerSettingsResource resource()
          get the resource
protected  int valueToChangeScalesBy()
          how much do we have to change the scales by?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersUI

protected ParametersUI(Composite composite)
default

Method Detail

build

public static ParametersUI build(Composite composite)
build the Maintenance Table


buildText

protected void buildText(Label label,
                         java.lang.String text,
                         java.lang.String tooltip)
build the text name for the scales


buildScale

protected void buildScale(Scale scale)

resource

protected RelevancerSettingsResource resource()
get the resource


numberOfAvailableScales

protected int numberOfAvailableScales()
how many scales can we change?


valueToChangeScalesBy

protected int valueToChangeScalesBy()
how much do we have to change the scales by?


getValue

protected double getValue(java.lang.String valueString)
get the value from a String



Copyright © 2002 University of Ottawa. All Rights Reserved.