Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

apollo.dataadapter.ensj
Class EnsJAdapterGUI.FocusSelectsButton  view EnsJAdapterGUI.FocusSelectsButton download EnsJAdapterGUI.FocusSelectsButton.java

java.lang.Object
  extended byjava.awt.event.FocusAdapter
      extended byapollo.dataadapter.ensj.EnsJAdapterGUI.FocusSelectsButton
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener
Enclosing class:
EnsJAdapterGUI

private final class EnsJAdapterGUI.FocusSelectsButton
extends java.awt.event.FocusAdapter

A focus listener which sets button.selected(true) when focus gained.


Field Summary
private  javax.swing.AbstractButton button
           
 
Constructor Summary
(package private) EnsJAdapterGUI.FocusSelectsButton(javax.swing.AbstractButton button)
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent ke)
          Implements this method from the interface with an empty body.
 
Methods inherited from class java.awt.event.FocusAdapter
focusLost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

button

private javax.swing.AbstractButton button
Constructor Detail

EnsJAdapterGUI.FocusSelectsButton

EnsJAdapterGUI.FocusSelectsButton(javax.swing.AbstractButton button)
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent ke)
Description copied from class: java.awt.event.FocusAdapter
Implements this method from the interface with an empty body.