Object
PropertysetItem
ScriptItem
All Implemented Interfaces:
Item, Item.PropertySetChangeNotifier, Serializable, Cloneable

public class ScriptItem extends PropertysetItem
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface Item

    Item.Editor, Item.PropertySetChangeListener, Item.PropertySetChangeNotifier, Item.Viewer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class PropertysetItem

    addItemProperty, addListener, addPropertySetChangeListener, clone, equals, getItemProperty, getItemPropertyIds, getListeners, hashCode, removeItemProperty, removeListener, removePropertySetChangeListener, toString

    Methods inherited from class Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ScriptItem

      public ScriptItem(MutableScript script)
    • ScriptItem

      public ScriptItem()
  • Method Details