public interface ThemeFactory
| Modifier and Type | Method and Description |
|---|---|
DockTheme |
create(DockController controller)
Creates a new theme.
|
ThemeMeta |
createMeta(DockController controller)
Gets meta information about this factory.
|
DockTheme create(DockController controller)
controller - the controller in whose realm the theme will be usedThemeMeta createMeta(DockController controller)
controller - the controller in whose realm the meta information will be displayedCopyright © 2017 Docking Frames. All rights reserved.