Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.ui.platform
Interface JaxbPlatformUiManager


public interface JaxbPlatformUiManager

The org.eclipse.jpt.jaxb.ui.jaxbPlatformUis extension point corresponding to a Dali JAXB workbench.

See org.eclipse.jpt.jaxb.ui/plugin.xml:jaxbPlatformUis.

Not intended to be implemented by clients.

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.0

Method Summary
 JaxbPlatformUi getJaxbPlatformUi(JaxbPlatform jaxbPlatform)
          Return the UI for the specified JAXB platform.
 org.eclipse.jpt.jaxb.ui.JaxbWorkbench getJaxbWorkbench()
          Return the manager's Dali JAXB workbench.
 

Method Detail

getJaxbWorkbench

org.eclipse.jpt.jaxb.ui.JaxbWorkbench getJaxbWorkbench()
Return the manager's Dali JAXB workbench.


getJaxbPlatformUi

JaxbPlatformUi getJaxbPlatformUi(JaxbPlatform jaxbPlatform)
Return the UI for the specified JAXB platform.


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.