Uses of Interface
org.eclipse.birt.report.model.api.activity.IActivityRecord
Packages that use IActivityRecord
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of IActivityRecord in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IActivityRecordModifier and TypeMethodDescriptionCommandStack.getRedoRecord()
Peeks at the top of the redo stack.CommandStack.getUndoRecord()
Peeks at the top of the undo stack.Methods in org.eclipse.birt.report.model.api with parameters of type IActivityRecordModifier and TypeMethodDescriptionvoid
CommandStack.execute
(IActivityRecord record) Executes the specified record and flushes the redo stack.