The {@link TabrisUIEntryPoint} class should be used as the EntryPoint for TabrisUI based applications. This is animplementation of the RWT interface {@link EntryPoint} which should be registered within an{@link ApplicationConfiguration}. It has no no-argument constructor. This means it can't be registered as a normal {@link EntryPoint}. Instead it should be registered with a {@link EntryPointFactory}. You don't need to implement this factory yourself, just use {@link TabrisUIEntrypointFactory}.
The {@link TabrisUIEntryPoint} acts as a convenience class to avoid the need to implement an {@link EntryPoint}. Anyway, if you have the need to create your own display e.g. for using it together with JFace DataBinding, you need to create the {@link TabrisUI} by your own.
@see TabrisUI @see TabrisUIEntrypointFactory @since 1.0
|
|
|
|