Uses of Class
net.ssehub.easy.producer.ui.core.contributions.ExternalEditor
-
Packages that use ExternalEditor Package Description net.ssehub.easy.producer.ui.core.contributions Initial arbitrary project-specific UI contributions. -
-
Uses of ExternalEditor in net.ssehub.easy.producer.ui.core.contributions
Fields in net.ssehub.easy.producer.ui.core.contributions with type parameters of type ExternalEditor Modifier and Type Field Description private static java.util.List<ExternalEditor>ExternalEditor. REGISTEREDMethods in net.ssehub.easy.producer.ui.core.contributions with parameters of type ExternalEditor Modifier and Type Method Description static voidExternalEditor. register(ExternalEditor editor)Registers the external editor plugin.static voidExternalEditor. unregister(ExternalEditor editor)Unregisters the external editor plugin.
-