Searched refs:focusGained (Results 1 - 25 of 70) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DFocusAdapter.java56 public void focusGained(FocusEvent e) {} method in class:FocusAdapter
H A DFocusListener.java55 public void focusGained(FocusEvent e); method in interface:FocusListener
/openjdk7/jdk/test/javax/swing/JTabbedPane/4624207/
H A Dbug4624207.java47 private static volatile boolean focusGained = false; field in class:bug4624207
57 public void focusGained(FocusEvent e) { method in class:bug4624207
58 System.out.println("focusGained called");
59 focusGained = true;
64 focusGained = false;
90 if (!focusGained) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTableUI.java66 public void focusGained(final FocusEvent e) { method in class:AquaTableUI.FocusHandler
67 super.focusGained(e);
H A DAquaCaret.java89 public void focusGained(final FocusEvent e) { method in class:AquaCaret
92 super.focusGained(e);
99 super.focusGained(e);
104 super.focusGained(e);
121 super.focusGained(e);
H A DAquaListUI.java97 public void focusGained(final FocusEvent e) { method in class:AquaListUI.FocusHandler
98 super.focusGained(e);
H A DAquaFocusHandler.java40 // Flag to help focusGained() determine whether the origin focus loss was due to a temporary focus loss or not.
48 public void focusGained(final FocusEvent ev) { method in class:AquaFocusHandler
72 // We set a flag to help the focusGained() determine when they should be repainting
/openjdk7/jdk/test/java/awt/Focus/FocusEmbeddedFrameTest/
H A DFocusEmbeddedFrameTest.java84 public void focusGained(FocusEvent e) {
90 public void focusGained(FocusEvent e) {
/openjdk7/jdk/test/java/awt/Focus/AppletInitialFocusTest/
H A DAppletInitialFocusTest1.java44 public void focusGained(FocusEvent e) { method in class:AppletInitialFocusTest1
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTextUI.java78 * @see FocusListener#focusGained
80 public void focusGained(FocusEvent e) { method in class:MotifTextUI.MotifCaret
81 super.focusGained(e);
/openjdk7/jdk/test/javax/swing/plaf/basic/BasicSplitPaneUI/
H A DTest6657026.java69 createFocusListener().focusGained(null); // allows actions
/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java74 public void focusGained(FocusEvent e) {
80 public void focusGained(FocusEvent e) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxEditor.java115 public void focusGained(FocusEvent e) {} method in class:BasicComboBoxEditor
H A DBasicButtonListener.java162 public void focusGained(FocusEvent e) { method in class:BasicButtonListener
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextAreaUI.java197 public void focusGained(FocusEvent e) { method in class:SynthTextAreaUI.Handler
H A DSynthScrollPaneUI.java299 public void focusGained(FocusEvent e) { method in class:SynthScrollPaneUI.ViewportViewFocusHandler
H A DSynthTextFieldUI.java271 public void focusGained(FocusEvent e) { method in class:SynthTextFieldUI.Handler
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddingContainer.java101 void focusGained(long child) { method in class:XEmbeddingContainer
H A DXButtonPeer.java159 public void focusGained(FocusEvent e) { method in class:XButtonPeer
160 super.focusGained(e);
H A DXCheckboxPeer.java94 public void focusGained(FocusEvent e) { method in class:XCheckboxPeer
96 super.focusGained(e);
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java100 public void focusGained(FocusEvent e) {
109 public void focusGained(FocusEvent e) {
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java115 public void focusGained(FocusEvent e) {
230 public void focusGained(FocusEvent fe) {
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DValueFormatter.java120 public void focusGained(FocusEvent event) { method in class:ValueFormatter
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEventMulticaster.java214 * Handles the focusGained event by invoking the
215 * focusGained methods on listener-a and listener-b.
218 public void focusGained(FocusEvent e) { method in class:AWTEventMulticaster
219 ((FocusListener)a).focusGained(e);
220 ((FocusListener)b).focusGained(e);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DSourceCodePanel.java178 public void focusGained(FocusEvent e) {

Completed in 54 milliseconds

123