Package ghidra.program.util
Interface DataTypeArchiveChangeManager
public interface DataTypeArchiveChangeManager
Interface to define event types and the method to generate an
event within Program.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.static final ProgramEvent
Deprecated.Event type numeric constants have been changed to enums.
-
Field Details
-
DOCR_CATEGORY_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Category was added. -
DOCR_CATEGORY_REMOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Category was removed. -
DOCR_CATEGORY_RENAMED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Category was renamed. -
DOCR_CATEGORY_MOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Category was moved. -
DOCR_DATA_TYPE_ADDED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data type was added to a category. -
DOCR_DATA_TYPE_REMOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data type was removed from a category. -
DOCR_DATA_TYPE_RENAMED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data Type was renamed. -
DOCR_DATA_TYPE_MOVED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data type was moved to another category. -
DOCR_DATA_TYPE_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data type was updated. -
DOCR_DATA_TYPE_SETTING_CHANGED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.The settings on a data type were updated. -
DOCR_DATA_TYPE_REPLACED
Deprecated.Event type numeric constants have been changed to enums. Use the enum directly.Data type was replaced in a category.
-