DESY ACOP Beans Home

Uses of Interface
com.cosylab.gui.adapters.Converter

Packages that use Converter
com.cosylab.gui   
com.cosylab.gui.adapters   
com.cosylab.gui.displayers A package containing framework for building displayer components. 
com.cosylab.gui.infopanel   
de.desy.acop.displayers   
de.desy.acop.displayers.table   
de.desy.acop.displayers.tools   
 

Uses of Converter in com.cosylab.gui
 

Methods in com.cosylab.gui that return Converter
 Converter WheelswitchDisplayer.getConverter()
           
 Converter SliderDisplayer.getConverter()
           
 Converter GaugerDisplayer.getConverter()
          Returns the converter.
 Converter DoubleNumberDisplayer.getConverter()
          Returns the converter.
 Converter DialKnobDisplayer.getConverter()
          Returns the converter.
 Converter CheckBoxController.getConverter()
           
 Converter ButtonController.getConverter()
           
 

Methods in com.cosylab.gui with parameters of type Converter
 void WheelswitchDisplayer.setConverter(Converter converter)
           
 void SliderDisplayer.setConverter(Converter converter)
           
 void GaugerDisplayer.setConverter(Converter converter)
          Sets new converter.
 void DoubleNumberDisplayer.setConverter(Converter converter)
          Sets new converter.
 void DialKnobDisplayer.setConverter(Converter converter)
          Sets new converter.
 void CheckBoxController.setConverter(Converter converter)
           
 void ButtonController.setConverter(Converter converter)
           
 

Uses of Converter in com.cosylab.gui.adapters
 

Classes in com.cosylab.gui.adapters that implement Converter
 class AbstractConverter
          AbstractConverter is implementation of Converter interface intended for convenience when implementing new converter.
 class ConverterChain
          ConverterChain combines several converter into a single one.
 class ExponentialConverter
          ExponentialConverter uses the supplied values as the exponential factor to the specified base.
 class IdentityConverter
          IdentityConverter is ismplest possible conversion, it delegates same data value to consumers.
 class LinearConverter
          MulitplierConverter acts as data source and data consumer in the same time.
 class LogarithmicConverter
          LogarithmicConverter logarithms the supplied value using the logarithm of the specified base.
 class MultiplierConverter
          MulitplierConverter acts as data source and data consumer in the same time.
 class PotentialConverter
          PotentialConverter transforms the incomming value in the way that it exponents it to the given exponent factor.
 class SimpleArrayConverterSupport
          SimpleConverterSupport is implementation of Converter interface intended for simple implementation, which use transfromation function on double data flow.
 class SimpleConverterSupport
          SimpleConverterSupport is implementation of Converter interface intended for simple implementation, which use transfromation function on double data flow.
 

Fields in com.cosylab.gui.adapters declared as Converter
protected  Converter ConverterCustomizer.converter
           
 

Fields in com.cosylab.gui.adapters with type parameters of type Converter
protected static java.util.HashMap<Converter,ConverterUtilities.CustomizerDialog> ConverterUtilities.cache
           
 

Methods in com.cosylab.gui.adapters that return Converter
 Converter ConverterChain.get(int index)
          Returns the converter under the specified index.
 Converter ConverterCustomizer.getConverter()
          Returns the converter.
static Converter ConverterUtilities.getConverterFromString(java.lang.String converterToString)
          Constructs a converter from a string.
 Converter[] ConverterChain.getConverters()
          Returns all converters in the chain.
 Converter ConverterChain.getFirst()
          Returns the first converter in the chain.
 Converter ConverterChain.getLast()
          Returns the last converter in the chain.
 

Methods in com.cosylab.gui.adapters with parameters of type Converter
protected  boolean ConverterCustomizer.checkEditable(Converter converter)
          Check if converter is editable.
protected  java.lang.String ConverterCustomizer.composeFunction(Converter c, java.lang.String input)
          Composes the function string displayed in the GUI.
static java.lang.String ConverterUtilities.composeFunctionString(Converter converter, java.lang.String value)
          Composes a function from the given converter.
protected static void ConverterUtilities.dispatchValues(Converter converter, java.util.Map<java.lang.String,java.lang.Number> values)
          Sets the converter's fields with new values obtained from the editor dialog.
protected  boolean ConverterCustomizer.edit(Converter converter)
          Displays editor dialog to edit converter.
protected static java.util.Map<java.lang.String,java.lang.Number> ConverterUtilities.extractInitialValues(Converter converter)
          Obtains initial values of converter's fields.
protected static java.lang.String[] ConverterUtilities.getFieldNames(Converter converter)
          Returns the names of the fields that will be visible in the dialog.
static java.lang.String ConverterUtilities.getInitializationString(Converter converter)
          Constructs an initialization string used by PropertyEditor.
static boolean ConverterUtilities.isEditable(Converter converter)
          Checks if converter is editable.
 void ConverterCustomizer.setConverter(Converter c)
          Sets converter to this customizer.
static boolean ConverterUtilities.showEditorDialog(java.awt.Component parent, Converter converter)
          Shows a dialog window with converter editor.
 

Constructors in com.cosylab.gui.adapters with parameters of type Converter
ConverterChain(Converter[] converters)
          Creates new instance of ConverterChain.
 

Uses of Converter in com.cosylab.gui.displayers
 

Methods in com.cosylab.gui.displayers that return Converter
 Converter ConvertibleDisplayer.getConverter()
          Returns the converter that is used with the displayer.
 Converter AbstractDisplayerPanel.getConverter()
          Returns the converter.
 

Methods in com.cosylab.gui.displayers with parameters of type Converter
static void DisplayerUtilities.prepareNewConverter(Converter converter, ConvertibleDisplayer disp)
          This method can be used from setConverter() method from convertible displayer, which is passed as parameter.
 void ConvertibleDisplayer.setConverter(Converter converter)
          Sets the Converter that is used when displaying value with this.
 void AbstractDisplayerPanel.setConverter(Converter converter)
          Sets new converter.
 

Uses of Converter in com.cosylab.gui.infopanel
 

Methods in com.cosylab.gui.infopanel that return Converter
 Converter ConverterPanel.getConverter()
          Returns the converter, which the info belongs to.
 

Methods in com.cosylab.gui.infopanel with parameters of type Converter
 void ConverterPanel.setConverter(Converter c)
          Sets the converter, which data should be presented in the info panel.
 

Uses of Converter in de.desy.acop.displayers
 

Methods in de.desy.acop.displayers that return Converter
 Converter AcopLabel.getConverter()
           
 

Methods in de.desy.acop.displayers with parameters of type Converter
 void AcopLabel.setConverter(Converter converter)
           
 

Uses of Converter in de.desy.acop.displayers.table
 

Constructors in de.desy.acop.displayers.table with parameters of type Converter
AcopTableParameters(ConnectionParameters parameters, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
AcopTableParameters(ConnectionParameters parameters, TableColumnType type, int arrayIndex, Converter converter, java.lang.String name)
          Constructs new AcopTableParameters using the supplied parameters.
 

Uses of Converter in de.desy.acop.displayers.tools
 

Methods in de.desy.acop.displayers.tools that return Converter
 Converter AcopDisplayerParameters.getConverter()
          Returns the converter associated with this parameters.
 

Constructors in de.desy.acop.displayers.tools with parameters of type Converter
AcopDisplayerParameters(ConnectionParameters parameters, int index, Converter converter)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, Converter converter)
          Constructs new AcopDisplayerParameters using the provided parameters.
AcopDisplayerParameters(java.lang.String name, int size, ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, Converter converter)
          Contructs new AcopDisplayerParameters using the provided parameters.
AcopGraphParameters(AcopDisplayerParameters adp, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength, Converter converter)
          Constructs a new AcopGraphParameters object with the specified parameters values
AcopGraphParameters(ConnectionParameters parameters, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength, Converter converter)
          Constructs a new AcopGraphParameters object with the specified parameters values
AcopGraphParameters(ConnectionParameters parameters, int index, double min, double max, java.lang.String units, java.lang.String format, java.awt.Color color, int fft, int drawStyle, int mode, int width, boolean trend, int trendLength, Converter converter)
          Constructs a new AcopGraphParameters object with the specified parameters values
 



Copyright © 2010. All Rights Reserved.