Searched defs:moveAction (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java71 private WidgetAction moveAction = ActionFactory.createMoveAction(null, this); field in class:ControlFlowScene
269 w.getActions().addAction(moveAction);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicInternalFrameTitlePane.java86 protected Action moveAction; field in class:BasicInternalFrameTitlePane
142 moveAction = new MoveAction();
274 mi = systemMenu.add(moveAction);
393 moveAction.setEnabled(false);

Completed in 138 milliseconds