All Known Implementing Classes:
DataPanel, DesignerHook, DesignerHook, EventStreamWorkspace, NamedQueryWorkspace, PipelineBlockWorkspace, ReportingDesignerHook, ReportingResourceEditor, ReportingResourceWorkspace, ScriptWorkspace, SFCDesignerHook, SfcWorkspace, TabbedResourceWorkspace, 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