Package org.fuin.utils4swing.annotations

Annotations for easier swing development.

See:
          Description

Class Summary
AnnotationUtils Helper methods for annotation.
 

Annotation Types Summary
InvokeAndWait Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeAndWait(Runnable).
InvokeLater Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeLater(Runnable).
Label Use this annotation to assign a label to a field.
TableColumn Use this annotation to assign preferred table column values to a field.
 

Package org.fuin.utils4swing.annotations Description

Annotations for easier swing development.



Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.