Uses of Interface
util.BeanSupport

Packages that use BeanSupport
jview   
util   
 

Uses of BeanSupport in jview
 

Subinterfaces of BeanSupport in jview
 interface DataAnalysing
          The common interface for classes that grab data from a JDataCanvas, performa some calculation on it using an Analyser and displays them.
 

Classes in jview that implement BeanSupport
 class JAbstractAnalyser
          An abstract analyser is a data change listener on a specified set name.
 class JAnalyserToFit
          An intermediate class that can display visualized analyser data and is possible to funnel analyser data changes to the model fitters.
 class JAsynchronAnalyser
          An asynchron analyser allows analysing of the data only via a user-induced action event it therefore returns null as the component it wants to present, but a non-null analyser action, which, when activated spawns an own update process.
 class JDataModelFrame
          This frame works together with a JFitResidualDisplay and allows displaying of the original data, the model fit and the residuals.
 class JEditableAnalyser
          Supports meta action on an analyser via user-editing of critical properties.
 class JExtremaSelect
          A click selector displays data, normally from an analyser's visualize output, and allows the user to click within the data set to select a local minimum or maximum.
 class JStatisticAnalyser
          A statistic analyser listens to a data set and displays the average of the y-data plus the deviation of it on-line in its displayable, which is an enabled Button.
 class JVisualizingAnalyser
          A visualizing analyser is an asynchronous analyser that has a JVisualizingAnalyser.KEY_VISUALIZE assigned to it.
 class UserDrivenFitting
          A small class that handles user clicks in an extrema-selectable canvas and converts them to initial conditions or constant selection of a model fitter.
 

Uses of BeanSupport in util
 

Fields in util with type parameters of type BeanSupport
private static Map<String,List<BeanSupport>> BeanTree.tree
          The bean-supporting instances known at runtime.
 

Methods in util that return types with arguments of type BeanSupport
static List<BeanSupport> BeanTree.getBeanSupport(String propname)
          Returns the list of all known bean supporting instances.
 

Methods in util with parameters of type BeanSupport
static void BeanTree.addBeanSupport(String name, BeanSupport bs)