Class

net.sf.ij_plugins.ui.multiregion

MultiRegionManagerModel

Related Doc: package multiregion

Permalink

final class MultiRegionManagerModel extends AbstractModel

Linear Supertypes
AbstractModel, Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiRegionManagerModel
  2. AbstractModel
  3. Model
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MultiRegionManagerModel()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addPropertyChangeListener(propertyName: String, listener: PropertyChangeListener): Unit

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

    Permalink
    Definition Classes
    AbstractModelModel
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def getPropertyChangeListeners(propertyName: String): Array[PropertyChangeListener]

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

    Permalink
    Definition Classes
    AbstractModelModel
  20. def getRegions(): ArrayListModel[Region]

    Permalink
  21. def getSelectedRegion(): Region

    Permalink
  22. def getSelectedSubRegion(): SubRegion

    Permalink
  23. def hasListeners(propertyName: String): Boolean

    Permalink
    Definition Classes
    AbstractModelModel
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def loadCurrentRegionFromROIManager(): Unit

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

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

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

    Permalink
    Definition Classes
    AbstractModelModel
  32. def sentCurrentRegionToROIManager(): Unit

    Permalink
  33. def setSelectedRegion(selectedRegion: Region): Unit

    Permalink
  34. def setSelectedSubRegion(selectedSubRegion: SubRegion): Unit

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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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