Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper Class Reference

Base class for Action decorators that are owned by a Component object. More...

Inheritance diagram for com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper:

com.arcle.rmt.j2se.swing.ui.ActionWrapper com.arcle.rmt.j2se.swing.ui.ExceptionSafeActionWrapper List of all members.

Public Member Functions

 ComponentOwnedActionWrapper (Component owner, Action wrapped)
 Constructs the wrapper.

Component getOwnerComponent ()
 Returns the Component that owns this object.


Private Attributes

Component _ownerComponent
 The owning component.


Detailed Description

Base class for Action decorators that are owned by a Component object.

Author:
Sasmito Adibowo
Version:
Id
ComponentOwnedActionWrapper.java,v 1.4 2003/05/15 19:43:46 adib Exp

Definition at line 70 of file ComponentOwnedActionWrapper.java.


Constructor & Destructor Documentation

com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper.ComponentOwnedActionWrapper Component  owner,
Action  wrapped
 

Constructs the wrapper.

Parameters:
owner the component that owns this object.
wrapped the decorated Action object.

Definition at line 76 of file ComponentOwnedActionWrapper.java.

References com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper._ownerComponent.


Member Function Documentation

Component com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper.getOwnerComponent  ) 
 

Returns the Component that owns this object.

Definition at line 84 of file ComponentOwnedActionWrapper.java.

References com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper._ownerComponent.

Referenced by com.arcle.rmt.j2se.swing.ui.ExceptionSafeActionWrapper.actionPerformed().


Member Data Documentation

Component com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper._ownerComponent [private]
 

The owning component.

Definition at line 91 of file ComponentOwnedActionWrapper.java.

Referenced by com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper.ComponentOwnedActionWrapper(), and com.arcle.rmt.j2se.swing.ui.ComponentOwnedActionWrapper.getOwnerComponent().


The documentation for this class was generated from the following file:
Generated on Fri Jun 18 19:53:27 2004 for Arcle Rambutan by doxygen 1.3.5