net.refractions.udig.style.sld
Interface IStyleEditorPage

All Superinterfaces:
IEditorPage
All Known Implementing Classes:
StyleEditorPage, StyleEditorPageAdapter, StyleThemePage, StyleXMLPage

public interface IStyleEditorPage
extends IEditorPage

An interface for a page in the SLD Editor. This interface is used primarily by the page's container, is pretty much identical to IPreferencePage.

Since:
1.0.0
Author:
chorner

Method Summary
 IStyleEditorPageContainer getContainer()
           
 
Methods inherited from interface net.refractions.udig.style.sld.IEditorPage
applyData, computeSize, isValid, okToLeave, performApply, performCancel, performOk, refresh, setContainer, setSize
 

Method Detail

getContainer

IStyleEditorPageContainer getContainer()