Class CommandHistoryRecordContentProvider
java.lang.Object
org.yamcs.studio.commanding.cmdhist.CommandHistoryRecordContentProvider
- All Implemented Interfaces:
IContentProvider
,IStructuredContentProvider
public class CommandHistoryRecordContentProvider
extends Object
implements IStructuredContentProvider
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommands
(List<Command> commands) void
clearAll()
void
dispose()
void
enableScrollLock
(boolean enabled) Object[]
getElements
(Object inputElement) void
inputChanged
(Viewer viewer, Object oldInput, Object newInput) void
void
processCommand
(Command command)
-
Field Details
-
GREEN
- See Also:
-
RED
- See Also:
-
ACKNOWLEDGE_PREFIX
- See Also:
-
VERIFIER_PREFIX
- See Also:
-
-
Constructor Details
-
CommandHistoryRecordContentProvider
-
-
Method Details
-
inputChanged
- Specified by:
inputChanged
in interfaceIContentProvider
-
dispose
public void dispose()- Specified by:
dispose
in interfaceIContentProvider
-
getElements
- Specified by:
getElements
in interfaceIStructuredContentProvider
-
processCommand
-
addCommands
-
maybeSelectAndReveal
-
enableScrollLock
public void enableScrollLock(boolean enabled) -
clearAll
public void clearAll()
-