org.openide.awt

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.awt 
org.openide.awt
A set of utility classes pertaining to the visual appearance of NetBeans.
Java Source File NameTypeComment
Actions.javaClass Supporting class for manipulation with menu and toolbar presenters.
ActionsTest.javaClass Tests for the Actions class.
AWTTask.javaClass A special task designed to run in AWT thread.
CloseButtonTabbedPane.javaClass Copy of original CloseButtonTabbedPane from the NetBeans 3.4 winsys.
DropDownButton.javaClass JButton with a small arrow that displays popup menu when clicked.
author:
   S.
DropDownButtonFactory.javaClass Factory creating buttons with a small arrow icon that shows a popup menu when clicked.
DropDownToggleButton.javaClass JToggleButton with a small arrow that displays popup menu when clicked.
author:
   S.
DynaMenuModel.javaClass
DynaMenuModelTest.javaClass
DynamicMenuContent.javaInterface Dynamic result of a org.openide.util.actions.Presenter.Menu or org.openide.util.actions.Presenter.Popup .
EqualFlowLayout.javaClass EqualFlowLayout is a layout manager that works the same way as FlowLayout.
ExecBridge.javaClass Menu item associated with data object.
HtmlBrowser.javaClass Object that provides viewer for HTML pages.

If all you want to do is to show some URL, this is overkill.

HtmlLabelUI.javaClass A LabelUI which uses the lightweight HTML renderer.
HtmlRenderer.javaClass A lightweight HTML renderer supporting a minimal subset of HTML used for markup purposes only: basic font styles and some colors.

Provides a generic cell renderer implementation which can be used for trees, tables, lists, combo boxes, etc.

If you only need to paint some HTML quickly, use the static methods for painting.

HtmlRendererImpl.javaClass Html renderer component implementation.
HtmlRendererTest.javaClass
IconWithArrow.javaClass An icon that paints a small arrow to the right of the provided icon.
author:
   S.
JInlineMenu.javaClass Menu element that can contain other menu items.
JMenuPlus.javaClass A subclass of JMenu which provides workaround for pre-JDK 1.2.2 JMenu positioning problem.
JPopupMenuPlus.javaClass A subclass of JPopupMenu which ensures that the popup menus do not stretch off the edges of the screen.
JPopupMenuUtils.javaClass A class that contains a set of utility classes and methods around displaying and positioning popup menus. Popup menus sometimes need to be repositioned so that they don't "fall off" the edges of the screen. Some of the menus have items that are added dynamically, that is, after the menu is displayed.
ListPane.javaClass ListPane.
MenuBar.javaClass An extended version of swing's JMenuBar.
MenuBarTest.javaClass
Mnemonics.javaClass Support class for setting button, menu, and label text strings with mnemonics.
MnemonicsTest.javaClass Test use of mnemonics.
MouseUtils.javaClass A class that contains a set of utility classes and methods around mouse events and processing.
SpinButton.javaClass A class that produces a Spin Button.
SpinButtonAdapter.javaClass Listener for SpinButton component.
SpinButtonListener.javaInterface Listener for SpinButton component.
SplittedPanel.javaClass The SplittedPanel widget is a Panel that can contain one or two components and place them side-by-side vertically or horizontally with a splitter in the middle. User can move the split point by dragging the splitter with mouse. The two components are accessed by add/remove methods with constraints value ADD_SPLITTER, ADD_FIRST, ADD_SECOND, .... The split position could be either absolute or proportional (according to the "Absolute" property setting) - in thwe absolute mode the split point remains same when resizing (i.e.
StatusDisplayer.javaClass Permits control of a status line.
StatusLineElementProvider.javaInterface Provides a component which will be added at east side of the status line. A provider should be installed in default lookup, e.g.
SwingBrowserImpl.javaClass Implementation of BrowserImpl in Swing.
SwingBrowserTest.javaClass
TabbedPaneFactory.javaClass Factory class for TabbedPanes with closeable tabs.
author:
   S.
Toolbar.javaClass Toolbar provides a component which is useful for displaying commonly used actions.
ToolbarButton.javaClass An implementation of a toolbar button.
ToolbarPool.javaClass This class keeps track of the current toolbars and their names.
ToolbarPoolTest.javaClass Mostly to test the correct behaviour of AWTTask.waitFinished.
ToolbarToggleButton.javaClass An implementation of a toggle toolbar button.
UndoRedo.javaInterface Undo and Redo manager for top components and workspace elements.
UtilitiesActionsTest.javaClass Tests of actions related methods in Utilities class.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.