viewtify.ui.dock
DockSystem
Handles the full window management with fully customizable layout and drag & drop into new not existing windows.
UI
UserInterfaceProviderParent
Parent
The root user interface for the docking system.
ui
()
UIPane
UIPane |
The root user interface for the docking system.
has
(String
id
)
boolean
String
id
)String id |
|
boolean |
Test whether the specified view has already opend or not.
isOpened
(String
id
)
kiss.SignalBoolean
String
id
)Boolean
String id |
|
kiss.Signal |
Test whether the specified view has already opend or not.
selected
()
Tab
Tab |
select
(String
id
)
void
String
id
)String id |
A tab ID to select. |
Select the specified tab.
register
(String
id
)
kiss.VariableUITab
String
id
)UITab
String id |
The view to register. |
kiss.Variable |
Register a new view within this dock system.
The Position will give an advice where this view should be placed.register
(String
id
, UnaryOperatorDockRecommendedLocation
option
)
kiss.VariableUITab
String
id
, UnaryOperatorDockRecommendedLocation
option
)UITab
String id |
The view to register. |
UnaryOperator option |
|
kiss.Variable |
Register a new view within this dock system.
The Position will give an advice where this view should be placed.initialize
()
void
Initialize dock system with default menu.
initialize
(kiss.WiseConsumerUILabel
menuBuilder
)
void
kiss.WiseConsumerUILabel
menuBuilder
)kiss.WiseConsumer menuBuilder |
Initialize dock system with your menu builder.