| net.refractions.udig.style.sld.editor.internal.FilteredEditorDialog net.refractions.udig.style.sld.editor.StyleEditorDialog
APPLY_ID | final public static int APPLY_ID(Code) | | |
CLOSE_ID | final public static int CLOSE_ID(Code) | | |
EXPORT_ID | final public static int EXPORT_ID(Code) | | |
IMPORT_ID | final public static int IMPORT_ID(Code) | | |
REVERT_ID | final public static int REVERT_ID(Code) | | |
StyleEditorDialog | public StyleEditorDialog(Shell parentShell, EditorPageManager manager)(Code) | | Creates a new dialog under the control of the given manager manager.
Parameters: parentShell - the parent shell Parameters: manager - the preference manager |
addListener | public void addListener(GTListener listener)(Code) | | |
close | public boolean close()(Code) | | |
createButton | protected Button createButton(Composite parent, int id, String label, boolean defaultButton)(Code) | | |
createButtonBar | protected Control createButtonBar(Composite parent)(Code) | | |
createButtonsForButtonBar | protected void createButtonsForButtonBar(Composite parent)(Code) | | |
createDialogOn | final public static StyleEditorDialog createDialogOn(Shell shell, String pageId, Layer selectedLayer, EditorPageManager manager)(Code) | | Creates an style editor dialog open to a particular page. It is the responsibility of the
caller to then call open() . The call to open() will not return
until the dialog closes, so this is the last chance to manipulate the dialog.
Parameters: shell - The Shell to parent the dialog off of if it is not already created. May benull in which case the active workbench window will be used ifavailable. Parameters: pageId - The identifier of the page to open; may be null . The dialog |
getApplyAction | public IAction getApplyAction()(Code) | | |
getProgressListener | public ProgressListener getProgressListener()(Code) | | |
getSLD | public StyledLayerDescriptor getSLD()(Code) | | |
getStyle | public Style getStyle()(Code) | | |
removeListener | public void removeListener(GTListener listener)(Code) | | |
setCancelMode | public void setCancelMode(boolean showCancel)(Code) | | |
setExitButtonState | public void setExitButtonState(boolean dirty)(Code) | | |
setSelectedLayer | public void setSelectedLayer(Layer layer)(Code) | | |
setStyle | public void setStyle(Style newStyle)(Code) | | |
updateButtons | public void updateButtons()(Code) | | |
|
|