| java.lang.Object net.refractions.udig.project.ui.internal.FeatureEditorLoader
FeatureEditorLoader | public class FeatureEditorLoader (Code) | | |
Method Summary | |
IAction | getAction(ISelection selection) | public String | getDialogPage() Returns the dialog page if the feature editor is a dialog, or null otherwise. | public String | getId() | public String | getName() | public String | getViewId() Returns the viewid if the feature editor is a view, or null otherwise. | public int | match(ISelection selection) Returns an integer indicating the accuracy of the match between a featureType and the one
declared in the FeatureEditor extension declaration. | public void | open(Display display, ISelection selection) |
contribution | IAction contribution(Code) | | |
icon | ImageDescriptor icon(Code) | | |
getAction | IAction getAction(ISelection selection)(Code) | | |
getDialogPage | public String getDialogPage()(Code) | | Returns the dialog page if the feature editor is a dialog, or null otherwise.
the dialog page if the feature editor is a dialog, or null otherwise. |
getName | public String getName()(Code) | | Returns the name of the feature editor
|
getViewId | public String getViewId()(Code) | | Returns the viewid if the feature editor is a view, or null otherwise.
the dviewid if the feature editor is a view, or null otherwise. |
match | public int match(ISelection selection)(Code) | | Returns an integer indicating the accuracy of the match between a featureType and the one
declared in the FeatureEditor extension declaration.
-1 indicates no match, 0 a perfect match and each number higher is a match but a poorer
match.
Parameters: selection - |
open | public void open(Display display, ISelection selection)(Code) | | |
|
|