SplitPaneState

reqt.MainWindow.SplitPaneState

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum State

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def debug(msg: String): Unit
def fraction: Double
def init(location: Double): Unit
def isFull: Boolean
def isVertical: Boolean
def length: Int
def location: Int
def restore(): Unit
def save(): Unit
def splitWidth: Int
def toggle(): Unit

Concrete fields

val initialSplit: Int
val savedSplitLocation: Map[State, Double]
var savedWH: (Int, Int)