|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockComponentConfiguration
This interface allows a client to modify many Components that are used by the framework.
Instances of this interface can be registered at the DockComponentManager, and they will receive
an event whenever a Component is added or removed.
Please use this interface as a last resort when dealing with issues - many settings can be applied in more
typesafe manners using the DockProperties or the ThemeManager.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||