net.refractions.udig.style.sld
Interface IStyleEditorPageContainer
- All Superinterfaces:
- IEditorPageContainer
- All Known Implementing Classes:
- StyleEditorDialog
public interface IStyleEditorPageContainer
- extends IEditorPageContainer
getSLD
StyledLayerDescriptor getSLD()
getStyle
Style getStyle()
setStyle
void setStyle(Style style)
getSelectedLayer
StyleLayer getSelectedLayer()
setExitButtonState
void setExitButtonState(boolean dirty)
getApplyAction
IAction getApplyAction()
- Action for applying the current changes. Can be used to enable or disable the
button. Also to execute the action.
- Returns:
- apply action