trait TransportCompanion extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransportCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract type AbstractButtonType <: ComponentType
- abstract type Action <: ActionLike
- sealed trait ActionElement extends AnyRef
- trait ActionLike extends AnyRef
- trait ButtonStrip extends AnyRef
-
trait
ButtonStripImpl extends ButtonStrip
- Attributes
- protected
- sealed trait ColorScheme extends AnyRef
- abstract type ComponentType
- sealed trait Element extends AnyRef
-
final
class
IconImpl extends Icon
- Attributes
- protected
Abstract Value Members
-
abstract
def
makeAction(icons: (Icon, Icon, Icon, Icon), element: Element, scale: Float, fun: ⇒ Unit): Action
- Attributes
- protected
- abstract def makeButtonStrip(actions: Seq[ActionElement], scale: Float = 0.8f, scheme: ColorScheme = defaultColorScheme): ComponentType with ButtonStrip
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def defaultColorScheme: ColorScheme
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def paint(g: Graphics2D, iconType: Element, x: Float = 0f, y: Float = 0f, scale: Float = 1f, colorScheme: ColorScheme = DarkScheme): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object DarkScheme extends ColorScheme with Product with Serializable
- object FastForward extends Element with Product with Serializable
- object GoToBegin extends Element with Product with Serializable
- object GoToEnd extends Element with Product with Serializable
- object LightScheme extends ColorScheme with Product with Serializable
- object Loop extends Element with Product with Serializable
- object Pause extends Element with Product with Serializable
- object Play extends Element with Product with Serializable
- object Record extends Element with Product with Serializable
- object Rewind extends Element with Product with Serializable
- object Stop extends Element with Product with Serializable