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)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addJComponent
(JComponent comp) Gives a reference to a component to this object
-
Method Details
-
addJComponent
Gives a reference to a component to this object- Parameters:
comp
- the component associed with this object
-