Class/Object

scalismo.ui.view.properties

OpacityPropertyPanel

Related Docs: object OpacityPropertyPanel | package properties

Permalink

class OpacityPropertyPanel extends BorderPanel with PropertyPanel

Linear Supertypes
PropertyPanel, NodeListFilters, ComponentWithUniqueId, BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpacityPropertyPanel
  2. PropertyPanel
  3. NodeListFilters
  4. ComponentWithUniqueId
  5. BorderPanel
  6. LayoutContainer
  7. Panel
  8. Wrapper
  9. Container
  10. Component
  11. UIElement
  12. LazyPublisher
  13. Publisher
  14. Reactor
  15. Proxy
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpacityPropertyPanel(frame: ScalismoFrame)

    Permalink

Type Members

  1. type Constraints = scala.swing.BorderPanel.Position.Value

    Permalink
    Definition Classes
    BorderPanel → LayoutContainer
  2. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  3. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

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. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  5. def add(c: Component, l: Constraints): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  6. final def allMatch[T](nodes: List[SceneNode])(implicit arg0: ClassTag[T]): List[T]

    Permalink

    This is a helper method which will return a non-empty list of items of type T, if and only if *all* of the given nodes are of type T.

    This is a helper method which will return a non-empty list of items of type T, if and only if *all* of the given nodes are of type T.

    T

    the type you're interested in

    nodes

    a list of SceneNode

    returns

    the elements in the nodes list, as a List[T], if *all* of them are of type T, or an empty list otherwise.

    Definition Classes
    NodeListFilters
  7. def areValid(c: Constraints): (Boolean, String)

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def background: Color

    Permalink
    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  11. def border: Border

    Permalink
    Definition Classes
    Component
  12. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  13. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  14. def cleanup(): Unit

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  17. def contents: Seq[Component]

    Permalink
    Definition Classes
    Wrapper → Container
  18. def cursor: Cursor

    Permalink
    Definition Classes
    UIElement
  19. def cursor_=(c: Cursor): Unit

    Permalink
    Definition Classes
    UIElement
  20. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  21. def deafToOwnEvents(): Unit

    Permalink
  22. def description: String

    Permalink

    human-readable description, used in tabs.

    human-readable description, used in tabs.

    Definition Classes
    OpacityPropertyPanelPropertyPanel
  23. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  24. def enabled: Boolean

    Permalink
    Definition Classes
    Component
  25. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def focusable: Boolean

    Permalink
    Definition Classes
    Component
  30. def focusable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  31. def font: Font

    Permalink
    Definition Classes
    UIElement
  32. def font_=(f: Font): Unit

    Permalink
    Definition Classes
    UIElement
  33. def foreground: Color

    Permalink
    Definition Classes
    UIElement
  34. def foreground_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  35. val frame: ScalismoFrame

    Permalink
    Definition Classes
    OpacityPropertyPanelPropertyPanel
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  38. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  39. def ignoreRepaint: Boolean

    Permalink
    Definition Classes
    UIElement
  40. def ignoreRepaint_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  41. var initP: JComponent

    Permalink
    Definition Classes
    Component
  42. def inputVerifier: (Component) ⇒ Boolean

    Permalink
    Definition Classes
    Component
  43. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    Component
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def layout: Map[Component, Constraints]

    Permalink
    Definition Classes
    LayoutContainer
  46. def layoutManager: BorderLayout

    Permalink
    Definition Classes
    BorderPanel
  47. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  48. def listenToOwnEvents(): Unit

    Permalink
  49. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  50. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  51. def location: Point

    Permalink
    Definition Classes
    UIElement
  52. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  53. def maximumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  54. def maximumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  55. def minimumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  56. def minimumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  57. def name: String

    Permalink
    Definition Classes
    Component
  58. def name_=(s: String): Unit

    Permalink
    Definition Classes
    Component
  59. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  63. def onLastUnsubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  64. def opaque: Boolean

    Permalink
    Definition Classes
    Component
  65. def opaque_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  66. def paint(g: Graphics2D): Unit

    Permalink
    Definition Classes
    Component
  67. def paintBorder(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  68. def paintChildren(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  69. def paintComponent(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  70. lazy val peer: JPanel with SuperMixin

    Permalink
    Definition Classes
    BorderPanel → Panel → Wrapper → Component → UIElement
  71. def preferredSize: Dimension

    Permalink
    Definition Classes
    UIElement
  72. def preferredSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  73. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  74. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  75. def repaint(rect: Rectangle): Unit

    Permalink
    Definition Classes
    UIElement
  76. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  77. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  78. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  79. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  80. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  81. def setNodes(nodes: List[SceneNode]): Boolean

    Permalink

    Set the nodes that the user currently selected.

    Set the nodes that the user currently selected. Note that the list could be empty.

    The general contract is that on invocation, an implementation cleans up any current state first, then decides whether it can provide a useful UI for *all* of the nodes. If that is the case, then it should prepare its UI accordingly, and return true. If not, then it simply returns false. In other words: the value that is returned here is used to determine whether this Panel is active (usable) for the current set of selected nodes. If it's not, then it won't be shown, but if it is, then it has to be in a usable state upon return.

    It is generally recommended to use the allMatch method in implementations, which offers a type-safe and convenient way to make decisions about whether a non-empty list of supported nodes was provided.

    nodes

    list of selected nodes.

    returns

    true if this panel can handle the provided nodes, false otherwise.

    Definition Classes
    OpacityPropertyPanelPropertyPanel
  82. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  83. final def singleMatch[T](nodes: List[SceneNode])(implicit arg0: ClassTag[T]): Option[T]

    Permalink

    This is a helper methode which returns a non-empty Option[T] if and only if the list of nodes consists of a single item of type T

    This is a helper methode which returns a non-empty Option[T] if and only if the list of nodes consists of a single item of type T

    T

    the type you're interested in

    nodes

    a list of SceneNode

    returns

    Some[T] if the list consisted of a single item of type T, or None otherwise

    Definition Classes
    NodeListFilters
  84. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  85. final def someMatch[T](nodes: List[SceneNode])(implicit arg0: ClassTag[T]): List[T]

    Permalink

    This is a helper method which will filter a list of nodes, and return those which are of a given type T.

    This is a helper method which will filter a list of nodes, and return those which are of a given type T.

    T

    the type you're interested in

    nodes

    a list of SceneNode

    returns

    all the elements in the nodes list which are of type T, as a List[T]

    Definition Classes
    NodeListFilters
  86. def subscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  87. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    PropertyPanel → Component → Proxy → AnyRef → Any
  89. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  90. def tooltip: String

    Permalink
    Definition Classes
    Component
  91. def tooltip_=(t: String): Unit

    Permalink
    Definition Classes
    Component
  92. val uniqueId: String

    Permalink
    Definition Classes
    ComponentWithUniqueId
  93. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  94. def updateUi(): Unit

    Permalink
  95. def visible: Boolean

    Permalink
    Definition Classes
    UIElement
  96. def visible_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  97. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. def xLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  101. def xLayoutAlignment_=(x: Double): Unit

    Permalink
    Definition Classes
    Component
  102. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  103. def yLayoutAlignment_=(y: Double): Unit

    Permalink
    Definition Classes
    Component

Inherited from PropertyPanel

Inherited from NodeListFilters

Inherited from ComponentWithUniqueId

Inherited from BorderPanel

Inherited from LayoutContainer

Inherited from Panel

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped