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)

Version:
$Id: JComponentModifier.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Stephane Hillion

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

Method Detail

addJComponent

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

Parameters:
comp - the component associed with this object


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.