| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | LimitedRangePolicyThis is the implementation of RangedValuePolicythat allows 
 values ofRangedValueto be only within the specified range. | 
|  class | ProperOrderPolicyThis policy enforces the proper order of values. | 
|  class | RescalingValuePolicyImplementation of RangedValuePolicythat resizes the range
 based on the value parameter. | 
|  class | ShiftValuePolicyDefines value policy that maintains constant span. | 
|  class | TrimValuePolicyEnsures 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||