站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

G-Index (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I L M N O P R S T U V W X

G

getAccessibleContext() - Method in class org.openide.awt.ToolbarPool
Read accessible context
getActions() - Method in class org.openide.loaders.DataLoader
Get actions.
getActions(boolean) - Method in class org.openide.loaders.DataNode
Get actions for this data object.
getActions() - Method in class org.openide.loaders.DataNode
Deprecated. Use getActions(boolean)
getBasicHeight() - Static method in class org.openide.awt.Toolbar
Returns basic toolbar height according to preferred icons size.
getBorder() - Method in class org.openide.awt.ToolbarPool
 
getChildren() - Method in class org.openide.loaders.DataFolder
Get the children of this folder.
getChildren() - Method in interface org.openide.loaders.DataObject.Container
 
getChildren() - Method in class org.openide.loaders.DataShadow
Implementation of Container interface.
getComponents() - Method in class org.openide.awt.Toolbar
 
getConfiguration() - Method in class org.openide.awt.ToolbarPool
Getter for the name of current configuration.
getConfigurations() - Method in class org.openide.awt.ToolbarPool
 
getContextMenu() - Method in interface org.openide.awt.ToolbarPool.Configuration
Popup menu that should be displayed when the users presses right mouse button on the panel.
getCookie(Class) - Method in class org.openide.loaders.DataFolder.FolderNode
 
getCookie(Class) - Method in class org.openide.loaders.DataNode
Get a cookie.
getCookie(Class) - Method in class org.openide.loaders.DataObject
Obtain a cookie from the data object.
getCookie(DataShadow, Class) - Method in class org.openide.loaders.DataObject
When a request for a cookie is done on a DataShadow of this DataObject this methods gets called (by default) so the DataObject knows which DataShadow is asking and extract some information from the shadow itself.
getCookie(Class) - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getCookie(Class) - Method in class org.openide.loaders.DataShadow
 
getCookie(Class) - Method in class org.openide.loaders.InstanceDataObject
 
getCookie(Class) - Method in class org.openide.loaders.MultiDataObject
Look for a cookie in the current cookie set matching the requested class.
getCookie(Class) - Method in class org.openide.loaders.XMLDataObject
Cookies from assigned Environment are not placed into protected CookieSet and can be obtained only by invoking this method.
getCookieSet() - Method in class org.openide.loaders.MultiDataObject
Get the set of cookies.
getDX() - Method in class org.openide.awt.Toolbar.DnDEvent
 
getDY() - Method in class org.openide.awt.Toolbar.DnDEvent
 
getDataObject() - Method in class org.openide.loaders.DataNode
Get the represented data object.
getDataObject() - Method in class org.openide.loaders.DataObjectExistsException
Get the object which already exists.
getDataObject(Transferable, int) - Static method in class org.openide.loaders.LoaderTransfer
Obtain a DataObject from a transferable.
getDataObject() - Method in class org.openide.loaders.MultiDataObject.Entry
Get the multi data object this entry is assigned to.
getDataObject() - Method in class org.openide.loaders.OpenSupport.Env
Getter for data object.
getDataObject() - Method in class org.openide.text.DataEditorSupport
Getter of the data object that this support is associated with.
getDataObjects(Transferable, int) - Static method in class org.openide.loaders.LoaderTransfer
Obtain a list of DataObjects from a transferable.
getDefault() - Static method in class org.openide.awt.ToolbarPool
Returns default toolbar pool.
getDefault() - Static method in class org.openide.loaders.DataLoaderPool
Getter for the default pool of loaders used in the system.
getDefault() - Static method in class org.openide.loaders.RepositoryNodeFactory
Deprecated. Get the default factory.
getDescription(DataObject) - Static method in class org.openide.loaders.TemplateWizard
Method to get a description for a data object.
getDescriptionAsResource(DataObject) - Static method in class org.openide.loaders.TemplateWizard
Deprecated. Use TemplateWizard.getDescription(org.openide.loaders.DataObject) instead.
getDisplayName() - Method in class org.openide.awt.Toolbar
 
getDisplayName() - Method in class org.openide.loaders.DataLoader
Get the current display name of this loader.
getDisplayName() - Method in class org.openide.loaders.DataNode
Get the display name for the node.
getDisplayName() - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getDocument() - Method in class org.openide.loaders.XMLDataObject
Creates w3c's document for the xml file.
getDocument() - Method in class org.openide.text.EditorSupport
Deprecated. Get the document.
getEnvironment(DataObject) - Method in interface org.openide.loaders.Environment.Provider
Returns a lookup that represents environment.
getExtensions() - Method in class org.openide.loaders.UniFileLoader
Get the extension list for this data loader.
getFile() - Method in class org.openide.loaders.MultiDataObject.Entry
Get the file this entry works with.
getFile() - Method in class org.openide.text.DataEditorSupport.Env
Getter for file associated with this environment.
getFileObject() - Method in class org.openide.loaders.DataObjectNotFoundException
Get the file which does not have a data object.
getFolder() - Method in class org.openide.awt.ToolbarPool
 
getFolder() - Method in class org.openide.loaders.DataObject
Get the folder this data object is stored in.
getHandle() - Method in class org.openide.loaders.DataNode
Handle for location of given data object.
getHelpCtx() - Method in class org.openide.actions.FileSystemAction
 
getHelpCtx() - Method in class org.openide.actions.FileSystemRefreshAction
 
getHelpCtx() - Method in class org.openide.actions.InstantiateAction
Deprecated.  
getHelpCtx() - Method in class org.openide.actions.NewTemplateAction
 
getHelpCtx() - Method in class org.openide.actions.SaveAllAction
 
getHelpCtx() - Method in class org.openide.actions.SaveAsTemplateAction
 
getHelpCtx() - Method in class org.openide.loaders.DataFolder
 
getHelpCtx() - Method in class org.openide.loaders.DataNode
 
getHelpCtx() - Method in class org.openide.loaders.DataObject
Get help context for this object.
getHelpCtx() - Method in class org.openide.loaders.DataShadow
 
getHelpCtx() - Method in class org.openide.loaders.InstanceDataObject
 
getHelpCtx() - Method in class org.openide.loaders.MultiDataObject
 
getHelpCtx() - Method in class org.openide.loaders.XMLDataObject
 
getHtmlDisplayName() - Method in class org.openide.loaders.DataNode
Get a display name formatted using the limited HTML subset supported by HtmlRenderer.
getHtmlDisplayName() - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getIcon(int) - Method in class org.openide.loaders.DataFolder.FolderNode
Overrides folder icon to search for icon in UIManager table for BeanInfo.ICON_COLOR_16x16 type, to allow for different icons across Look and Feels.
getIcon(int) - Method in class org.openide.loaders.DataNode
Get the displayed icon for this node.
getIcon(int) - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getIconBase() - Method in class org.openide.loaders.XMLDataObject.Info
Deprecated.  
getInfo() - Method in class org.openide.loaders.XMLDataObject
Deprecated. not used anymore
getIterator(DataObject) - Static method in class org.openide.loaders.TemplateWizard
Finds a custom iterator attached to a template that should be used to instantiate the object.
getLineSet() - Method in class org.openide.text.EditorSupport
Deprecated. Get the line set for all paragraphs in the document.
getLoader(Class) - Static method in class org.openide.loaders.DataLoader
Get a registered loader from the pool.
getLoader() - Method in class org.openide.loaders.DataObject
Get the loader that created this data object.
getLookup() - Method in class org.openide.loaders.FolderLookup
Getter for the lookup that should be used.
getMenuPresenter() - Method in class org.openide.actions.FileSystemAction
 
getMenuPresenter() - Method in class org.openide.actions.NewTemplateAction
 
getMimeType() - Method in class org.openide.text.DataEditorSupport.Env
Mime type of the document.
getModified() - Method in class org.openide.loaders.DataObject.Registry
Get modified objects.
getModifiedSet() - Method in class org.openide.loaders.DataObject.Registry
Get a set of modified data objects.
getMultiFileLoader() - Method in class org.openide.loaders.MultiDataObject
Getter for the multi file loader that created this object.
getName() - Method in class org.openide.actions.FileSystemAction
 
getName() - Method in class org.openide.actions.FileSystemRefreshAction
 
getName() - Method in class org.openide.actions.InstantiateAction
Deprecated.  
getName() - Method in class org.openide.actions.NewTemplateAction
 
getName() - Method in class org.openide.actions.SaveAllAction
 
getName() - Method in class org.openide.actions.SaveAsTemplateAction
 
getName() - Method in class org.openide.awt.Toolbar.DnDEvent
 
getName() - Method in interface org.openide.awt.ToolbarPool.Configuration
Name of the configuration.
getName() - Method in class org.openide.loaders.DataFolder
Get the name of the data folder.
getName() - Method in class org.openide.loaders.DataObject
Get the name of the data object.
getName() - Method in class org.openide.loaders.DataShadow.ShadowNode
The name of the shadow.
getName() - Method in class org.openide.loaders.InstanceDataObject
 
getNewTypes() - Method in class org.openide.loaders.DataFolder.FolderNode
 
getNodeDelegate() - Method in class org.openide.loaders.DataObject
Get the node delegate.
getNodes() - Method in class org.openide.loaders.DataFolder.Index
 
getNodesCount() - Method in class org.openide.loaders.DataFolder.Index
 
getObject() - Method in class org.openide.loaders.OperationEvent
Get the data object that has been modified.
getOpenedIcon(int) - Method in class org.openide.loaders.DataFolder.FolderNode
Overrides folder icon to search for icon in UIManager table for BeanInfo.ICON_COLOR_16x16 type, to allow for different icons across Look and Feels.
getOpenedIcon(int) - Method in class org.openide.loaders.DataNode
Get the displayed icon for this node.
getOpenedIcon(int) - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getOpenedPanes() - Method in class org.openide.text.EditorSupport
Deprecated.  
getOriginal() - Method in class org.openide.loaders.DataShadow
Return the original shadowed object.
getOriginalDataObject() - Method in class org.openide.loaders.OperationEvent.Copy
Get the original data object.
getOriginalName() - Method in class org.openide.loaders.OperationEvent.Rename
Get the old name of the object.
getOriginalPrimaryFile() - Method in class org.openide.loaders.OperationEvent.Move
Get the original primary file.
getPopupPresenter() - Method in class org.openide.actions.FileSystemAction
 
getPopupPresenter() - Method in class org.openide.actions.NewTemplateAction
 
getPreferredAction() - Method in class org.openide.loaders.DataFolder.FolderNode
 
getPreferredAction() - Method in class org.openide.loaders.DataNode
Get default action.
getPreferredIconSize() - Method in class org.openide.awt.ToolbarPool
Returns preferred size of icons used by toolbar buttons.
getPreferredLoader(FileObject) - Static method in class org.openide.loaders.DataLoaderPool
Get the preferred loader for a file.
getPreferredSize() - Method in class org.openide.awt.Toolbar
 
getPrimaryEntry() - Method in class org.openide.loaders.MultiDataObject
Get the primary entry.
getPrimaryFile() - Method in class org.openide.loaders.DataObject
Get the primary file for this data object.
getPropertySets() - Method in class org.openide.loaders.DataShadow.ShadowNode
Returns modified properties of the original node.
getRegisteredInfo(String) - Static method in class org.openide.loaders.XMLDataObject
Deprecated. Register via lookup
getRegisteredTypes() - Method in class org.openide.loaders.ConnectionSupport
Deprecated. Get the list of all registered types in every (persistent or not persistent) connections.
getRegistry() - Static method in class org.openide.loaders.DataObject
Get the registry containing all modified objects.
getRepresentationClass() - Method in class org.openide.loaders.DataLoader
Get the representation class for this data loader, as passed to the constructor.
getRepresentationClassName() - Method in class org.openide.loaders.DataLoader
Get the name of the representation class for this data loader.
getShortDescription() - Method in class org.openide.loaders.DataShadow.ShadowNode
 
getShowFileExtensions() - Static method in class org.openide.loaders.DataNode
Determine whether file extensions should be shown by default.
getSortMode() - Method in class org.openide.loaders.DataFolder
Get the sort mode of the folder.
getStatus() - Method in class org.openide.loaders.XMLDataObject
 
getTargetFolder() - Method in class org.openide.loaders.TemplateWizard
Getter for target folder.
getTargetName() - Method in class org.openide.loaders.TemplateWizard
Getter for the name of the target template.
getTemplate() - Method in class org.openide.loaders.TemplateWizard
Getter for template to create object from.
getTemplateRoot() - Static method in class org.openide.actions.NewTemplateAction
Create a hierarchy of templates.
getTemplateWizard() - Method in interface org.openide.actions.NewTemplateAction.Cookie
Getter for the wizard that should be used for this cookie.
getTemplatesFolder() - Method in class org.openide.loaders.TemplateWizard
Getter for the folder with templates.
getTime() - Method in class org.openide.text.DataEditorSupport.Env
The time when the data has been modified
getTitleFormat() - Method in class org.openide.loaders.TemplateWizard
Overriden to be able to set a default value for the title format.
getToolbarPresenter() - Method in class org.openide.actions.NewTemplateAction
 
getToolbars() - Method in class org.openide.awt.ToolbarPool
Returns the toolbars contained in this pool.
getType() - Method in class org.openide.awt.Toolbar.DnDEvent
 
getTypes() - Method in class org.openide.loaders.ConnectionSupport
Deprecated. Unmutable set of types supported by this connection source.
getUIClassID() - Method in class org.openide.awt.Toolbar
 

 
A B C D E F G H I L M N O P R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.