public class CDOUIProvider extends DefaultUIProvider
ECPDisposable.DisposeListenerEMF_LABEL_PROVIDER, TYPE| Constructor and Description |
|---|
CDOUIProvider()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.swt.widgets.Control |
createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText)
The UIProvider can return its provider specific UI to allow the user to fill in provider specific data during the
creation of an Repository.
|
<T> T |
getAdapter(Object adaptable,
Class<T> adapterType) |
org.eclipse.swt.graphics.Image |
getImage(Object element)
Returns the image for an element.
|
String |
getText(Object element)
Returns the name for an element.
|
addDisposeListener, createCheckoutUI, createNewProjectUI, dispose, doDispose, fillContextMenu, getAdapter, getDescription, getLabel, getProvider, getType, isDisposed, populateNewRoot, removeDisposeListener, setDescription, setLabelcompareTo, equals, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamecompareTopublic String getText(Object element)
DefaultUIProvidergetText in interface UIProvidergetText in class DefaultUIProviderelement - the object to return the name forpublic org.eclipse.swt.graphics.Image getImage(Object element)
DefaultUIProvidergetImage in interface UIProvidergetImage in class DefaultUIProviderelement - the object to return the image forpublic <T> T getAdapter(Object adaptable, Class<T> adapterType)
DefaultUIProvidergetAdapter in interface AdapterProvidergetAdapter in class DefaultUIProviderpublic org.eclipse.swt.widgets.Control createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText)
DefaultUIProvidercreateAddRepositoryUI in interface UIProvidercreateAddRepositoryUI in class DefaultUIProviderparent - the Composite to fillrepositoryProperties - the ECPProperties of the repository to createrepositoryNameText - the Text widget handling the repository namerepositoryLabelText - the Text widget handling the repository labelrepositoryDescriptionText - the Text widget handling the repository descriptionCopyright © 2018. All rights reserved.