uk
.
ac
.
surrey
.
xw
api
package
api
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
api
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
trait
AbstractButtonWidget
extends
AbstractButton
with
JComponentWidget
abstract
class
AbstractButtonWidgetKind
[
W <:
AbstractButtonWidget
]
extends
JComponentWidgetKind
[
W
]
class
BooleanProperty
[
W
]
extends
Property
[
Boolean
,
W
]
class
ColorProperty
[
W
]
extends
Property
[
Color
,
W
]
trait
ComponentWidget
extends
Component
with
ExtraWidget
abstract
class
ComponentWidgetKind
[
W <:
ComponentWidget
]
extends
WidgetKind
[
W
]
class
DoubleProperty
[
W
]
extends
Property
[
Double
,
W
] with
NumberEncoder
[
Double
,
W
]
trait
ExtraWidget
extends
Component
class
IntegerProperty
[
W
]
extends
Property
[
Int
,
W
] with
NumberEncoder
[
Int
,
W
]
trait
JComponentWidget
extends
JComponent
with
ComponentWidget
abstract
class
JComponentWidgetKind
[
W <:
JComponentWidget
]
extends
ComponentWidgetKind
[
W
]
type
Key
=
String
type
KindName
=
String
trait
LabeledPanelWidget
extends
JPanel
with
JComponentWidget
abstract
class
LabeledPanelWidgetKind
[
W <:
LabeledPanelWidget
]
extends
JComponentWidgetKind
[
W
]
class
ListProperty
[
W
]
extends
Property
[
LogoList
,
W
]
trait
NumberEncoder
[
T
,
W
]
extends
Property
[
T
,
W
]
class
ObjectProperty
[
W
]
extends
Property
[
AnyRef
,
W
]
abstract
class
Property
[
+T
,
W
]
extends
AnyRef
type
PropertyKey
=
String
type
PropertyMap
=
Map
[
PropertyKey
,
PropertyValue
]
type
PropertyValue
=
AnyRef
class
RichEither
[
L
,
R
]
extends
AnyRef
class
RichOption
[
A
]
extends
AnyRef
class
RichWorkspace
extends
AnyRef
trait
State
extends
AnyRef
class
StringProperty
[
W
]
extends
Property
[
String
,
W
]
class
Tab
extends
JPanel
with
ExtraWidget
class
TabKind
[
W <:
Tab
]
extends
WidgetKind
[
W
]
type
WidgetKey
=
String
abstract
class
WidgetKind
[
W <:
ExtraWidget
]
extends
AnyRef
type
WidgetMap
=
Map
[
WidgetKey
,
PropertyMap
]
case class
XWException
(
message:
String
,
cause:
Exception
=
null
)
extends
ExtensionException
with
Product
with
Serializable
Value Members
object
RichWorkspace
def
colorToLogoList
(
c:
Color
)
:
LogoList
def
const
[
T
]
(
v:
T
)
: () ⇒
T
implicit
def
enrichEither
[
L
,
R
]
(
either:
Either
[
L
,
R
]
)
:
RichEither
[
L
,
R
]
implicit
def
enrichOption
[
A
]
(
o:
Option
[
A
]
)
:
RichOption
[
A
]
def
makeKey
(
s:
String
)
:
Key
def
normalizeString
(
s:
String
)
:
String
package
swing
implicit
def
toRunnable
[
T
]
(
block: ⇒
T
)
:
Runnable
def
tryTo
[
A
]
(
f: ⇒
A
,
failureMessage:
String
=
null
)
:
Either
[
XWException
,
A
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped