Uses of Class
javax.swing.Timer
-
Packages that use Timer 软件包 描述 javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.tree 提供处理javax.swing.JTree类和接口。 -
-
Uses of Timer in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as Timer Modifier and Type Field 描述 protected TimerBasicComboPopup. autoscrollTimer此保护字段是实现特定的。protected TimerBasicScrollBarUI. scrollTimer滚动定时器protected TimerBasicSliderUI. scrollTimer滚动定时器protected TimerBasicTreeUI.ComponentHandler. timer定时器用于滚动滚动条中,滚动条正在调整。 -
Uses of Timer in javax.swing.tree
Fields in javax.swing.tree declared as Timer Modifier and Type Field 描述 protected TimerDefaultTreeCellEditor. timerUsed before starting the editing session.
-