org.apache.batik.util.gui.resource

Interface JComponentModifier

public interface JComponentModifier

This interface must be implemented by actions which need to have an access to their associated component(s)
Method Summary
voidaddJComponent(JComponent comp)
Gives a reference to a component to this object

Method Detail

addJComponent

public void addJComponent(JComponent comp)
Gives a reference to a component to this object

Parameters: comp the component associed with this object

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.