org.openide.explorer.propertysheet

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.explorer.propertysheet 
org.openide.explorer.propertysheet
The exact properties of a node may be displayed and edited with the Property Sheet. The Explorer API describes how to embed a property sheet in a custom container, or use pieces of its implementation.
Java Source File NameTypeComment
AutoGridLayout.javaClass A layout manager which can layout like-heighted components in a grid pattern based on their preferred sizes.
BaseTable.javaClass A base class for property-sheet style tables.
Boolean3WayEditor.javaClass A property editor for Boolean values which can also be null to indicate the editor represents multiple conflicting values.
ButtonPanel.javaClass This class acts as a container for property table cell editors that support custom editors, and as a cell renderer proxy that will display the custom editor button.
CheckboxInplaceEditor.javaClass A basic property-editor-aware JCheckbox that fires changes appropriately.
CleanComboUI.javaClass A combobox ui delegate that hides the border for use in the property sheet, and does not have problems with firing unexpected focus lost events that confuse the property sheet.
ComboInplaceEditor.javaClass A combo box inplace editor.
ComboTest.javaClass Tests property marking functionality and the ability of a Property to provide a "postSetAction" action hint, which will be run if the user successfully changes the property value.
CustomEditorAction.javaClass Action to invoke the custom editor.
CustomEditorDisplayer.javaClass An implementation of PropertyDisplayer.EDITABLE which manages communication with a custom editor, to replace that aspect of PropertyPanel's behavior.
CustomInplaceEditorTest.javaClass Tests basic functionality of InplaceEditorFactory and its code to correctly configure a property editor and associated InplaceEditor with the data encapsulated by a Node.Property.
DefaultPropertyModel.javaClass The default implementation of PropertyModel interface. It takes the bean instance and the property name which should be accessed through PropertyModel methods.
DefaultPropertyModelTest.javaClass A test of a property model.
DescriptionComponent.javaClass A component which can display a description, a title and a button.
EditableDisplayerTest.javaClass
EditablePropertyDisplayer.javaClass Extends EditorPropertyDisplayer to implement editor logic, listening for changes, updating properties, etc.
EditorDisplayerTest.javaClass
EditorPropertyDisplayer.javaClass An implementation of PropertyDisplayer_Inline which replicates the inline editor mode of PropertyPanel.
EnumPropertyEditor.javaClass Property editor for enumeration types.
EnumPropertyEditorTest.javaClass Check that enumeration types have some kind of minimal proped.
ExPropertyEditor.javaInterface An extension interface for property editors that hides all the necessary communication with the property sheet.
ExPropertyModel.javaInterface An extension to the PropertyModel interface that allows the property to supply information for ExPropertyEditor.
ExtTestCase.javaClass An extension to the basic test with static methods for pixel checking, thread-safe key and button pushing and assorted stuff like that.
FindHelpTest.javaClass Test finding help IDs in the property sheet.
FocusAfterBadEditTest.javaClass Tests property marking functionality and the ability of a Property to provide a "postSetAction" action hint, which will be run if the user successfully changes the property value.
GraphicsTestCase.javaClass
IconPanel.javaClass A panel which embeds and displays an inplace editor and which can show property marking for components that are not JLabels but should show an icon either because of hinting or because the state is PropertyEnv.STATE_INVALID.
IndexedEditorPanel.javaClass Panel displaying indexed properties.
IndexedPropertyEditor.javaClass This class encapsulates working with indexed properties.
IndexedPropertyTest.javaClass
InplaceEditor.javaInterface Interface defining the contract of reusable inline cell editors for properties.
InplaceEditorFactory.javaClass Factory providing inplace editor implementations.
InplaceEditorFactoryTest.javaClass Tests basic functionality of InplaceEditorFactory and its code to correctly configure a property editor and associated InplaceEditor with the data encapsulated by a Node.Property.
InplaceEditorNoModifyOnTextChangeContractBooleanEditorTest.javaClass Tests the contract that an inplace editor will not modify the property editor if its value changes (the infrastructure should do this by accepting the COMMAND_SUCCESS action event).
InplaceEditorNoModifyOnTextChangeContractComboEditorTest.javaClass Tests the contract that an inplace editor will not modify the property editor if its value changes (the infrastructure should do this by accepting the COMMAND_SUCCESS action event).
InplaceEditorNoModifyOnTextChangeContractStringEditorTest.javaClass Tests the contract that an inplace editor will not modify the property editor if its value changes (the infrastructure should do this by accepting the COMMAND_SUCCESS action event).
MarginViewportUI.javaClass Viewport UI which will paint a margin if the contained SheetTable is showing one, so the margin appears to continue down to the bottom of the component.
ModelProperty.javaClass Wraps a legacy PropertyModel object in an instance of Node.Property.
NodeDeletionTest.javaClass
NodePropertyModel.javaClass Implementation of the PropertyModel interface keeping a Node.Property.
NonEditabilityTest.javaClass Test finding help IDs in the property sheet.
PropertiesFlushTest.javaClass
PropertyDialogManager.javaClass Helper dialog box manager for showing custom property editors.
PropertyDisplayer.javaInterface A set of interfaces which define the contract for different types of components that can display or edit properties.
PropertyDisplayer_Editable.javaInterface Basic definition of a property displayer which allows editing.
PropertyDisplayer_Inline.javaInterface
PropertyDisplayer_Mutable.javaInterface
PropertyEnv.javaClass PropertyEnv is a class which allows an object (such as a Node.Property instance) to communicate hints to property editor instances that affect the behavior or visual rendering of the property in a PropertySheet or PropertyPanel component.
PropertyMarkingTest.javaClass Tests property marking functionality and the ability of a Property to provide a "postSetAction" action hint, which will be run if the user successfully changes the property value.
PropertyModel.javaInterface A model defining the behavior of a property.
PropertyPanel.javaClass

PropertyPanel is a generic GUI component for displaying and editing a JavaBeans™ property or any compatible getter/setter pair for which there is a property editor available, in accordance with the JavaBeans specification.

PropertyPanelInDialogTest.javaClass
PropertyPanelTest.javaClass A test of a property panel.
PropertySetModel.javaInterface Interface for the property set model for property sheets. PropertySetModel is a model-within-a-model that manages the available properties and property sets and the available property sets' expanded state.
PropertySetModelEvent.javaClass Event type that carries information about changes in the property set model, such as changes in the number of rows that should be shown in the table due to expanding or closing categories.
PropertySetModelImpl.javaClass A model defining the expansion state for property sets, and thus the index order of properties.
PropertySetModelListener.javaInterface Listener interface for PropertySetModel changes.
PropertySheet.javaClass Implements a property sheet for a set of nodes.
PropertySheetSettings.javaClass Settings for the property sheet.
PropertySheetTest.javaClass
PropertySheetView.javaClass An Explorer view displaying a PropertySheet - e.g.
PropUtils.javaClass A few utility methods useful to implementors of Inplace Editors.
PropUtilsTest.javaClass
ProxyNode.javaClass A node used by PropertySheet to display common properties of more nodes.
ProxyNodeTest.javaClass
PSheet.javaClass UI handling portion of the property sheet - handles installing/uninstalling the description area, the tabbed container, etc.
RadioInplaceEditor.javaClass An inplace editor that represents the contents of a property editor's getTags() method as a set of radio buttons.
RendererDisplayerTest.javaClass
RendererFactory.javaClass Factory for renderers which can display properties.
RendererPropertyDisplayer.javaClass A component which displays a property but cannot edit it.
RestoreDefaultValueTest.javaClass
ReusablePropertyEnv.javaClass A subclass of PropertyEnv that can be reused by the rendering infrastructure. All methods for attaching listeners are no-ops: A renderer will only be momentarily attached to a given property, and property changes will result the property being rerendered (and the ReusablePropertyEnv being reconfigured correctly).

This class is not thread safe.

ReusablePropertyModel.javaClass A reconfigurable property model for use by the rendering infrastructure, to avoid allocating memory while painting. Contains two static fields, PROPERTY and NODE which set the node and property this model acts as an interface to.

This class is not thread safe.

SelectionAndScrollPositionManager.javaClass Keeps a global list of scroll positions and selected tabs for the property sheet.
SheetCellEditor.javaClass Table cell editor which wraps inplace editors in its table cell editor interface.
SheetCellRenderer.javaClass An implementation of SheetCellRenderer that wraps custom InplaceEditors to efficiently render properties.
SheetColumnModel.javaClass Column model for the property sheet table.
SheetTable.javaClass A JTable subclass that displays node properties.
SheetTableModel.javaClass Table model for property sheet.
SheetTableTest.javaClass
StringInplaceEditor.javaClass A JTextField implementation of the InplaceEditor interface.
TagsAndEditorsTest.javaClass
WrapperInplaceEditor.javaClass Wrapper for legacy inplace custom editors supplied the deprecated EnhancedPropertyEditor.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.