All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.script.ide.SCRIDEInterface
- public interface interface SCRIDEInterface
The Scripting IDE Component Event Listener class for objects that
wish to be notified of the SCRIDEComponentEvents fired by the
SCRIDEComponent class
- See Also:
- SCRIDEComponent, SCRIDEInstance, SCRIDEComponentEventListener
-
editScript()
-
-
getTopPanel()
-
-
hasFrame()
-
-
initialize(SCRIDEComponent)
-
-
instanceAdded(SCRIDEComponentEvent)
- Adds an instance to the SCRIDEComponent.
-
instanceRemoved(SCRIDEComponentEvent)
- Removes instance from the SCRIDEComponent.
-
instanceRenamed(SCRIDEComponentEvent)
- Renames instance from the SCRIDEComponent.
-
stopEditingScript()
-
-
syncEditor()
-
instanceAdded
public abstract void instanceAdded(SCRIDEComponentEvent event)
- Adds an instance to the SCRIDEComponent. This method is called
when an instance was added to the SCRIDEComponent.
- Parameters:
- event - The event.
- See Also:
- SCRIDEInstance, SCRIDEComponent
instanceRemoved
public abstract void instanceRemoved(SCRIDEComponentEvent event)
- Removes instance from the SCRIDEComponent. This method is called
when an instance was removed from the SCRIDEComponent.
- Parameters:
- event - The event
- See Also:
- SCRIDEInstance, SCRIDEComponent
instanceRenamed
public abstract void instanceRenamed(SCRIDEComponentEvent event)
- Renames instance from the SCRIDEComponent. This method is called
when an instance was renamed from the SCRIDEComponent.
- Parameters:
- event - The event
- See Also:
- SCRIDEInstance, SCRIDEComponent
initialize
public abstract void initialize(SCRIDEComponent newScrComponent)
editScript
public abstract boolean editScript()
stopEditingScript
public abstract boolean stopEditingScript()
syncEditor
public abstract void syncEditor()
hasFrame
public abstract boolean hasFrame()
getTopPanel
public abstract Component getTopPanel()
All Packages Class Hierarchy This Package Previous Next Index