argutia.gui
Class SpellingInputVerifier

java.lang.Object
  extended by javax.swing.InputVerifier
      extended by argutia.gui.SpellingInputVerifier
All Implemented Interfaces:
FileListener, ComponentListener, EventListener
public class SpellingInputVerifier
extends InputVerifier
implements ComponentListener, FileListener
Field Summary
private String alertMsg
           
private Collection<Representation> modifies
           
private Onglets onglets
           
 
Constructor Summary
SpellingInputVerifier(Onglets onglets)
           
 
Method Summary
 void componentHidden(ComponentEvent e)
           
 void componentMoved(ComponentEvent e)
           
 void componentResized(ComponentEvent e)
           
 void componentShown(ComponentEvent e)
           
 void fileStateChanged(FileEvent e)
          Notifie l'écouteur qu'un événement est survenu concernant la gestion des fichiers.
 boolean shouldYieldFocus(JComponent input)
           
 void toUpdate(Representation r)
           
 boolean verify(JComponent input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

alertMsg

private String alertMsg

onglets

private final Onglets onglets

modifies

private final Collection<Representation> modifies
Constructor Detail

SpellingInputVerifier

public SpellingInputVerifier(Onglets onglets)
Method Detail

verify

public boolean verify(JComponent input)
Specified by:
verify in class InputVerifier

toUpdate

public void toUpdate(Representation r)

shouldYieldFocus

public boolean shouldYieldFocus(JComponent input)
Overrides:
shouldYieldFocus in class InputVerifier

componentHidden

public void componentHidden(ComponentEvent e)
Specified by:
componentHidden in interface ComponentListener

componentMoved

public void componentMoved(ComponentEvent e)
Specified by:
componentMoved in interface ComponentListener

componentResized

public void componentResized(ComponentEvent e)
Specified by:
componentResized in interface ComponentListener

componentShown

public void componentShown(ComponentEvent e)
Specified by:
componentShown in interface ComponentListener

fileStateChanged

public void fileStateChanged(FileEvent e)
Description copied from interface: FileListener
Notifie l'écouteur qu'un événement est survenu concernant la gestion des fichiers.

Specified by:
fileStateChanged in interface FileListener
Parameters:
e - événement concernant la gestion des fichiers.
Argutia JavaDoc
23 décembre 2007