NXOpen .NET Reference  12.0.0
Classes | Enumerations
Package NXOpen.UIStyler

Provides classes and interfaces for User Interface Styler. More...

Classes

class  Attachment
 Represents an Attachment for UI Styler More...
 
class  BitMap
 Represents a Bit Map for UI Styler. More...
 
class  ButtonLayout
 Represents a Button Layout for UI Styler. More...
 
class  CollapsibleGroup
 Represents a Collapsible Group for UI Styler More...
 
class  ColorTool
 Represents a ColorTool for UI Styler. More...
 
class  Dialog
 Represents a DialogItem for UI Styler. More...
 
class  DialogItem
 Represents a DialogItem for UI Styler. More...
 
class  FileOperationData
 Represents a FileOperationData for UI Styler More...
 
class  GroupBox
 Represents a GroupBox for UI Styler. More...
 
class  IntegerItem
 Represents a Integer for UI Styler. More...
 
class  IntegerScale
 Represents a IntegerScale for UI Styler More...
 
class  LabelItem
 Represents a Label for UI Styler. More...
 
class  MultiSelectList
 Represents a MultiSelectList for UI Styler More...
 
class  MultiTextBox
 Represents a MultiTextBox for UI Styler. More...
 
class  NamespaceDoc
 Provides classes and interfaces for User Interface Styler. More...
 
class  OptionMenu
 Represents a OptionMenu for UI Styler. More...
 
class  OptionToggle
 Represents a OptionToggle for UI Styler More...
 
class  PageSwitchData
 Represents a PageSwitchData for UI Styler More...
 
class  PropertyPage
 Represents a PropertyPage for UI Styler More...
 
class  PushButton
 Represents a PushButton for UI Styler More...
 
class  RadioBox
 Represents a RadioBox for UI Styler More...
 
class  RealItem
 Represents a Real for UI Styler More...
 
class  RealScale
 Represents a RealScale for UI Styler More...
 
class  RowColumn
 Represents a RowColumn for UI Styler More...
 
class  ScrolledWindow
 Represents a ScrolledWindow for UI Styler More...
 
class  SelectionBox
 Represents a SelectionBox for UI Styler More...
 
class  Separator
 Represents a Separator for UI Styler More...
 
class  SingleSelectList
 Represents a SingleSelectList for UI Styler More...
 
class  StringItem
 Represents a StringItem for UI Styler. More...
 
class  Styler
 Represents a Uistyler for UI Styler More...
 
class  StylerEvent
 Represents a StylerEvent More...
 
class  StylerItem
 Represents a Styler Item More...
 
class  TabControl
 Represents a Tab Control for UI Styler. More...
 
class  Toggle
 Represents a Toggle for UI Styler. More...
 
class  ToolPalette
 Represents a ToolPalette for UI Styler More...
 
class  WideString
 Represents a WideString for UI Styler More...
 

Enumerations

enum  DialogResponse {
  PickResponse = 1, Ok, Cancel, Back,
  Apply, Help, ObjectSelected, ObjectSelectedByName,
  CbTerminate
}
 Represents dialog response More...
 
enum  DialogIndex { NoSubIndex = -1 }
 Represents indexes More...
 
enum  DialogState { ContinueDialog, ExitDialog }
 Represents the dialog state More...
 

Detailed Description

Provides classes and interfaces for User Interface Styler.

Enumeration Type Documentation

Represents indexes

Enumerator
NoSubIndex 

All sub items are selected.

Represents dialog response

Enumerator
PickResponse 

User response was a selection of objects.

Ok 

OK button was selected.

Cancel 

Cancel button was selected.

Back 

Back button was selected.

Apply 

Apply button was selected.

Help 

Help button was selected.

ObjectSelected 

Object was selected.

ObjectSelectedByName 

Object was selected by name.

CbTerminate 

Callback routine has terminated.

Represents the dialog state

Enumerator
ContinueDialog 

Continue the dialog

ExitDialog 

Exit from the dialog

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.