Interface LayerManager

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  LayerManager.Helper
      A static helper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Object ID
      This key used to register the LayerManager in the Viewer's EditPartRegistry.
    • Field Detail

      • ID

        static final java.lang.Object ID
        This key used to register the LayerManager in the Viewer's EditPartRegistry.
    • Method Detail

      • getLayer

        org.eclipse.draw2d.IFigure getLayer​(java.lang.Object key)
        Returns a specified layer.
        Parameters:
        key - a key identifying the layer
        Returns:
        the specified layer