Modifier and Type | Interface and Description |
---|---|
static class |
UFPlist.AskAttachedRowsData |
static class |
UFPlist.AskObjectsData |
static class |
UFPlist.AskTagsData |
static class |
UFPlist.ColPrefs
Refer to UF_PLIST_col_prefs_s for documentation
|
static class |
UFPlist.ColumnType
Refer to UF_PLIST_column_type_t for documentation
|
static class |
UFPlist.FieldFormat
Refer to UF_PLIST_field_format_s for documentation
|
static class |
UFPlist.GrowDirection
Refer to UF_PLIST_grow_direction_t for documentation
|
static class |
UFPlist.LdrMethod
Refer to UF_PLIST_ldr_method_t for documentation
|
static class |
UFPlist.Prefs
Refer to UF_PLIST_prefs_s for documentation
|
static class |
UFPlist.SymbolType
Refer to UF_PLIST_symbol_type_t for documentation
|
static class |
UFPlist.TraversalSettings
Refer to UF_PLIST_traversal_settings_s for documentation
|
Modifier and Type | Method and Description |
---|---|
void |
addEntities(Tag objId,
int numToAdd,
Tag[] objects)
Deprecated.
The equivalent Open C method has retired
|
void |
addObject(Tag partsList,
boolean addComponentsAsSubassemblies,
Tag object)
Refer to UF_PLIST_add_object for documentation.
|
UFPlist.AskAttachedRowsData |
askAttachedRows(Tag parent)
Refer to UF_PLIST_ask_attached_rows for documentation.
|
UFPlist.ColPrefs |
askColPrefs(Tag col)
Refer to UF_PLIST_ask_col_prefs for documentation.
|
UFPlist.ColPrefs |
askDefaultColPrefs()
Refer to UF_PLIST_ask_default_col_prefs for documentation.
|
UFPlist.Prefs |
askDefaultPrefs()
Refer to UF_PLIST_ask_default_prefs for documentation.
|
int |
askLdrMethod(Tag row)
Refer to UF_PLIST_ask_ldr_method for documentation.
|
Tag |
askNestedAssyParentComp(Tag column)
Refer to UF_PLIST_ask_nested_assy_parent_comp for documentation.
|
UFPlist.AskObjectsData |
askObjects(Tag partsList)
Refer to UF_PLIST_ask_objects for documentation.
|
UFPlist.Prefs |
askPrefs(Tag partsList)
Refer to UF_PLIST_ask_prefs for documentation.
|
boolean |
askRowLock(Tag row)
Refer to UF_PLIST_ask_row_lock for documentation.
|
Tag |
askTag()
Deprecated.
The equivalent Open C method has retired
|
Tag |
askTagOfNote(Tag objId)
Deprecated.
The equivalent Open C method has retired
|
UFPlist.AskTagsData |
askTags()
Refer to UF_PLIST_ask_tags for documentation.
|
UFPlist.TraversalSettings |
askTraversalSettings(Tag partsList)
Refer to UF_PLIST_ask_traversal_settings for documentation.
|
void |
attachRows(Tag parentRow,
int nmRows,
Tag[] childrenRows)
Refer to UF_PLIST_attach_rows for documentation.
|
Tag |
create(UFPlist.Prefs prefs,
double[] origin)
Refer to UF_PLIST_create for documentation.
|
Tag |
createColumn(double width,
UFPlist.ColPrefs colPrefs,
UFPlist.ColumnType columnType)
Refer to UF_PLIST_create_column for documentation.
|
Tag |
createFromTemplate(String templateName,
double[] origin)
Refer to UF_PLIST_create_from_template for documentation.
|
Tag |
createManualRow(double height)
Refer to UF_PLIST_create_manual_row for documentation.
|
Tag |
createNote(Tag objId,
double[] position)
Deprecated.
The equivalent Open C method has retired
|
void |
defineField(Tag objId,
int pos,
String line1,
String line2,
String attrTitle,
UFPlist.FieldFormat fFormat,
int fWidth,
int fType,
int pMask)
Deprecated.
The equivalent Open C method has retired
|
void |
list(Tag objId)
Refer to UF_PLIST_list for documentation.
|
void |
listToFile(Tag objId,
String outFilename,
int newFile,
String plistLevel)
Refer to UF_PLIST_list_to_file for documentation.
|
void |
removeEntity(Tag objId,
int numToAdd,
Tag[] objects)
Deprecated.
The equivalent Open C method has retired
|
void |
removeField(Tag objId,
int field)
Deprecated.
The equivalent Open C method has retired
|
void |
removeObject(Tag partsList,
boolean removeComponentsAsSubassemblies,
Tag object)
Refer to UF_PLIST_remove_object for documentation.
|
void |
setColPrefs(Tag col,
UFPlist.ColPrefs colPrefs)
Refer to UF_PLIST_set_col_prefs for documentation.
|
void |
setColumnModes(Tag objId,
int rowmax,
int rowpos,
int rowgap)
Deprecated.
The equivalent Open C method has retired
|
void |
setDefaultPrefs(UFPlist.Prefs plistPrefs)
Refer to UF_PLIST_set_default_prefs for documentation.
|
void |
setDisplayModes(Tag objId,
String attrTitle,
int sortMode,
int headerMode,
int calloutMode,
int boxMode,
int reportMode,
int symbolMode,
double lineSpace)
Deprecated.
The equivalent Open C method has retired
|
void |
setFitCharSizes(Tag objId,
int csizeOption,
int dashOption,
double ccsize,
double dcsize)
Deprecated.
The equivalent Open C method has retired
|
void |
setFitRules(Tag objId,
int[] priorities)
Deprecated.
The equivalent Open C method has retired
|
void |
setFrozenLevel(Tag objId,
int value)
Deprecated.
The equivalent Open C method has retired
|
void |
setNestedAssyParentComp(Tag column,
Tag component)
Refer to UF_PLIST_set_nested_assy_parent_comp for documentation.
|
void |
setPrefs(Tag partsList,
UFPlist.Prefs prefs)
Refer to UF_PLIST_set_prefs for documentation.
|
void |
setReportMode(Tag objId,
int value)
Deprecated.
The equivalent Open C method has retired
|
void |
setRowLock(Tag row,
boolean lockState)
Refer to UF_PLIST_set_row_lock for documentation.
|
void |
setSecondSort(Tag objId,
String attrTitle,
int smode2)
Deprecated.
The equivalent Open C method has retired
|
void |
setSkipLevel(Tag objId,
int value)
Deprecated.
The equivalent Open C method has retired
|
void |
setTraversalSettings(Tag partsList,
UFPlist.TraversalSettings traversalSettings)
Refer to UF_PLIST_set_traversal_settings for documentation.
|
void |
update(Tag partsList)
Refer to UF_PLIST_update for documentation.
|
void |
updateAllPlists()
Refer to UF_PLIST_update_all_plists for documentation.
|
Tag askTag() throws NXException, RemoteException
NXException
RemoteException
void defineField(Tag objId, int pos, String line1, String line2, String attrTitle, UFPlist.FieldFormat fFormat, int fWidth, int fType, int pMask) throws NXException, RemoteException
NXException
RemoteException
void removeField(Tag objId, int field) throws NXException, RemoteException
NXException
RemoteException
void setFitRules(Tag objId, int[] priorities) throws NXException, RemoteException
NXException
RemoteException
void setFitCharSizes(Tag objId, int csizeOption, int dashOption, double ccsize, double dcsize) throws NXException, RemoteException
NXException
RemoteException
void setDisplayModes(Tag objId, String attrTitle, int sortMode, int headerMode, int calloutMode, int boxMode, int reportMode, int symbolMode, double lineSpace) throws NXException, RemoteException
NXException
RemoteException
void setSecondSort(Tag objId, String attrTitle, int smode2) throws NXException, RemoteException
NXException
RemoteException
void setColumnModes(Tag objId, int rowmax, int rowpos, int rowgap) throws NXException, RemoteException
NXException
RemoteException
void setReportMode(Tag objId, int value) throws NXException, RemoteException
NXException
RemoteException
void setSkipLevel(Tag objId, int value) throws NXException, RemoteException
NXException
RemoteException
void setFrozenLevel(Tag objId, int value) throws NXException, RemoteException
NXException
RemoteException
void addEntities(Tag objId, int numToAdd, Tag[] objects) throws NXException, RemoteException
NXException
RemoteException
void removeEntity(Tag objId, int numToAdd, Tag[] objects) throws NXException, RemoteException
NXException
RemoteException
Tag createNote(Tag objId, double[] position) throws NXException, RemoteException
NXException
RemoteException
Tag askTagOfNote(Tag objId) throws NXException, RemoteException
NXException
RemoteException
void list(Tag objId) throws NXException, RemoteException
NXException
RemoteException
void listToFile(Tag objId, String outFilename, int newFile, String plistLevel) throws NXException, RemoteException
NXException
RemoteException
Tag create(UFPlist.Prefs prefs, double[] origin) throws NXException, RemoteException
NXException
RemoteException
Tag createFromTemplate(String templateName, double[] origin) throws NXException, RemoteException
NXException
RemoteException
UFPlist.Prefs askPrefs(Tag partsList) throws NXException, RemoteException
NXException
RemoteException
void setPrefs(Tag partsList, UFPlist.Prefs prefs) throws NXException, RemoteException
NXException
RemoteException
Tag createManualRow(double height) throws NXException, RemoteException
NXException
RemoteException
Tag createColumn(double width, UFPlist.ColPrefs colPrefs, UFPlist.ColumnType columnType) throws NXException, RemoteException
NXException
RemoteException
void addObject(Tag partsList, boolean addComponentsAsSubassemblies, Tag object) throws NXException, RemoteException
NXException
RemoteException
void removeObject(Tag partsList, boolean removeComponentsAsSubassemblies, Tag object) throws NXException, RemoteException
NXException
RemoteException
UFPlist.AskObjectsData askObjects(Tag partsList) throws NXException, RemoteException
NXException
RemoteException
UFPlist.TraversalSettings askTraversalSettings(Tag partsList) throws NXException, RemoteException
NXException
RemoteException
void setTraversalSettings(Tag partsList, UFPlist.TraversalSettings traversalSettings) throws NXException, RemoteException
NXException
RemoteException
boolean askRowLock(Tag row) throws NXException, RemoteException
NXException
RemoteException
void setRowLock(Tag row, boolean lockState) throws NXException, RemoteException
NXException
RemoteException
void attachRows(Tag parentRow, int nmRows, Tag[] childrenRows) throws NXException, RemoteException
NXException
RemoteException
UFPlist.AskAttachedRowsData askAttachedRows(Tag parent) throws NXException, RemoteException
NXException
RemoteException
UFPlist.Prefs askDefaultPrefs() throws NXException, RemoteException
NXException
RemoteException
void setDefaultPrefs(UFPlist.Prefs plistPrefs) throws NXException, RemoteException
NXException
RemoteException
UFPlist.ColPrefs askDefaultColPrefs() throws NXException, RemoteException
NXException
RemoteException
UFPlist.ColPrefs askColPrefs(Tag col) throws NXException, RemoteException
NXException
RemoteException
void setColPrefs(Tag col, UFPlist.ColPrefs colPrefs) throws NXException, RemoteException
NXException
RemoteException
Tag askNestedAssyParentComp(Tag column) throws NXException, RemoteException
NXException
RemoteException
void setNestedAssyParentComp(Tag column, Tag component) throws NXException, RemoteException
NXException
RemoteException
void update(Tag partsList) throws NXException, RemoteException
NXException
RemoteException
void updateAllPlists() throws NXException, RemoteException
NXException
RemoteException
UFPlist.AskTagsData askTags() throws NXException, RemoteException
NXException
RemoteException
int askLdrMethod(Tag row) throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.