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