| org.apache.batik.util.gui.resource.JComponentModifier
JComponentModifier | public interface JComponentModifier (Code) | | This interface must be implemented by actions which need
to have an access to their associated component(s)
author: Stephane Hillion version: $Id: JComponentModifier.java,v 1.1 2007/08/15 23:28:28 suricate Exp $ |
addJComponent | void addJComponent(JComponent comp)(Code) | | Gives a reference to a component to this object
Parameters: comp - the component associed with this object |
|
|