|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UDIGConnectionPage
A udig import wizard page is responsible for providing a user interface which is used to gather connection information for a specific service.
It is not strictly required but it is highly recommended that the implementation be a subclass of
AbstractUDIGImportPage
.
AbstractUDIGImportPage
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
getParams()
Returns the connection parameters stored by the connection page. |
void |
setErrorMessage(java.lang.String newMessage)
Sets or clears the error message for this page. |
Method Detail |
---|
java.util.Map<java.lang.String,java.io.Serializable> getParams()
void setErrorMessage(java.lang.String newMessage)
newMessage
- the message, or null
to clear the error message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |