Uses of Package
org.fest.swing.annotation

Packages that use org.fest.swing.annotation
org.fest.swing.applet Support for testing Java Applets. 
org.fest.swing.awt Utility methods related to AWT. 
org.fest.swing.cell Support for custom cell renderers in components like JComboBox, JList, JTable and JTree
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
org.fest.swing.core.matcher Common implementations of GenericTypeMatcher
org.fest.swing.data Simple (but useful) data structures. 
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
org.fest.swing.edt Support for GUI component access from the event dispatch thread (EDT.) 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
org.fest.swing.format Component formatters that create a String representation of GUI components. 
org.fest.swing.hierarchy GUI component hierarchies. 
org.fest.swing.launcher Launches applications from a "main" method and Java applets 
org.fest.swing.monitor Monitors that track the state of GUI components (intended for internal use only.) 
org.fest.swing.query Queries, executed in the event dispatch thread (EDT,) that read property values from GUI components. 
 

Classes in org.fest.swing.annotation used by org.fest.swing.applet
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.awt
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.cell
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.core
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.core.matcher
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.data
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.driver
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.edt
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.fixture
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.format
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.hierarchy
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.launcher
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.monitor
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 

Classes in org.fest.swing.annotation used by org.fest.swing.query
RunsInCurrentThread
          Understands an annotation that documents that a method is accessing GUI components in the current thread.
RunsInEDT
          Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.