|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport.ImportLabelProvider
public class ImportLabelProvider
| Constructor Summary | |
|---|---|
ImportLabelProvider(ImportController controller)
Constructs a FileTreeLabelProvider. |
|
| Method Summary | |
|---|---|
void |
addListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
Adds a listener to this label provider. |
void |
dispose()
|
org.eclipse.swt.graphics.Image |
getImage(Object arg0)
Gets the image to display for a node in the tree. |
ImportSource |
getSource()
|
String |
getText(Object arg0)
Gets the text to display for a node in the tree. |
boolean |
isLabelProperty(Object arg0,
String arg1)
Returns whether changes to the specified property on the specified element would affect the label for the element. |
void |
removeListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
Removes the listener. |
void |
setSource(ImportSource source)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportLabelProvider(ImportController controller)
controller - the controller which handles the import| Method Detail |
|---|
public org.eclipse.swt.graphics.Image getImage(Object arg0)
getImage in interface org.eclipse.jface.viewers.ILabelProviderarg0 - the node
public String getText(Object arg0)
getText in interface org.eclipse.jface.viewers.ILabelProviderarg0 - the node
public void dispose()
dispose in interface org.eclipse.jface.viewers.IBaseLabelProviderIBaseLabelProvider.dispose()
public boolean isLabelProperty(Object arg0,
String arg1)
isLabelProperty in interface org.eclipse.jface.viewers.IBaseLabelProviderarg0 - the elementarg1 - the property
public void addListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
addListener in interface org.eclipse.jface.viewers.IBaseLabelProviderarg0 - the listenerpublic void removeListener(org.eclipse.jface.viewers.ILabelProviderListener arg0)
removeListener in interface org.eclipse.jface.viewers.IBaseLabelProviderarg0 - the listener to removepublic void setSource(ImportSource source)
source - the import sourcepublic ImportSource getSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||