Savarese.Org

Package org.savarese.unicorn.ui

Defines the Unicorn user interface components.

See:
          Description

Interface Summary
ObjectPanelModel<O> Interface for adapting objects for use by ObjectPanel.
ObjectPanelModelFactory A factory interface for instantiating ObjectPanelModel objects.
ObjectPanelModelListener<O> A listener interface for receiving notifications of changes to ObjectPanelModel instances.
 

Class Summary
AbstractObjectPanelModel<O> An abstract class implementing most of the methods declared by the ObjectPanelModel interface.
JavaBeanPanelModel An ObjectPanelModel implementation for JavaBeans.
MBeanPanelModel An ObjectPanelModel implementation for JMX MBeans.
ObjectInspectorPanel A Swing component that allows a user to select an ObjectPanelModelFactory, enter an object name, and create an ObjectPanel for the object.
ObjectPanel<O> A Swing component that dynamically assembles a user interface for invoking the methods of an object wrapped by an ObjectPanelModel implementation.
WebServicePanelModel An ObjectPanelModel implementation for Web services with WSDL definitions.
 

Package org.savarese.unicorn.ui Description

Defines the Unicorn user interface components.


Savarese.Org

Copyright © 2006 Daniel F. Savarese. All Rights Reserved.