org.apache.batik.util.gui.resource
Interface JComponentModifier

All Known Implementing Classes:
JSVGViewerFrame.BackAction, JSVGViewerFrame.ForwardAction, JSVGViewerFrame.NextTransformAction, JSVGViewerFrame.PauseAction, JSVGViewerFrame.PlayAction, JSVGViewerFrame.PreviousTransformAction, JSVGViewerFrame.StopAction, JSVGViewerFrame.UseStylesheetAction

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,v 1.2 2003/08/08 11:39:27 vhardy Exp $
Author:
Stephane Hillion

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

Method Detail

addJComponent

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

Parameters:
comp - the component associed with this object


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.