MaxCustomControls::CommandSystem Namespace Reference

Classes

class   ChangeExpandStateCommand
  This class can be used to collapse or expand a set of tree list nodes which satisfy a specific condition. More...
class   ChangeExpandStateOperation
  This class can be used to collapse or expand a set of tree list nodes which satisfy a specific condition. More...
class   CheckableCommand
  This command is an abstract for those commands which have an internal state that can be checked. More...
class   CollapseAllCommand
  This command is used to expand all the nodes in the explorerTreeList. More...
class   CollapseSelectedCommand
  This command is used to expand all the selected nodes in the explorerTreeList. More...
class   CommandMenuItem
  Menu Item encapsulating an ExplorerFramework Command. More...
class   CommandTable
class   CommandToolStrip
class   CommandToolStripButton
  ToolStripButton specialization of a command. More...
class   CommandUtilites
  This utility class helps create Menu Item(s) with given command(s). More...
class   ConfigAdvancedFilterCommand
class   DisableAllFiltersCommand
  This command aims for disabling all filters in the filter control. More...
class   EnableAllFiltersCommand
  This command aims for enabling all filters in the filter control. More...
class   ExpandAllCommand
  This command is used to expand all the nodes in the explorerTreeList. More...
class   ExpandSelectedCommand
  This command is used to expand all the selected nodes in the explorerTreeList. More...
class   InvertAllFiltersCommand
  This command aims for inverting all the filters in the filter control. More...
class   InvertToggleFilterCommand
  The Checked state of this command is true if its filter is disabled, And it Checked state is false otherwise. More...
class   LaunchColumnChooserCommand
  This command aims for launching the column chooser of the explorer control. More...
class   OperateAllFiltersCommand
  This command is an intermidate class for operating on all filters in the filter registry. More...
class   SelectAllCommand
  This command is used to select all the nodes in the explorerTreeList. More...
class   SelectInvertCommand
  This command is used to invert the selection of the explorerTreeList. More...
class   SelectNoneCommand
  This command is used to clear the selection of the explorerTreeList. More...
class   ShowNameEditorCommand
  This command is used to activate the cell editor to batch edit all the selected nodes' names. More...
class   StubCommand
  The StubCommand performs all default operations for a derived version of it. More...
class   ToggleAdvancedFilterCommand
class   ToggleControlVisibleCommand
  This command aims for toggling the display of the given control. More...
class   ToggleFilterCommand
  This command aims for toggling a filter. More...
class   ToggleFilterCommandCreator
  This utility class helps create a toggleFilterCommand according to a given filterDescription. More...
class   ToggleLockEditingCommand
  This command is used to toggle the EditingEnabled property of a ExplorerControl. More...
class   ToggleSelectChildrenCommand
  This command toggles the "Select Children" state of an Explorer. More...