Package adams.flow.processor
Interface ActorProcessorWithFlowPanelContext
-
- All Superinterfaces:
ActorProcessor
,Comparable<ActorProcessor>
,Destroyable
,OptionHandler
,ShallowCopySupporter<ActorProcessor>
- All Known Implementing Classes:
AbstractActorListingProcessor
,AbstractListNameUsage
,FindText
,ListActorReferenceUsage
,ListActorUsage
,ListCallableActorUsage
,ListClassUsage
,ListStorageUsage
,ListVariableUsage
public interface ActorProcessorWithFlowPanelContext extends ActorProcessor
Interface for actor processors that can have the FlowPanel context set.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowPanel
getContext()
Returns the FlowPanel context.void
setContext(FlowPanel value)
Sets the FlowPanel context.-
Methods inherited from interface adams.flow.processor.ActorProcessor
compareTo, getErrors, hasErrors, process, shallowCopy, shallowCopy
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-