NevronOpenVision
Nevron.Nov.UI Namespace / NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class


In This Topic
    NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Methods
    In This Topic

    For a list of all members of this type, see NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> members.

    Public Methods
     NameDescription
    Public MethodDetermines whehter the Save operation can be performed.  
    Public MethodDetermines whether the SaveAs operation can be performed.  
    Public MethodCreates the default load settings for the given document format.  
    Public MethodCreates the default save settings for the given document format.  
    Public MethodCreates a task for loading, saving etc.  
    Public Method  
    Public MethodHides the currently shown view message, if any.  
    Public MethodOverloaded. Loads the view document from the specified local file.  
    Public MethodLoads a document from the specified file.  
    Public MethodLoads a document from the given embedded resource using the specified document format.  
    Public MethodLoads the document from the specified stream.  
    Public MethodLoads a document from the given stream using the specified document format.  
    Public MethodLoads the view - document from the given URI.  
    Public MethodLoads a new document in the view.  
    Public MethodLoads the view document from a file, which the user selects from the OpenFile dialog.  
    Public MethodSaves the current document to a file, that the user chooses from a Save File Dialog.  
    Public MethodSaves the view's document to the file from which it was originally opened.  
    Public MethodOverloaded. Saves the document to the specified file.  
    Public MethodSaves the document to the specified file.  
    Public MethodSaves the document to the specified stream.  
    Public MethodSaves the document to the specified stream.  
    Public MethodOverloaded. Shows a view message for an unsuccessful transaciton.  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to add the view's message.  
    Protected MethodOverridden. Overriden to also arrange the view message.  
    Protected MethodBuilds the document view commander by adding command actions to the specified commander.  
    Protected MethodBuilds the document view interactor by adding tools to the specified interactor.  
    Protected MethodClones the given document. This method is called when the document is going to be saved on another thread.  
    Protected Internal MethodCalled by the Load New task to create a new document.  
    Protected Internal MethodCreates the open file dialog shown by the LoadFromFile methods that do not have a fileName parameter.  
    Protected Internal MethodCalled by the New Task to create or select a predefined document.  
    Protected Internal MethodCreates the save file dialog shown by the SaveToFile methods that do not have a fileName parameter.  
    Internal Method  
    Protected Internal MethodHides the loader, if shown and restores the previous enabled state of the widget.  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Protected MethodCalled when the Document property has changed.  
    Protected MethodCalled when a document has been loaded from the specified format and was loaded in the view.  
    Protected MethodCalled when a document has been saved in the specified format.  
    Protected MethodOverridden. Default handler for the NKeyboard.GotFocusEvent event.  
    Protected MethodOverridden. Default handler for the NKeyboard.KeyDownEvent event.  
    Internal Method  
    Protected MethodOverridden. Overriden to request a wait cursor, if the loader is shown.  
    Protected Internal MethodShows the loader above this item and disables the widget.  
    Internal Method  
    Internal Method  
    Top
    See Also