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

Method Index

 o editScript()
 o getTopPanel()
 o hasFrame()
 o initialize(SCRIDEComponent)
 o instanceAdded(SCRIDEComponentEvent)
Adds an instance to the SCRIDEComponent.
 o instanceRemoved(SCRIDEComponentEvent)
Removes instance from the SCRIDEComponent.
 o instanceRenamed(SCRIDEComponentEvent)
Renames instance from the SCRIDEComponent.
 o stopEditingScript()
 o syncEditor()

Methods

 o 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
 o 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
 o 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
 o initialize
 public abstract void initialize(SCRIDEComponent newScrComponent)
 o editScript
 public abstract boolean editScript()
 o stopEditingScript
 public abstract boolean stopEditingScript()
 o syncEditor
 public abstract void syncEditor()
 o hasFrame
 public abstract boolean hasFrame()
 o getTopPanel
 public abstract Component getTopPanel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index