SMACS

Package smacs.xngr.browser.document

Interface Summary
CategoryListener Allows for listening to DocumentCategory events.
CategoryProperties The base interface for the category properties.
DocumentExplorer  
DocumentListener Allows for listening to DocumentManager events.
DocumentProperties The base interface for the document properties.
 

Class Summary
AddCategoryAction An action that can be used to add a new category to the application.
AddDocumentAction An action that can be used to add a new document to the application.
AddRemoteDocumentAction An action that can be used to add a new remote document to the application.
CreateDocumentAction An action that can be used to create a new document and add the document to the application.
DeleteCategoryAction An action that can be used to delete a category from the application.
DeleteDocumentAction An action that can be used to delete a document from the application.
DocumentCategory Manages the documents and categories for this category, allows for adding and removing of documents and categories.
DocumentDetailsAction An action that can be used to show the details of a document as a tree...
DocumentEvent A DocumentManager event that will be fired when a document in the document manager has been added/removed or changed.
DocumentPropertiesAction An action that can be used to show the properties dialog for a document (remote and normal).
DocumentPropertiesDialog The properties dialog for a document.
EditDocumentAction An action that can be used to start editing a document.
ElementPropertiesAction An action that can be used to show the properties dialog for an element.
ElementPropertiesDialog The properties dialog for an element.
MoveDocumentAction An action that can be used to move documents.
OpenElementAction An action that can be used to 'open' an element.
OpenElementWithAction An action that can be used to 'open' an element.
RefreshDocumentAction An action that can be used to refresh the contents of a document from disk...
RemoteDocumentEditorDialog A dialog that allows for changing the remote documents URL.
RenameCategoryAction An action that can be used to rename a new document category.
SelectCategoryDialog A dialog that allows for selecting a category.
 


SMACS