public interface DockComponentConfiguration
Component
s that are used by the framework.DockComponentManager
, and they will receive
an event whenever a Component
is added or removed.DockProperties
or the ThemeManager
.Modifier and Type | Method and Description |
---|---|
void |
configure(DockComponentConfigurationEvent event)
Called if a new
Component was discovered that needs a configuration. |
void |
unconfigure(DockComponentConfigurationEvent event)
Called if a
Component is about to be removed. |
void configure(DockComponentConfigurationEvent event)
Component
was discovered that needs a configuration.event
- information about the new componentvoid unconfigure(DockComponentConfigurationEvent event)
Component
is about to be removed. This configuration may undo all the changes
it made.event
- information about the component that is about to be removed