|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStyleEditorPageContainer
Context used to advertise what is available to a StyleEditorPage.
An implementation is responsible for holding on to the Style being edited, StyleLayer that is holding the style blackboard and so on.
| Method Summary | |
|---|---|
IAction |
getApplyAction()
Action for applying the current changes. |
StyleLayer |
getSelectedLayer()
StyleLayer wraps around the origional layer and has a copy of the StyleBlackboard for you to work on. |
StyledLayerDescriptor |
getSLD()
Retrieve the root StyleLayerDescriptor for editing. |
Style |
getStyle()
Retrieve the Style being worked on. |
void |
setExitButtonState()
Used to enabled the apply action, call this when you have a modification that can be writen out. |
void |
setStyle(Style style)
Replace the style being worked on, this can be called by a StylePage that is *completely* generating its own thing. |
| Methods inherited from interface net.refractions.udig.style.sld.IEditorPageContainer |
|---|
updateButtons, updateMessage, updateTitle |
| Method Detail |
|---|
StyledLayerDescriptor getSLD()
Style getStyle()
In general a StylePage will modify the style in place.
void setStyle(Style style)
style - StyleLayer getSelectedLayer()
StyleLayer has apply and revert actions for interacting with the actual Map.
void setExitButtonState()
IAction getApplyAction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||