Package org.praxislive.ide.pxr.gui
Class GuiEditorProvider
java.lang.Object
org.praxislive.ide.pxr.gui.GuiEditorProvider
- All Implemented Interfaces:
RootEditor.Provider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEditor(RootProxy root, RootEditor.Context context) Create an editor for the provided root, if the root type, context, etc. are supported by this provider.
-
Constructor Details
-
GuiEditorProvider
public GuiEditorProvider()
-
-
Method Details
-
createEditor
Description copied from interface:RootEditor.ProviderCreate an editor for the provided root, if the root type, context, etc. are supported by this provider.- Specified by:
createEditorin interfaceRootEditor.Provider- Parameters:
root- root proxycontext- root editor context- Returns:
- root editor or empty optional
-