没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > jbusycomponent |
jbusycomponent
|
2 | 0 | 70 |
贡献者 | 讨论 | 代码提交 |
概述
Enhance any swing components with a busy state
JBusyComponent works as follow:
- Provide a BusyModel that allow you to maintain and control busy properties for your component.
- A view that is the enhanced component that can now be busy
- An UI for render by overlay the busy state
- BusyIcon for smart and simple to use icon that can render a progress bar
The BusyModel
A BusyModel is the data model controlling busy properties of some components. When the model is on a busy state, the view becomes inaccessible and a smart overlay animation show it.
This animation can include a progress bar that reflet the underlying job progression or use a BusyIcon. If you enable the cancellable property, a cancel button will be shown also.
创建时间:2014-05-06 16:26