Click or drag to resize

FileBrowserController Class

[Missing <summary> documentation for "T:Altaxo.Gui.Pads.FileBrowser.FileBrowserController"]

Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchAbstractPadContent
    Altaxo.Gui.Pads.FileBrowserFileBrowserController

Namespace: Altaxo.Gui.Pads.FileBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FileBrowserController : AbstractPadContent

The FileBrowserController type exposes the following members.

Constructors
 NameDescription
Public methodFileBrowserControllerInitializes a new instance of the FileBrowserController class
Top
Properties
 NameDescription
Public propertyCategory
(Inherited from AbstractPadContent)
Public propertyContentId
(Inherited from AbstractPadContent)
Public propertyDefaultPosition
(Inherited from AbstractPadContent)
Public propertyIconSource
(Inherited from AbstractPadContent)
Public propertyInitiallyFocusedControl
(Overrides AbstractPadContentInitiallyFocusedControl)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractPadContent)
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractPadContent)
Public propertyIsVisible Gets or sets the visibility of the pad. If false, the pad is not visible. If true, the pad may be visible or is collapsed.
(Inherited from AbstractPadContent)
Public propertyModelObject Returns null (because the model would be the whole file system).
(Overrides AbstractPadContentModelObject)
Public propertyPadDescriptor
(Inherited from AbstractPadContent)
Public propertyShortcut
(Inherited from AbstractPadContent)
Public propertyTitle
(Inherited from AbstractPadContent)
Public propertyViewObject
(Overrides AbstractPadContentViewObject)
Top
Methods
 NameDescription
Public methodBringToFront
(Inherited from AbstractPadContent)
Public methodDisposeReleases all resources used by the FileBrowserController
(Overrides AbstractPadContentDispose)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService
(Inherited from AbstractPadContent)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnPropertyChanged
(Inherited from AbstractPadContent)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from AbstractPadContent)
Top
Fields
 NameDescription
Protected field_category
(Inherited from AbstractPadContent)
Protected field_contentId
(Inherited from AbstractPadContent)
Protected field_iconSource
(Inherited from AbstractPadContent)
Protected field_isActive
(Inherited from AbstractPadContent)
Protected field_isSelected
(Inherited from AbstractPadContent)
Protected field_isVisible
(Inherited from AbstractPadContent)
Protected field_padDescriptor
(Inherited from AbstractPadContent)
Protected field_shortCut
(Inherited from AbstractPadContent)
Protected field_title
(Inherited from AbstractPadContent)
Top
See Also