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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommands(List<Command> commands) voidclearAll()voiddispose()voidenableScrollLock(boolean enabled) Object[]getElements(Object inputElement) voidinputChanged(Viewer viewer, Object oldInput, Object newInput) voidvoidprocessCommand(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:
inputChangedin interfaceIContentProvider
-
dispose
public void dispose()- Specified by:
disposein interfaceIContentProvider
-
getElements
- Specified by:
getElementsin interfaceIStructuredContentProvider
-
processCommand
-
addCommands
-
maybeSelectAndReveal
-
enableScrollLock
public void enableScrollLock(boolean enabled) -
clearAll
public void clearAll()
-