Package adams.flow.sink
Interface UpdateableDisplayPanel
-
- All Superinterfaces:
CleanUpHandler,DisplayPanel
- All Known Implementing Classes:
AbstractTextDisplayPanel,ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel,ImageViewer.ImageViewerDisplayPanel,SpreadSheetDisplay.SpreadSheetDisplayPanel
public interface UpdateableDisplayPanel extends DisplayPanel
Extends theDisplayPanelinterface to allow accessing a potentially updated input token.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokengetUpdatedToken()Returns a potentially updated token.-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface adams.flow.sink.DisplayPanel
clearPanel, display, getPanelName, wrapUp
-
-
-
-
Method Detail
-
getUpdatedToken
Token getUpdatedToken()
Returns a potentially updated token.- Returns:
- the token, null if not available
-
-