Class LayerManager.Helper

  • Enclosing interface:
    LayerManager

    public static class LayerManager.Helper
    extends java.lang.Object
    A static helper
    Since:
    2.0
    • Constructor Summary

      Constructors 
      Constructor Description
      Helper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static LayerManager find​(EditPart part)
      Finds the LayerManager given any EditPart in the Viewer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Helper

        public Helper()
    • Method Detail

      • find

        public static LayerManager find​(EditPart part)
        Finds the LayerManager given any EditPart in the Viewer.
        Parameters:
        part - any EditPart in a GraphicalViewer
        Returns:
        the LayerManager