- markFile(FileObject) - Method in class org.openide.loaders.DataLoader
-
Utility method to mark a file as belonging to this loader.
- markFiles() - Method in class org.openide.loaders.DataObject
-
Mark all contained files as belonging to this loader.
- markModified() - Method in class org.openide.loaders.OpenSupport.Env
-
Support for marking the environement modified.
- markModified() - Method in class org.openide.text.DataEditorSupport.Env
-
First of all tries to lock the primary file and
if it succeeds it marks the data object modified.
- markRecognized(FileObject) - Method in interface org.openide.loaders.DataLoader.RecognizedFiles
-
Mark this file as being recognized.
- MenuBar - Class in org.openide.awt
-
An extended version of swing's JMenuBar.
- MenuBar() - Constructor for class org.openide.awt.MenuBar
-
Don't call this constructor or this class will not get
initialized properly.
- MenuBar(DataFolder) - Constructor for class org.openide.awt.MenuBar
-
Creates a new MenuBar
from given folder.
- messageHtmlName() - Method in class org.openide.text.DataEditorSupport
-
- messageLine(Line) - Method in class org.openide.text.DataEditorSupport
-
Computes display name for a line based on the
name of the associated DataObject and the line number.
- messageName() - Method in class org.openide.text.DataEditorSupport
-
Constructs message that should be used to name the editor component.
- messageName() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Constructs message that should be used to name the editor component.
- messageOpened() - Method in class org.openide.loaders.OpenSupport
-
Message to display when an object has been opened.
- messageOpened() - Method in class org.openide.text.DataEditorSupport
-
Message to display when an object has been opened.
- messageOpened() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Message to display when an object has been opened.
- messageOpening() - Method in class org.openide.loaders.OpenSupport
-
Message to display when an object is being opened.
- messageOpening() - Method in class org.openide.text.DataEditorSupport
-
Message to display when an object is being opened.
- messageOpening() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Message to display when an object is being opened.
- messageSave() - Method in class org.openide.text.DataEditorSupport
-
Constructs message that should be displayed when the data object
is modified and is being closed.
- messageSave() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Constructs message that should be displayed when the data object
is modified and is being closed.
- messageToolTip() - Method in class org.openide.text.DataEditorSupport
-
Text to use as tooltip for component.
- messageToolTip() - Method in class org.openide.text.EditorSupport
-
Deprecated.
Text to use as tooltip for component.
- MIME - Static variable in class org.openide.loaders.XMLDataObject
-
Mime type of XML documents.
- mimeTypes() - Method in class org.openide.loaders.ExtensionList
-
Get all mime types.
- mode() - Method in class org.openide.actions.FileSystemRefreshAction
-
- modifiedAppendix - Variable in class org.openide.text.EditorSupport
-
- move(DataFolder) - Method in class org.openide.loaders.DataObject
-
Move this object to another folder.
- move(FileObject, String) - Method in class org.openide.loaders.FileEntry.Folder
-
- move(FileObject, String) - Method in class org.openide.loaders.FileEntry
-
- move(FileObject, String) - Method in class org.openide.loaders.FileEntry.Numb
-
Removes file.
- MOVE - Static variable in class org.openide.loaders.LoaderTransfer
-
Generic mask for moving DataObjects (destroy the original).
- move(FileObject, String) - Method in class org.openide.loaders.MultiDataObject.Entry
-
Called when the entry is to be moved.
- MultiDataObject - Class in org.openide.loaders
-
Provides support for handling of data objects with multiple files.
- MultiDataObject(FileObject, MultiFileLoader) - Constructor for class org.openide.loaders.MultiDataObject
-
Create a MultiFileObject.
- MultiDataObject.Entry - Class in org.openide.loaders
-
- MultiFileLoader - Class in org.openide.loaders
-
Loader for any kind of MultiDataObject
.
- MultiFileLoader(Class<? extends DataObject>) - Constructor for class org.openide.loaders.MultiFileLoader
-
- MultiFileLoader(String) - Constructor for class org.openide.loaders.MultiFileLoader
-
Creates new multi file loader.