org.netbeans.modules.form

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 » form » org.netbeans.modules.form 
org.netbeans.modules.form
Java Source File NameTypeComment
BeanPropertyEditor.javaInterface This interface can be implemented by property editors to express that the current property value in the property editor is a bean with its properties and to make these properties accessible.
BeanSupport.javaClass BeanSupport is a utility class with various static methods supporting operations with JavaBeans.
BindingCustomizer.javaClass Binding customizer.
BindingDescriptor.javaClass Descriptor of binding property/one segment in the binding path.
BindingDesignSupport.javaClass Design support for beans binding.
BindingProperty.javaClass
CodeCustomEditor.javaClass Custom editor for RADConnectionPropertyEditor.
CodeCustomizer.javaClass This class controls the code customization - opens the customizer dialog, reads and stores data, etc.
CodeGenerator.javaClass
ComboBoxWithTree.javaClass ComboBox with tree in popup.
ComponentChooserEditor.javaClass Property editor allowing to choose a component from all components in form (FormModel).
ComponentContainer.javaInterface
ComponentConverter.javaInterface Implementation of this interface registered via xml layer can be used to replace component classes used in meta-components.
ComponentDragger.javaClass
ComponentInspector.javaClass The ComponentInspector - special explorer for form editor.
ComponentLayer.javaClass A JPanel subclass holding components presented in FormDesigner (contains also the resizable border and the white area around).
ConnectionCustomEditor.javaClass Custom editor for RADConnectionPropertyEditor.
CopySupport.javaClass Support class for copy/cut/paste operations in form editor.
CreationDescriptor.javaClass
CreationFactory.javaClass Factory class for creating objects, providing java creation code, registering CreationDescriptor classes, and related utility methods.
CustomCodeData.javaClass This class holds code-related data of one component in a representation suitable for editing in the customizer dialog.
CustomCodeView.javaClass GUI panel of the code customizer.
DataImporter.javaInterface Provider of component with data (for example collection of JPA entities).
DefaultRADAction.javaClass This action installs new bean into the system.
Event.javaClass Represents one event of a component.
EventCustomEditor.javaClass
EventProperty.javaClass Property implementation class for events of metacomponents.
ExternalValue.javaInterface Interface for a property value stored externally, e.g.
FakeRADProperty.javaClass A RADProperty which has no real target bean.
FormAwareEditor.javaInterface Interface implemented by property editors that need to know the context where they are used (FormModel and the property they edit).
FormCodeAwareEditor.javaInterface Extension of property editor that allows to generate more general code than just an expression for setter.
FormContainer.javaInterface
FormCookie.javaInterface Cookie for obtaining FormModel.
FormCustomEditor.javaClass
FormDataLoader.javaClass Loader for Forms.
FormDataLoaderBeanInfo.javaClass Form data loader bean info.
FormDataNode.javaClass The DataNode for Forms.
FormDataObject.javaClass The DataObject for forms.
FormDesigner.javaClass This is a TopComponent subclass holding the form designer.
FormDesignValue.javaInterface FormDesignValue interface gives a way how to use special property values that holds some additional or design specific information. Objects implementing FormDesignValue are specially supported by properties (@see FormProperty) in the form editor.
FormDesignValueAdapter.javaClass Adapter for FormDesignValue.
FormEditor.javaClass Form editor.
FormEditorCustomizer.javaClass Implementation of one panel in Options Dialog.
FormEditorModule.javaClass
FormEditorOptions.javaClass Contains information about Abbreviations Panel, and creates a new instance of it.
FormEditorPanelController.javaClass Implementation of one panel in Options Dialog.
FormEditorSupport.javaClass
FormEvents.javaClass Manages information about used component events and their handlers (in one form).
FormJavaSource.javaClass Provides information about the forms java source file.
FormLAF.javaClass Support for execution of tasks in another look and feel.
FormLoaderSettings.javaClass Settings for the form editor.
FormLoaderSettingsBeanInfo.javaClass A BeanInfo for FormLoaderSettings.
FormModel.javaClass Holds all data of a form.
FormModelEvent.javaClass Describes single change in FormModel.
FormModelListener.javaInterface Listener class for notifying about changes in FormModel.
FormNode.javaClass A common superclass for nodes used in Form Editor.
FormOthersNode.javaClass This class represents the root node of "Other Components".
FormProperty.javaClass This class provides basic implementation of properties used in form module which are generated in the java code.
FormPropertyContext.javaInterface An interface representing a context of a FormProperty.
FormPropertyCookie.javaInterface Cookie for obtaining FormProperty of given name.
FormPropertyEditor.javaClass A multiplexing PropertyEditor used in the form editor.
FormPropertyEditorManager.javaClass Takes care of registration and finding property editors used by the Form Editor.
FormRefactoringUpdate.javaClass This class does the actual refactoring changes for one form - updates the form, regenerates code, updates properties files for i18n, etc.
FormRootNode.javaClass This class represents the root node of the form (displayed as root in Component Inspector).
FormSettings.javaClass Settings for one form.
FormToolBar.javaClass ToolBar in the FormDesigner - by default it holds buttons for selection and connection mode and for testing the form.
FormUtils.javaClass A class that contains utility methods for the formeditor.
GandalfPersistenceManager.javaClass XML persistence manager - responsible for saving/loading forms to/from XML. The class contains lots of complicated code with many hacks ensuring full compatibility of the format despite that many original classes already don't exist (e.g.
GuardedBlockHandlerFactoryImpl.javaClass Used by java refactoring to delegate changes in guarded blocks.
HandleLayer.javaClass A transparent layer (glass pane) handling user operations in designer (mouse and keyboard events) and painting selection and drag&drop feedback.
I18nService.javaInterface Interface of an internationalization service - form editor needs it to perform automatic internationalization of forms.
I18nValue.javaInterface Interface representing an internationalized value.
InPlaceEditLayer.javaClass A layer used by FormDesigner for in-place editing of components' labels and text.
InvalidComponent.javaClass Dummy component used to visualize a bean which class could not be loaded.
JavaCodeGenerator.javaClass JavaCodeGenerator is the default code generator which produces a Java source for the form.
ListSelector.javaClass Component that allows you to select (reordered) sublist from given list of items.
MetaBinding.javaClass
MetaComponentCreator.javaClass This class represents an access point for adding new components to FormModel. Its responsibility is to create new meta components (from provided bean classes) and add them to the FormModel.
MethodPicker.javaClass The MethodPicker is a form which allows user to pick one of methods with specified required return type.
NamedPropertyEditor.javaInterface An interface which can be implemented by PropertyEditor to provide a display name to identify the editor.
NewComponentDrop.javaInterface Interface allowing drag and drop of nodes to form module.
NewComponentDropProvider.javaInterface Provider of NewComponentDrops.
NonVisualTray.javaClass A component that displays non visual beans.
ParametersPicker.javaClass The ParametersPicker is a panel which allows to enter a method parameter data.
PersistenceException.javaClass Exception class used for handling errors in persistence operations (loading and saving forms).
PersistenceManager.javaClass An abstract class which defines interface for persistence managers (being responsible for loading and saving forms) and provides a basic registration facility.
PersistenceObjectRegistry.javaClass
PropertyModifier.javaInterface Customizer of set of properties of components.
PropertyPicker.javaClass The PropertyPicker is a form which allows user to choose from property set of specified required class.
RADComponent.javaClass
RADComponentCookie.javaInterface Cookie for Form Editor Node providing access to RADComponent it represents.
RADComponentNode.javaClass
RADComponentRenameRefactoringSupport.javaClass Class used to hook form component/variables renaming into refactoring.
RADConnectionPropertyEditor.javaClass RADConnectionPropertyEditor is a special property editor that can set properties (of any type) indirectly - e.g.
RADContainer.javaClass
RADFormContainer.javaClass
RADMenuComponent.javaClass
RADMenuItemComponent.javaClass RADMenuItemComponent represents one menu item component in the Form.
RADProperty.javaClass Implementation of properties for (meta)components (class RADComponent).
RADVisualComponent.javaClass
RADVisualContainer.javaClass
RADVisualFormContainer.javaClass RADVisualFormContainer represents the top-level container of the form and the form itself during design time.
RefactoringInfo.javaClass Holds information about one refactoring.
RefactoringPluginFactoryImpl.javaClass Entry point for refactoring, registered in META-INF/services.
ResourcePanel.javaInterface An interface representing a panel usable as part of a custom property editor allowing to define (store) the property value as a resource (ResourceValue).
ResourceService.javaInterface Interface used by the form editor to manipulate resources (property values stored externally, represented by ResourceValue).
ResourceSupport.javaClass This class manages resources of a form (i.e.
ResourceValue.javaInterface Interface representing a value stored as a standard resource.
ResourceWrapperEditor.javaClass A property editor that can wrap another property editor and make it use a ResourcePanel allowing to define the property value as a resource (represented by ResourceValue).
Separator.javaClass Separator is a dummy class representing separator in AWT menus.
ViewConverter.javaInterface
VisualReplicator.javaClass This class replicates (clones) the reference instances from meta-components of a form.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.