Interface ActionEditorCreator<T extends ControllerAction>

All Known Implementing Classes:
BuilderDataLoaderActionEditorCreator, CNDataLoaderActionEditorCreator, ConsoleSinkActionEditorCreator, ContextXMLLoaderActionEditorCreator, DataSetActionEditorCreator, DFDataLoaderActionEditorCreator, DFFreezerActionEditorCreator, DisplayActionEditorCreator, FileSinkActionEditorCreator, HistogramChartActionEditorCreator, JDBCDataLoaderActionEditorCreator, JDBCFreezerActionEditorCreator, MIContextXMLLoaderActionEditorCreator, TimeSeriesActionEditorCreator, UserPanelActionEditorCreator

public interface ActionEditorCreator<T extends ControllerAction>
Interface for classes that create action editors.
Version:
$Revision: 1.1 $ $Date: 2006/01/09 15:55:03 $
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    createEditor(T action)
    Creates an editor for the specfied action.
    Gets the Class of the ControllerAction for which this creates an editor.
  • Method Details

    • createEditor

      ActionUI createEditor(T action)
      Creates an editor for the specfied action.
      Parameters:
      action - the action to create the editor for
      Returns:
      an editor for the specified action.
    • getActionType

      Class getActionType()
      Gets the Class of the ControllerAction for which this creates an editor.
      Returns:
      the Class of the ControllerAction for which this creates an editor.