public interface SpanFactory
SpanFactory
creates new Span
s.SpanFactory
can be configured using the ThemeManager
or using
DockTheme.SPAN_FACTORY
.Modifier and Type | Method and Description |
---|---|
Span |
create(SpanCallback callback)
Creates a new
Span . |
Span create(SpanCallback callback)
Span
.callback
- allows interaction between Span
and DockStation
.Span
, not null