Interface JComponentModifier
-
- All Known Implementing Classes:
JSVGViewerFrame.BackAction,JSVGViewerFrame.ForwardAction,JSVGViewerFrame.NextTransformAction,JSVGViewerFrame.PauseAction,JSVGViewerFrame.PlayAction,JSVGViewerFrame.PreviousTransformAction,JSVGViewerFrame.StopAction,JSVGViewerFrame.UseStylesheetAction
public interface JComponentModifierThis 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 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJComponent(javax.swing.JComponent comp)Gives a reference to a component to this object
-