public static interface NavigatorPanel.DynamicRegistration
Modifier and Type | Method and Description |
---|---|
Collection<? extends NavigatorPanel> |
panelsFor(URI file)
Dynamically create
NavigatorPanel s for the given file. |
@CheckForNull Collection<? extends NavigatorPanel> panelsFor(@NonNull URI file)
NavigatorPanel
s for the given file.file
- for which the panels should be createdNavigatorPanel
s for the given file
null is allowed