Searched refs:SHARED_ACTION (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopPaneUI.java51 private static final Actions SHARED_ACTION = new Actions(); field in class:BasicDesktopPaneUI
638 SHARED_ACTION.setState(dp, Actions.RESTORE);
652 SHARED_ACTION.setState(dp, Actions.CLOSE);
670 SHARED_ACTION.setState(dp, Actions.MINIMIZE);
688 SHARED_ACTION.setState(dp, Actions.MAXIMIZE);
H A DBasicTreeUI.java64 static private final Actions SHARED_ACTION = new Actions(); field in class:BasicTreeUI
2942 SHARED_ACTION.traverse(tree, BasicTreeUI.this, direction,
2975 SHARED_ACTION.page(tree, BasicTreeUI.this, direction,
3011 SHARED_ACTION.increment(tree, BasicTreeUI.this, direction,
3046 SHARED_ACTION.home(tree, BasicTreeUI.this, direction,
3066 SHARED_ACTION.toggle(tree, BasicTreeUI.this);
3085 SHARED_ACTION.cancelEditing(tree, BasicTreeUI.this);
H A DBasicSliderUI.java48 private static final Actions SHARED_ACTION = new Actions(); field in class:BasicSliderUI
1913 SHARED_ACTION.scroll(slider, BasicSliderUI.this, dir, block);
1950 SHARED_ACTION.scroll(slider, ui, dir, block);

Completed in 3000 milliseconds