net.sf.ij_plugins.ui.multiregion

Region

class Region extends AbstractModel

Linear Supertypes
AbstractModel, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Region
  2. AbstractModel
  3. Model
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Region(name: String, color: Color)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(e: SubRegion): Unit

  7. def addPropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  8. def addPropertyChangeListener(listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Boolean, newValue: Boolean): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  14. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Int, newValue: Int): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  15. def fireIndexedPropertyChange(propertyName: String, index: Int, oldValue: Any, newValue: Any): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  16. def firePropertyChange(evt: PropertyChangeEvent): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  17. def firePropertyChange(propertyName: String, oldValue: Boolean, newValue: Boolean): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  18. def firePropertyChange(propertyName: String, oldValue: Int, newValue: Int): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  19. def firePropertyChange(propertyName: String, oldValue: Any, newValue: Any): Unit

    Attributes
    protected[net.sf.ij_plugins.beans]
    Definition Classes
    AbstractModel
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def getColor(): Color

  22. def getName(): String

  23. def getPropertyChangeListeners(propertyName: String): Array[PropertyChangeListener]

    Definition Classes
    AbstractModelModel
  24. def getPropertyChangeListeners(): Array[PropertyChangeListener]

    Definition Classes
    AbstractModelModel
  25. def getSubRegions(): ObservableList[SubRegion]

  26. def hasListeners(propertyName: String): Boolean

    Definition Classes
    AbstractModelModel
  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def removePropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  33. def removePropertyChangeListener(listener: PropertyChangeListener): Unit

    Definition Classes
    AbstractModelModel
  34. def setColor(color: Color): Unit

  35. def setName(name: String): Unit

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractModel

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped