com.rapidminer.gui.processeditor.results
Interface ResultDisplay

All Superinterfaces:
com.vlsolutions.swing.docking.Dockable, java.util.EventListener, ProcessEditor
All Known Implementing Classes:
DockableResultDisplay, TabbedResultDisplay

public interface ResultDisplay
extends com.vlsolutions.swing.docking.Dockable, ProcessEditor

Superclass of alternative result displays.

Author:
Simon Fischer

Field Summary
static java.lang.String RESULT_DOCK_KEY
           
 
Method Summary
 void addDataTable(DataTable dataTable)
           
 void clearAll()
           
 void init(MainFrame mainFrame)
          Initializer called after the main frame is set up.
 void showData(IOContainer resultContainer, java.lang.String message)
           
 void showResult(ResultObject result)
           
 
Methods inherited from interface com.vlsolutions.swing.docking.Dockable
getComponent, getDockKey
 
Methods inherited from interface com.rapidminer.gui.processeditor.ProcessEditor
processChanged, processUpdated, setSelection
 

Field Detail

RESULT_DOCK_KEY

static final java.lang.String RESULT_DOCK_KEY
See Also:
Constant Field Values
Method Detail

init

void init(MainFrame mainFrame)
Initializer called after the main frame is set up.


showResult

void showResult(ResultObject result)

showData

void showData(IOContainer resultContainer,
              java.lang.String message)

addDataTable

void addDataTable(DataTable dataTable)

clearAll

void clearAll()


Copyright © 2001-2009 by Rapid-I