Class AbstractProgressHandlePanel.EnvCancellable

  • All Implemented Interfaces:
    org.openide.util.Cancellable
    Enclosing class:
    AbstractProgressHandlePanel

    protected class AbstractProgressHandlePanel.EnvCancellable
    extends java.lang.Object
    implements org.openide.util.Cancellable
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EnvCancellable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean cancel()  
      • Methods inherited from class java.lang.Object

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

      • EnvCancellable

        protected EnvCancellable()
    • Method Detail

      • cancel

        public boolean cancel()
        Specified by:
        cancel in interface org.openide.util.Cancellable