Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Eclipse 中创建一个非模态且不可取消的进度监视器。是否有可能在eclipse中这样做?
进度监视器实际上并不控制这两件事。UI 负责运行代码是否是模态的,并且该代码负责检查进度监视器是否已被取消并做出反应——它可能会忽略它。