FME Dialog class.
Provides access to the standard FME dialog boxes.
|
__init__()
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
|
about(applicationName)
This method displays a dialog box that shows the kind of FME license
and FME build number that the FMEObjects application is using. |
|
|
string or None
|
coordSysPrompt(coordSysName)
This method displays a standard FME coordinate system dialog to
prompt the user to choose a coordinate system. |
|
|
tuple of string s and list of
string s or None
|
destPrompt(defaultDestFormat,
defaultDestDataset,
userDirectives)
This method displays a dialog to prompt the user to choose a
destination format and dataset. |
|
|
FMEFeature or None
|
featTypeProperties(format,
source,
schemaFeat)
Bring up the feature type properties dialog on the given schema
feature. |
|
|
tuple of string s
|
generate(parameterFileName,
workspaceFileName)
This method displays the GenerateWorkspace dialog box. |
|
|
string or None
|
guessFormat(filename)
This method attempts to guess the format based on the extension of
the filename passed in. |
|
|
bool
|
parameterPrompt(filename)
This method parses the file with the passed in name and does a
standard FME dialog for the parameters listed in the GUI lines in the
file. |
|
|
tuple of string s and list of
string s or None
|
sourcePrompt(defaultSourceFormat,
defaultSourceDataset,
userDirectives)
This method displays a dialog to prompt the user to choose a source
format and dataset. |
|
|
tuple of string s and list of
string s or None
|
xlatePrompt(defaultSourceFormat,
defaultSourceDataset,
defaultDestFormat,
defaultDestDataset,
userDirectives)
This method displays a dialog to prompt the user to choose a source
format and dataset. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|