DESY ACOP Beans Home

Uses of Class
com.cosylab.gui.components.range2.RangedValuePolicy

Packages that use RangedValuePolicy
com.cosylab.gui.components   
com.cosylab.gui.components.range2   
 

Uses of RangedValuePolicy in com.cosylab.gui.components
 

Methods in com.cosylab.gui.components that return RangedValuePolicy
 RangedValuePolicy ValuePolicyCustomizer.getValuePolicy()
          Returns the value policy.
 RangedValuePolicy Piper.getValuePolicy()
          DOCUMENT ME!
 RangedValuePolicy LabelledGauger.getValuePolicy()
          Returns the value policy.
 RangedValuePolicy Gauger.getValuePolicy()
          Returns the RangedValuePolicy.
 RangedValuePolicy DialKnob.getValuePolicy()
          Returns the value policy.
 

Methods in com.cosylab.gui.components with parameters of type RangedValuePolicy
 void ValuePolicyCustomizer.setValuePolicy(RangedValuePolicy policy)
          Sets value policy to the customizer.
 void Piper.setValuePolicy(RangedValuePolicy p)
          DOCUMENT ME!
 void LabelledGauger.setValuePolicy(RangedValuePolicy policy)
          Sets a new value policy.
 void Gauger.setValuePolicy(RangedValuePolicy policy)
          Sets the RangedValuePolicy.
 void DialKnob.setValuePolicy(RangedValuePolicy p)
          Sets the ValuePolicy.
 

Uses of RangedValuePolicy in com.cosylab.gui.components.range2
 

Subclasses of RangedValuePolicy in com.cosylab.gui.components.range2
 class IntegerValuePolicy
           
 class LimitedRangePolicy
          This is the implementation of RangedValuePolicy that allows values of RangedValue to be only within the specified range.
 class ProperOrderPolicy
          This policy enforces the proper order of values.
 class RescalingValuePolicy
          Implementation of RangedValuePolicy that resizes the range based on the value parameter.
 class ShiftValuePolicy
          Defines value policy that maintains constant span.
 class TrimValuePolicy
          Ensures that value will never be outside the bounds.
 

Methods in com.cosylab.gui.components.range2 that return RangedValuePolicy
 RangedValuePolicy RangedValuePolicy.getPeerPolicy()
          Returns the peer policy.
 RangedValuePolicy RangedValueController.getPolicy()
          Returns the currently employed policy.
 RangedValuePolicy RangedValuePolicy.insertPeerPolicy(RangedValuePolicy p)
          Inserts provided polici as first policy in chain, here next peer policy is this policy.
 RangedValuePolicy RangedValuePolicy.removePeerPolicy(RangedValuePolicy p)
          Removes provided policy from the chain, and returnes first policy in chain.
 RangedValuePolicy RangedValuePolicy.removePeerPolicyByType(java.lang.Class<? extends RangedValuePolicy> c)
          Removes provided policy from the chain, and returnes first policy in chain.
 

Methods in com.cosylab.gui.components.range2 with parameters of type RangedValuePolicy
 void RangedValuePolicy.addPeerPolicy(RangedValuePolicy p)
          Adds provided policy to the end of the chin
 void RangedValueController.addPolicy(RangedValuePolicy p)
          Adds a policy to this controller.
 RangedValuePolicy RangedValuePolicy.insertPeerPolicy(RangedValuePolicy p)
          Inserts provided polici as first policy in chain, here next peer policy is this policy.
 RangedValuePolicy RangedValuePolicy.removePeerPolicy(RangedValuePolicy p)
          Removes provided policy from the chain, and returnes first policy in chain.
 void RangedValueController.removePolicy(RangedValuePolicy p)
          Removes the policy from the controller.
 void RangedValueController.setPolicy(RangedValuePolicy policy)
          Adds new RangedValuePolicy.
 

Method parameters in com.cosylab.gui.components.range2 with type arguments of type RangedValuePolicy
 RangedValuePolicy RangedValuePolicy.removePeerPolicyByType(java.lang.Class<? extends RangedValuePolicy> c)
          Removes provided policy from the chain, and returnes first policy in chain.
 void RangedValueController.removePolicyByType(java.lang.Class<? extends RangedValuePolicy> c)
          Removes all policies of the given type.
 



Copyright © 2010. All Rights Reserved.