koala.dynamicjava.gui.resource
Interface JComponentModifier
- All Known Implementing Classes:
- Main.EvalAction, Main.EvalSelectionAction, Main.StopAction
- public interface JComponentModifier
This interface must be implemented by actions which need
to have an access to their associated component(s)
Method Summary |
void |
addJComponent(javax.swing.JComponent comp)
Gives a reference to a component to this object |
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
Copyright © 2001 Stephane Hillion. All Rights Reserved.