|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUDIGDialogPage
A "Page" that will have a ToolContext object set each time an the active MapEditor changes. If the current editor is not a map editor the the context will be null otherwise it will be a context that will operate against the map contained by the map editor.
Method Summary | |
---|---|
void |
createControl(Composite parent)
The method must create a control. |
IToolContext |
getContext()
Returns the current context object |
Control |
getControl()
This method must return the control created by createControl. |
Point |
getPreferredSize()
Returns the desired Size of the dialog. |
void |
setContext(IToolContext context)
Sets the current context object |
void |
setFeature(SimpleFeature feature)
Called before createControl is called. |
Method Detail |
---|
void setContext(IToolContext context)
IToolContext getContext()
void createControl(Composite parent)
Control getControl()
Point getPreferredSize()
void setFeature(SimpleFeature feature)
feature
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |