Interface | Description |
---|---|
DataSource |
An interface to be implemented by Plugins that want to create an entry
in the Wizard create by the Open DataSource menu.
|
DataSourceWithoutWizard |
An interface to be implemented by Plugins that want to create an entry
in the Wizard created by the Open DataSource menu, but which do not
themselves require any wizard pages.
|
DynamicClassLoader |
Provides access to the ClassLoader used to dynamically load (analysis)
classes into JAS3.
|
FileHandler |
An interface to be implemented by services which can open files.
|
HTMLComponentFactory |
An interface to be implemented by plugins which allow objects to be embedded
in HTML pages.
|
HTMLEditorKitProvider | |
PlotFactory |
This interface aims to provide a simple way for plugins to produce plots,
without depending on any particular plotter implementation.
|
PlotPage |
Plot page.
|
PlotRegion |
A region in a plot page, where a plot can be displayed.
|
PlotRegionDropHandler |
Drop target listener for Jas3 plots.
|
Plotter |
A plot that can display compatible objects.
|
PlotterAdapter<T,S> |
An adapter that converts objects from source to target type for the purpose of plotting.
|
PlotterProvider |
An interface to be implemented by classes that create
Plotter instances. |
PreferencesManager |
Interface for interacting with the preferences manager
|
PreferencesTopic |
An interface to be implemented by anything that wants to appear in the
preferences dialog.
|
ProgressMeterProvider | |
ScriptEngine | |
TextEditor |
An interface to be implemented by all TextEditors
|
TextEditorService |
An interface to be implemented by all TextEditor systems
|
URLHandler |
An interface to be implemented by services which can open URLs.
|
WebBrowser |
Copyright © 2016. All rights reserved.