Package org.proto4j.swing

Proto4j-Swing

The Proto4j-Swing module turns an annotated GUI class into a Java-Swing application. This module covers most of the swing classes and is written to be extensible.

To load an Entry with the GUI instance, just type:

 
 Entry<MyGUI> entry = Entry.of(MyGUI.class);
 
If the provided GUI class takes arguments at initialization, they can be provided by just adding them to the end of this method.
Author:
MatrixEditor, Proto4j
  • Interface Summary 
    Interface Description
    Entry<G>
    The base class for objects that store generated information about a GUI.
  • Class Summary 
    Class Description
    AbstractEntry<G>
    This class provides basic operations for the Entry.
    FieldReference<V>
    When a GUI is generated, FieldReferences are created automatically.
    ServiceManager<S>
    The basic class for managing a set of services (Thread-Safe).