|
Basic Customization
It is possible to customize the look and behavior of the DefaultDockingPort for use in applications. For a production quality application, it is probably undesireable to use the default split pane divider, tabbed panes, and borders provided by the DefaultDockingPort, not to mention the cursor icons used during docking operations. To be forced to use the default widgetry would most likely mean docking-enabled components would clash with any polished, professional look and feel used in a produciton app. Therefore, the DefaultDockingPort class has several facilities provided to allow delegation of runtime component creation, cursor generation, and border management.
|