Skip to content
Discussion options

You must be logged in to vote

If you want to enforce the separation, there is currently no specific way to do that part. There is a feature to allow defining a loose "type" for each dockable, but that is only used when the framework does the docking for you through Docking.display. This is probably a feature I should add at some point.

To replicate editor panel like that, each dockable should return true from isClosable (already the default in the interface) and DockableTabPreference.TOP from getTabPreference (this defaults to NONE, so you will have to override it).

Replies: 5 comments 9 replies

Comment options

You must be logged in to vote
1 reply
@nitanmarcel
Comment options

Comment options

You must be logged in to vote
1 reply
@nitanmarcel
Comment options

Answer selected by nitanmarcel
Comment options

You must be logged in to vote
3 replies
@nitanmarcel
Comment options

@andrewauclair
Comment options

@nitanmarcel
Comment options

Comment options

You must be logged in to vote
4 replies
@andrewauclair
Comment options

@i-make-robots
Comment options

@i-make-robots
Comment options

@nitanmarcel
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants