Develop > Presentation layer > Customize IBM Sales Center


User Interface Layouts in the IBM Sales Center

The IBM Sales Center client follows the standard SWT Layout architecture as defined by the Eclipse platform. These layouts determine the size and spacing of the contents of dialogs, editors, perspectives, and views in the IBM Sales Center. Each layout sets the size and position of the individual widgets in a composite by reference to the composite definition.

The IBM Sales Center provides extension points to use this architecture.

These extension points allow you to specify and reuse a layout without writing Java code to the SWT Layout Java programming interface (org.eclipse.swt.layout). To modify the layouts in the IBM Sales Center, you can also use these extension points to create the own extensions in a customization plug-in and override the default IBM Sales Center layouts.

See Understanding Layouts in SWT available fro the Eclipse Web site. You can also consult the API.


Related concepts

Overview of customizing IBM Sales Center

Eclipse and plug-ins in the IBM Sales Center client


Related tasks

Add an extension to a plug-in

Plan a customization to the IBM Sales Center

Declare a composite definition

Related reference

formLayouts

gridLayouts

rowLayouts

stackLayouts


+

Search Tips   |   Advanced Search