All Known Implementing Classes:
AbstractMultiExtensionFunctionScriptEditor, AbstractMultiScriptEditor, ClientScriptEditor, DataPanel, DesignerHook, DesignerHook, GlobalScriptEditor, KeyEventScriptEditor, KeystrokeScriptEditor, MessageHandlerEditor, NamedQueryWorkspace, PipelineBlockWorkspace, ReportingDesignerHook, ReportingResourceEditor, ReportingResourceWorkspace, SessionEventDialog, SFCDesignerHook, SfcWorkspace, TabbedResourceWorkspace, TagChangeEditor, TimerScriptEditor, ViewWorkspace
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Locatable
Consumes a location, implying some navigation happened within the Designer.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    forward(Object object, Location location)
     
    void
    locate(Location location)
     
  • Method Details