Class GuiEditor

java.lang.Object
org.praxislive.ide.pxr.gui.GuiEditor
All Implemented Interfaces:
org.praxislive.ide.pxr.spi.RootEditor

public class GuiEditor extends Object implements org.praxislive.ide.pxr.spi.RootEditor
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.praxislive.ide.pxr.spi.RootEditor

    org.praxislive.ide.pxr.spi.RootEditor.Context, org.praxislive.ide.pxr.spi.RootEditor.Provider, org.praxislive.ide.pxr.spi.RootEditor.ToolAction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
     
     
    org.openide.util.Lookup
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.praxislive.ide.pxr.spi.RootEditor

    componentDeactivated, componentHidden, componentShowing, getUndoRedo, requestFocus, supportedToolActions, sync
  • Method Details

    • getEditorComponent

      public JComponent getEditorComponent()
      Specified by:
      getEditorComponent in interface org.praxislive.ide.pxr.spi.RootEditor
    • getLookup

      public org.openide.util.Lookup getLookup()
      Specified by:
      getLookup in interface org.praxislive.ide.pxr.spi.RootEditor
    • getActions

      public List<Action> getActions()
      Specified by:
      getActions in interface org.praxislive.ide.pxr.spi.RootEditor
    • componentActivated

      public void componentActivated()
      Specified by:
      componentActivated in interface org.praxislive.ide.pxr.spi.RootEditor
    • dispose

      public void dispose()
      Specified by:
      dispose in interface org.praxislive.ide.pxr.spi.RootEditor