org.openide.loaders

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » openide » org.openide.loaders 
org.openide.loaders
Java Source File NameTypeComment
AddLoaderManuallyHid.javaClass Utility to add a loader to the loader pool.
BasicDataObjectTest.javaClass
BrokenDataShadow.javaClass For representing data shadows with broken link to original file.
CanYouCreateFolderLookupFromHandleFindSlowVersionTest.javaClass It must be possible to create lookup anytime, if there is no deadlock, even if the recognition of FolderLookup takes really long time.
CanYouCreateFolderLookupFromHandleFindTest.javaClass It must be possible to create lookup anytime, if there is no deadlock...
CanYouQueryFolderLookupFromHandleFindTest.javaClass To simulate and fix 65543.
CanYouQueryFromRenameTest.javaClass To simulate and fix 70828.
ChangeableDataFilter.javaInterface Allows certain data objects to be excluded from being displayed.
ConnectionSupport.javaClass Support implementing ConnectionCookie, that stores listeners in extended attributes of associated entry.
ConnectionSupportTest.javaClass
CreateFromTemplateAttributesProvider.javaInterface This is an interface for smart templating.
CreateFromTemplateHandler.javaClass This is an interface for smart templating that allows any module to intercept calls to DataObject.createFromTemplate and handle them themselves.
CreateFromTemplateHandlerTest.javaClass
CreateFromTemplateTest.javaClass Checks the ability to create data object from template.
DataFilter.javaInterface Allows certain data objects to be excluded from being displayed.
DataFilterAll.javaClass Filter that accepts everything.
DataFolder.javaClass A folder containing data objects.
DataFolderCopyMoreWindowsLikeTest.javaClass Mostly to test the correct behaviour of AWTTask.waitFinished.
DataFolderExpandIsSlowTest.javaClass Creation of data object is said to be slow due to poor implementation of BrokenDataShadow validate functionality.
DataFolderIndexTest.javaClass Tests Index cookio of DataFolder (when uses DataFilter).
DataFolderMoveTest.javaClass Test of folders move.
DataFolderPasteTypesTest.javaClass
DataFolderRefreshTest.javaClass Testing that a change in a pool triggers notification of a change in DataFolder's children.
DataFolderSetOrderTest.javaClass
DataFolderSlowDeletionTest.javaClass Test the complexity of deleting N files in a folder without recognized DataOjects (which may as well be tested on deleting secondary files of a recognized DataObject).
DataFolderTest.javaClass Test recognition of objects in folders, and folder ordering.
DataGetModifiedTest.javaClass
DataLdrActions.javaClass Manages actions read and write for a given loader.
DataLoader.javaClass A data loader recognizes FileObject s and creates appropriate DataObject s to represent them.
DataLoaderGetActionsCompatibilityTest.javaClass Check how the default behaviour of DataLoader without overriden actionsContext works.
DataLoaderGetActionsTest.javaClass Tests the proposed behaviour of DataLoader.getActions that is going to read its values from layer.
DataLoaderOrigTest.javaClass Test basic functionality of data loaders.
DataLoaderPool.javaClass Pool of data loaders. Provides access to set of registered DataLoader loaders in the system.
DataLoaderPoolOnlyEventsTest.javaClass This is the same test as DataLoaderPoolTest, just intead of calling setPreferredLoader, it only changes the attribute of filesystem to see if listening on attributes works fine.
DataLoaderPoolTest.javaClass Test basic functionality of data loader pool.
DataLoaderTest.javaClass DataLoader tests.
DataNode.javaClass Standard node representing a data object.
DataNodeTest.javaClass Test things about node delegates.
DataObject.javaClass Object that represents one or more file objects, with added behavior accessible though DataObject.getLookup lookup pattern.
DataObjectAccessorImpl.javaClass API trampoline to access package private methods in DataObject class.
since:
   6.3
author:
   S.
DataObjectExistsException.javaClass Exception signalling that the data object for this file cannot be created because there already is an object for the primary file.
DataObjectInvalidationOneFileTest.javaClass Test invalidation of objects: getting of node delegate, whether folder instances include them, whether loaders are asked to recognize invalid objects, etc.
DataObjectInvalidationTest.javaClass Test invalidation of objects: getting of node delegate, whether folder instances include them, whether loaders are asked to recognize invalid objects, etc.
DataObjectNotFoundException.javaClass Exception signalling that the data object for a given file object could not be found in DataObject.find .
DataObjectPool.javaClass Registration of all data objects in the system.
DataObjectSaveAsTest.javaClass Ensure that SaveAs functionality works as expected for DataObjects
author:
   S.
DataObjectSizeTest.javaClass
DataReadOnlyTest.javaClass Test recognition of objects in folders, and folder ordering.
DataRenameTest.javaClass Test things about node delegates.
DataShadow.javaClass Default implementation of a shortcut to another data object.
DataShadowBrokenAreNotTestedTest.javaClass Test that URL is not requested if there are no broken shadows.
DataShadowLookupTest.javaClass Test things about shadows and broken shadows, etc.
DataShadowSlowness39981Test.javaClass Delete of an folder is said to be slow due to poor implementation of DataShadow validate functionality.
DataShadowTest.javaClass Test things about shadows and broken shadows, etc.
DataTransferSupport.javaClass Support for data transfer Paste operation.
Deadlock35847Test.javaClass Simulates the deadlock from issue 35847.
Deadlock38554Test.javaClass Simulates the deadlock from issue 38554.
Deadlock51637Test.javaClass Simulates the deadlock between copy/move operation and the creation of node.
Deadlock59522Test.javaClass MDR listens on FileChanges and wants to acquire its lock then.
Deadlock60917Test.javaClass
DefaultDataObject.javaClass An implementation of a data object which consumes file objects not recognized by any other loaders.
DefaultDataObjectHasOpenActionTest.javaClass DefaultDataObject is supposed to have open operation that shows the text editor or invokes a dialog with questions.
DefaultDataObjectHasOpenTest.javaClass DefaultDataObject is supposed to have open operation that shows the text editor or invokes a dialog with questions.
DefaultDataObjectLookupTest.javaClass
DefaultDataObjectTest.javaClass
DefaultES.javaClass Basic editor support.
DefaultSettingsContext.javaClass JNDI context providing DataObject's settings.
DefaultSettingsContextTest.javaClass
DefaultVersusXMLDataObjectTest.javaClass
DragAndDropDataNodeTest.javaClass
Environment.javaClass Utilities that define the "settings hierarchy".
ErrorThrownInFolderRecognizerTest.javaClass Trying to emulate issue 122295 but actually ending up with compeltely different one.
ExtensionList.javaClass Property class that collects a modifiable list of file extensions and permits checking of whether a name or a file object has a given extension.
ExtensionListTest.javaClass
FightWithWrongOrderOfLoadersTest.javaClass Java vs.
FileEntry.javaClass Entry that works with plain files.
FileObjectInLookupTest.javaClass
FilesSet.javaClass This class is a lazy initialized set of FileObjects representing entries in MultiDataObject class.
FolderChildren.javaClass Watches over a folder and represents its child data objects by nodes.
FolderChildrenGCRaceConditionTest.javaClass
FolderChildrenTest.javaClass
FolderComparator.javaClass Compares objects in a folder.
FolderInstance.javaClass Support class for creation of an object from the content of a DataObject.Container .
FolderInstanceTest.javaClass
FolderList.javaClass Watches a folder and its children.

java.beans.PropertyChangeListener s may be registered which will be informed about changes in the ordered children list.

FolderListListener.javaInterface Listener that watches progress of recognizing objects in a folder.
FolderListTest.javaClass Tests for internals of FolderList as there seems to be some inherent problems.
FolderLookup.javaClass Implements a lookup, that scans a content of a folder for its data objects and asks them for instance cookie, the created objects are then used to for the content of the lookup.
FolderLookupTest.javaClass
FolderOrder.javaClass A support for keeping order of children for folder list.
FolderOrderIllegalTest.javaClass Trying to emulate issue 122295.
FolderRenameHandler.javaInterface This handler is used by DataFolder.FolderNode.setName() method. FolderNode.setName() uses Lookup.getDefault() to lookup for instances of FolderRenameHandler.
FolderRenameHandlerTest.javaClass
InstanceDataObjecIssue47707Test.javaClass Simulate deadlock from issue 47707.
InstanceDataObjecIssue71433Test.javaClass Test behavior of method escapeAndCut.
InstanceDataObject.javaClass A data object whose only purpose is to supply InstanceCookie. The instances are created by default instantiation; the name of the class to instantiate is stored on disk, typically right in the file name.

This data object is generally used to configure menus and toolbars, though it could be used in any situation requiring instances to be present in a folder; for example, anything using FolderInstance .

Typical instance classes are subclasses of SystemAction to make menu items or toolbar buttons; javax.swing.JSeparator for a menu separator; or javax.swing.JToolBar.Separator for a toolbar separator.

Use InstanceDataObject.create and InstanceDataObject.remove to make the objects. Better yet, use an XML filesystem to install them declaratively.

Instance data object by default recognizes all files with .instance suffix.

InstanceDataObjectGetNameTest.javaClass
InstanceDataObjectHasEditorTest.javaClass
InstanceDataObjectTest.javaClass
InstanceNode.javaClass Node to represent a .settings, .ser or .instance file.
InstanceNodeTest.javaClass
InstanceSupport.javaClass An instance cookie implementation that works with files or entries.
LoaderTransfer.javaClass Class that contains specific datatransfer flavors and methods to work with transfered DataObjects.
LoggingControlTest.javaClass Checks that behaviour of LoggingTestCaseHid is correct.
LoggingTestCaseHid.javaClass Basic skeleton for logging test case.
MultiDataObject.javaClass Provides support for handling of data objects with multiple files. One file is represented by one Entry .
MultiDataObjectFilesTest.javaClass Test functionality of FilesSet object returned from MultiFileObject.files() method.
MultiDataObjectTest.javaClass
MultiFileLoader.javaClass Loader for any kind of MultiDataObject.
MultiFileLoaderHid.javaClass
NewObjectPanel.javaClass Dialog that can be used in create from template.
NewObjectPanelTest.javaClass
NewObjectWizardPanel.javaClass Implementaion of WizardDescriptor.Panel that can be used in create from template.
NullPointer35897Test.javaClass
OpenSupport.javaClass Simple support for an openable file.
OperationAdapter.javaClass Adapter for methods of OperationListener.
OperationEvent.javaClass Event that describes operations taken on a data object.
OperationListener.javaInterface Listener to operations on data objects.
OperationListenerTest.javaClass
RefusesInvalidationTest.javaClass
RejectOnCopyCreatesDefaultTest.javaClass
RepositoryNodeFactory.javaClass Provisional mechanism for displaying the Repository object.
Sample60M7ProblemWithGetDataObjectTest.javaClass
SaveAsCapable.javaInterface Save document under a different file name and/or extension. The default implementation is available in org.openide.text.DataEditorSupport .
SeparationOfThreadsTest.javaClass
ShadowChangeAdapter.javaClass
SortModeEditor.javaClass
SortModeEditorTest.javaClass
TemplateWizard.javaClass Wizard for creation of new objects from a template.
TemplateWizard1.javaClass Dialog that can be used in create from template.
TemplateWizard2.javaClass Dialog that can be used in create from template.
TemplateWizardIteratorWrapper.javaClass
TemplateWizardIterImpl.javaClass Implementation of template wizard's iterator that allows to delegate all functionality to another wizard.
TemplateWizardPanel1.javaClass Implementaion of WizardDescriptor.Panel that can be used in create from template.
TemplateWizardPanel2.javaClass Implementaion of WizardDescriptor.Panel that can be used in create from template.
TemplateWizardTest.javaClass
TestUtilHid.javaClass Copy of TestUtilHid from filesystems tests.
UniFileLoader.javaClass Support class for loader handling one file at a time. This is used for many file types, e.g.
XMLDataObject.javaClass Object that provides main functionality for xml documents. These objects are recognized by the xml extension and text/xml MIME type.
XMLDataObjectGetCookieTest.javaClass Ensuring that getCookie really works.
XMLDataObjectGetNoCookieTest.javaClass Ensuring that getCookie really works.
XMLDataObjectImpl.javaClass Class that hide implementations details of deprecated utility methods provided at XMLDataObject.
XMLDataObjectInfoParser.javaClass
XMLDataObjectLifeLock68934Test.javaClass There was a problem for objects queried twice from inside the XML parsing and lookup preparation.
XMLDataObjectMimeTypeTest.javaClass the mime type of the resulting xml document shall be the same as is resolved by mimetype resolvers to all fine tuned code templates, hyperlinking etc.
XMLDataObjectNodeTest.javaClass
XMLDataObjectTest.javaClass
XMLEntityResolverChain.javaClass A utility class allowing to chain multiple EntityResolvers into one delegating resolution process on them.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.