add(new EditObjectCodeAction(schemaObject));
}
}
if (properties.is(DBObjectProperty.COMPILABLE) && compatibilityInterface.supportsFeature(DatabaseFeature.OBJECT_INVALIDATION)) {
add(new CompileActionGroup(schemaObject));
}
if (properties.is(DBObjectProperty.DISABLEABLE) && compatibilityInterface.supportsFeature(DatabaseFeature.OBJECT_DISABLING)) {
add(new EnableDisableAction(schemaObject));
}