All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class FloatingFrameEditor extends LazyFrame
This is the UI for the script editor that appears as a floating frame
See Also:
  • Constructor Details

  • Method Details

    • lazyInit

      public void lazyInit()
      Overrides:
      lazyInit in class LazyFrame
    • getCenteringParent

      protected Component getCenteringParent()
      Description copied from class: LazyFrame
      Override this to provide a centering parent
      Overrides:
      getCenteringParent in class LazyFrame
    • getEditors

      public List<ResourceEditor<?>> getEditors()
    • addEditor

      public void addEditor(ResourceEditor<?> editor)
    • removeEditor

      public void removeEditor(ResourceEditor<?> editor, boolean stopEditing)
    • notifyClosed

      protected void notifyClosed()
      This is a callback from LazyFrame for when the floating frame editor is closed
      Overrides:
      notifyClosed in class LazyFrame