org.montsuqi.client
Class ConfigurationPanel.FieldSelected

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by org.montsuqi.client.ConfigurationPanel.FieldSelected
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
ConfigurationPanel

final class ConfigurationPanel.FieldSelected
extends java.awt.event.FocusAdapter

An action to select all text in the component when it is focused.


Constructor Summary
ConfigurationPanel.FieldSelected()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 
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
 

Constructor Detail

ConfigurationPanel.FieldSelected

ConfigurationPanel.FieldSelected()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener
Overrides:
focusGained in class java.awt.event.FocusAdapter