|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectUpdate | |
org.objectweb.jac.aspects.gui | |
org.objectweb.jac.aspects.gui.swing | |
org.objectweb.jac.ide.diagrams |
Uses of ObjectUpdate in org.objectweb.jac.aspects.gui |
Classes in org.objectweb.jac.aspects.gui that implement ObjectUpdate | |
class |
ComboBoxModel
This is an abstract representation of a combo box. |
class |
LessAbstractListModel
Base class for ListModel and ComboBoxModel. |
class |
ListModel
A generic list data model. |
class |
ObjectNode
This class represents a tree node for an object. |
class |
TableModel
The data model for tables. |
Methods in org.objectweb.jac.aspects.gui with parameters of type ObjectUpdate | |
void |
ViewControlWrapper.registerObject(Wrappee wrappee,
ObjectUpdate client,
Object param)
Register for an objectUpdated event. |
void |
ViewControlWrapper.unregisterObject(Wrappee wrappee,
ObjectUpdate client)
Unregister from an objectUpdated event. |
static void |
Utils.registerObject(Object object,
ObjectUpdate client)
Register object events for a single object. |
static void |
Utils.registerObject(Object object,
ObjectUpdate client,
Object param)
Register object events for a single object with extra parameters. |
static void |
Utils.unregisterObject(Object object,
ObjectUpdate client)
Unregister from a single object. |
Uses of ObjectUpdate in org.objectweb.jac.aspects.gui.swing |
Classes in org.objectweb.jac.aspects.gui.swing that implement ObjectUpdate | |
class |
ReferenceView
This class defines a Swing component view for references in objects. |
Uses of ObjectUpdate in org.objectweb.jac.ide.diagrams |
Classes in org.objectweb.jac.ide.diagrams that implement ObjectUpdate | |
class |
AspectFigure
|
class |
ClassFigure
|
class |
FieldFigure
|
class |
InheritanceLinkFigure
|
class |
LinkFigure
|
class |
MethodFigure
|
class |
PointcutLinkFigure
|
class |
RelationLinkFigure
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |