org.favabeans.base
Interface Actions

All Superinterfaces:
Facet
All Known Implementing Classes:
MethodActions, Defaults.ActionsOfJComponent

public interface Actions
extends Facet

This Facet exposes the end-user commands which can be performed on the primary object. A UI element element may choose to represent these as toolbar options, menu choices, etc.


Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener l)
           
 ActionFeature[] getActions()
          The actions which a user can perform on this object.
 void removePropertyChangeListener(PropertyChangeListener l)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener l)
           
 
Methods inherited from interface org.favabeans.base.Facet
getPrimaryObject
 

Method Detail

getActions

public ActionFeature[] getActions()
The actions which a user can perform on this object.

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)

addPropertyChangeListener

public void addPropertyChangeListener(String propertyName,
                                      PropertyChangeListener l)

removePropertyChangeListener

public void removePropertyChangeListener(String propertyName,
                                         PropertyChangeListener l)


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.