org.netbeans.modules.visualweb.insync |
|
Java Source File Name | Type | Comment |
Convertors.java | Class | Set of static methods converting misc data representations. |
CustomizerDisplayer.java | Class | Class responsible for handling live customizers. |
DebugIdentityHashMap.java | Class | This is a class to provide a way for us to debug modifications to an identity map, by being able to set
breakpoints. |
EncodingHelper.java | Class | XML uses inband encoding detection - this class obtains it. |
FileDocument.java | Class | A concrete swing AbstractDocument implementation to allow easy file access to SourceUnits
expecting an AbstractDocument. |
FileObjectVisitor.java | Class | A general purpose visitor class for use in traversing a directory structure. |
InsyncMimeResolver.java | Class | |
InSyncServiceProvider.java | Class | This class provides a concrete implementation of InSyncService.
As well, it provides some functionality to handle the mapping of Java <-> JSP files.
This code should really exist in a Faces module to InSync, but these services will
be needed once I start removing any knowledge of this mapping from all other modules.
The key would be to creating a Faces InSync module, and have a FacesInSyncService
that modules would then depend on. |
InSyncServiceProviderQuery.java | Class | I represent an object that optimizes the queries that can be performed by the InSyncServiceProvider. |
InsyncTestBase.java | Class | |
JSFConfigUtils.java | Class | |
Model.java | Class | General Model abstraction. |
ModelSet.java | Class | A ModelSet is a collection of Models that are organized together in a single project. |
ModelSetListener.java | Interface | |
ModelSetsListener.java | Interface | |
ModuleInstaller.java | Class | Create a monitor singleton for the ModelSet types for insync. |
ParserAnnotation.java | Class | A source error; annotation which can be attached to a particular line in a source document. |
ProjectUtils.java | Class | |
RepositoryImpl.java | Class | Repository whose getDefaultFileSystem() returns a writeable FS containing
the layers of j2seplatform and visual jsf web project. |
ResultHandler.java | Class | |
SourceUnit.java | Class | A partial Unit implementation that provides common functionality for all source-based Units. |
SourceUnitListener.java | Interface | Allow Model's and other objects to be notified of state changes on a SourceUnit. |
UndoEvent.java | Class | |
UndoManager.java | Class | Undo manager: maintains a list of undoable events, and performs undo/redo as requested by the
user. |
Unit.java | Interface | An abstract representation of a logical compilation unit. |
Util.java | Class | Common utility methods for helping with NB, Swing and DOM objects. |