net.suberic.util.gui.propedit

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 » Mail Clients » pooka » net.suberic.util.gui.propedit 
net.suberic.util.gui.propedit
Java Source File NameTypeComment
BooleanEditorPane.javaClass This is a Swing implemenation of a boolean PropertyEditorUI.
ColorSelectorPane.javaClass This displays the currently selected file (if any), along with a button which will bring up a JColorChooser to choose any other file(s). If property._enabledBox is set to true, then this also adds a checkbox to show whether or not to use this property, or just to use the defaults. Note that the value that gets set is actually property.rgb (which is the rgb value of the color selected), and, if the enabled checkbox is there, property.enabled.
CompositeEditorPane.javaClass This is a Property Editor which displays a group of properties. These properties should all be definte by a single property. An example: Configuration=foo:bar Configuration.propertyType=Composite Configuration.scoped=false foo=zork bar=frobozz Options: Configuration.scoped - shows that the properties listed are subproperties of both the property and the template.
CompositeSwingPropertyEditor.javaClass This will make an editor for a list of properties.
ConfigurablePropertyEditorListener.javaInterface A PropertyEditorListener than can be configured from a property.
DefaultBooleanEditorPane.javaClass An EditorPane which allows a user to select from a choice of three: true, false, or default.
DesktopPropertyEditorFactory.javaClass A factory which can be used to create PropertyEditorUI's.
DisableFilter.javaClass A PropertyEditorListener which enables or disables certain editors depending on whether or not a particular property is enabled.
FileSelectorPane.javaClass This displays the currently selected file (if any), along with a button which will bring up a JFileChooser to choose any other file(s).
FontSelectorPane.javaClass This displays the currently selected file (if any), along with a button which will bring up a FontChooser to choose any other file(s).
ListEditorPane.javaClass An EditorPane which allows a user to select from a list of choices.
MultiEditorPane.javaClass This class will make an editor for a list of elements, where each of the elements has a set of subproperties.
NumberFilter.javaClass A PropertyEditorListener which disallows non-integers, and can also be used for min/max settings.
PasswordEditorPane.javaClass
PropertyEditorAdapter.javaClass This listens to a PropertyEditorUI and reacts to changes.
PropertyEditorFactory.javaClass A factory which can be used to create PropertyEditorUI's.
PropertyEditorListener.javaInterface This listens to a PropertyEditorUI and reacts to changes.
PropertyEditorManager.javaClass This manages a set of PropertyEditors.
PropertyEditorPane.javaClass This is a top-level editor for properties.
PropertyEditorUI.javaInterface An interface which defines a way of editing a property.
PropertyValueVetoException.javaClass
StringEditorPane.javaClass The default EditorPane.
SwingPropertyEditor.javaClass A Swing implementation of the PropertyEditorUI.
TabbedEditorPane.javaClass This will make an editor for a list of properties.
VariableEditorPane.javaClass This will made a panel which can change depending on exact properties which are then edited will depend on the value of another propery.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.