Style

ij_plugins.scala.console.outputarea.OutputAreaModel$.Style
See theStyle companion object
sealed abstract class Style(val entryName: String) extends EnumEntry

Attributes

Companion:
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Code.type
object Error.type
object Log.type
object Regular.type

Members list

Concise view

Value members

Concrete fields

override val entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes