org.wings

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 » Swing Library » wings3 » org.wings 
org.wings
Provides the core components and interfacing building up wingS. For a detailed description of how to use the wingS core classes, please refer to the user manual and/or demo applications.
Java Source File NameTypeComment
AbstractActionPropertyChangeListener.javaClass
CmsForm.javaClass CmsForm.
CmsFrame.javaClass CmsFrame.
CmsLayout.javaClass CmsLayout.
DebugTagHandler.javaClass DebugTagHandler.
DefaultReloadManager.javaClass Default implementation of the reload manager.
LowLevelEventListener.javaInterface For components that take part in the event dispatching process.

WingS event dispatching is complex.

MacroTagHandler.javaClass CmsObjectTagHandler.
PortletRequestURL.javaClass This class extends the RequestURL to make it possible the the actionURL from the portlet can be written out without any additional parameters or sites.
ReloadManager.javaInterface A reload manger is responsible for managing reloads and updates of components as well as for invalidating the epoch of frames whose contained components changed.
Renderable.javaInterface For classes that can be rendered, i.e.
RequestURL.javaClass Handles a HTTP GET Address that can be updated with additional parameters.
Resource.javaClass Wrapper to decorate various resource (i.e.
SAbstractAdjustable.javaClass
SAbstractButton.javaClass Base class for components with button functionality, ie.
SAbstractClickable.javaClass Base class for clickable icon/text compounds.
SAbstractIcon.javaClass Base class for icons.
SAbstractIconTextCompound.javaClass Base class for elements with icon and text like SAbstractButton and SClickable .
SAbstractLayoutManager.javaClass Base class for layout managers.
SAnchor.javaClass Container used to force a HTML Link.
SBorderFactory.javaClass Factory class for standard SBorder elements.
SBorderLayout.javaClass Swing-like border layout.
SBoundedRangeModel.javaInterface
SBoxLayout.javaClass Allows multiple components to be laid out either vertically or horizontally.
SButton.javaClass Simple Button widget.
SButtonGroup.javaClass Used to create a multiple-exclusion scope for a set of buttons.

Creating a set of buttons with the same ButtonGroup object means that turning "on" one of those buttons turns off all other buttons in the group.

A SButtonGroup can be used with any set of objects that inherit from SAbstractButton , because they support the selected state.

Initially, all buttons in the group are unselected.

SButtonModel.javaInterface
SByteArrayIcon.javaClass An icon implementation that uses a bytearray for data storage.
SCardLayout.javaClass Swing-like card layout.
SCellRendererPane.javaClass Internal component (re)used during the rendering process of cell based components like STree and STable s.
SCheckBox.javaClass Checkbox widget.
SClickable.javaClass A basic icon-text compound where you can set an event by hand or which could be used as a base class to extend from.
SComboBox.javaClass Combobox widget to be used inside SForm elements.
SComponent.javaClass Object having a graphical representation that can be displayed on the screen and that can interact with the user.
SConstants.javaInterface Contains several constants used at various places in wingS.
SContainer.javaClass Can hold several other SComponents.
Scrollable.javaInterface For scrollable components, i.e.
SDefaultBoundedRangeModel.javaClass
SDefaultButtonModel.javaClass
SDefaultCellEditor.javaClass Default table cell editor.
SDefaultComboBoxModel.javaClass Default implementation of a model for SComboBox components.
SDefaultListCellRenderer.javaClass Default implementation of a SListCellRenderer .
SDefaultListModel.javaClass Default implementation of a ListModel .
SDefaultListSelectionModel.javaClass Default implementation of a list selection model.
SDelayedEventModel.javaInterface For components/models that should not fire events immediately when they occur, but on request (internal).
SDesktopPane.javaClass Container that holds SInternalFrames.
SDialog.javaClass Top-level window with a title and a border that is typically used to take some form of input from the user.
SDimension.javaClass Holds preferred component sizes (dimensions).

Web browsers support different notations for sizes.

SDownloadButton.javaClass Allows downloading of the passed Resource implementation.
SFileChooser.javaClass Shows a textfield with a browse-button to enter a filename. The file is uploaded via HTTP and made accessible to the WingS application.

The uploaded file is stored temporarily in the filesystem of the server with a unique name, so that uploaded files with the same filename do not clash.

SFileIcon.javaClass SIcon implementation that is externalized globally and is not bound to a session.
SFlowDownLayout.javaClass A SFlowLayout with vertical orientation.
SFlowLayout.javaClass Arranges components in a left-to-right or top-to-bottom order.
SFont.javaClass Defines and represents a customized font (font name, style and size).
SForm.javaClass Container in which you need to wrap HTML input fields (ie. STextField) to work correctly.
SFormattedTextField.javaClass Formats it content interactivly on the server side via DWR/AJAX.
SFrame.javaClass The root component of every component hierarchy.

A SessionServlet requires an instance of SFrame to render the page. SFrame consists of some header informaton (meta, link, script) and a stack of components.

SGridBagLayout.javaClass Tries to simulate swing GridBag behaviour as close as possible.

This layout is similar to Swing's GridBagLayout, though it can't implement all functionalities because of the limitations of HTML-table.

SGridLayout.javaClass Swing-like grid layout.
SIcon.javaInterface For small fixed size pictures, typically used to decorate components.
SImageIcon.javaClass SIcon implementation that is based on ImageIcon .
SimpleURL.javaClass Simple URL representation.
SInternalFrame.javaClass A root container repesenting an iconifyable and minimizable internal window.
SLabel.javaClass Display area for a short text string or an image, or both.
SLayoutManager.javaInterface For layout managers.
SList.javaClass Allows the user to select one or more objects from a list. CAVEAT A list in a form has special implications to take care of: Problem with a form request is, that we should fire the selection change events not until the states of all components are consistent.
SListCellRenderer.javaInterface For SList Cell Renderers, similar to the renderer approach in swing.
SListSelectionModel.javaInterface For the current selection state of any component that display a list of values.
SMenu.javaClass Aggregates various SMenuItem s under a main header entry.
SMenuBar.javaClass Contains SMenu objects to construct a menu.

When the user selects a SMenu object, its associated org.wings.SMenu is displayed, allowing the user to select one of the org.wings.SMenuItem s on it.

Component are rendered in the order of the container.

SMenuItem.javaClass A chooseable item in a SMenuBar arranged inside a main SMenu topic.
SNullLayout.javaClass Provides a LayoutManager which just writes the components one after another.
SOptionPane.javaClass
SPageScroller.javaClass A scroller component offering several pages for selection.

Apply i.e.

SPagingBoundedRangeModel.javaClass
SPanel.javaClass Container that display and arranges the contained using the assigned SLayoutManager .
SPasswordField.javaClass A text input field widget which hides it's input.
SPoint.javaClass A virtual mouse point.
SPopup.javaClass Popups are used to display a SComponent to the user, typically on top of all the other SComponents in a particular containment hierarchy.
SPopupInterface.javaInterface
SPopupMenu.javaClass A popup or context menu that can be attached to abitrary components.
SPortletAnchor.javaClass This implementation of a SAnchor exists for the wingSPortletBridge.
SProgressBar.javaClass Graphical bar which can be used to visualize the progress of an operation.
SRadioButton.javaClass Can be selected or deselected, and displays that state to the user.
SRawTextComponent.javaClass Display area for a short text string.
SResourceIcon.javaClass SIcon that gets it's content from an image found in the classpath. i.e.
SRootContainer.javaClass A root container.
SRootLayout.javaClass Default layout for all SRootContainer derivates.

There might be situations when you want to use a custom SRootLayout.

SScrollBar.javaClass Represents a scroll bar as used in a SScrollPane .
SScrollPane.javaClass A pane which allows to add Scrollable components on this pane and display only a viewport of it.
SScrollPaneLayout.javaClass
SSeparator.javaClass
SSlider.javaClass A component that lets the user graphically select a value by sliding a knob within a bounded interval.
SSpacer.javaClass Invisible component which may be used as a spacer in dynamic layout managers.
SSpinner.javaClass A single line input field that lets the user select a number or an object value from an ordered sequence.
SSplitPane.javaClass
STabbedPane.javaClass Shows one tab, usually a panel, at a time and allows switching between them.
STable.javaClass Displays information contained in a TableModel object.
StaticResource.javaClass A Resource which is immutable and may therefore be cached.
STemplateLayout.javaClass Static layout manager that uses template files to arrange components.

Like any other layout manager it allows to place arbitrary elements, but you can write a simple HTML-page being the template for your container component. Though we encourage the use of the dynamic layout managers, this layout manager can be very useful in realising the main page layout of your web application.

To use this layout manager you have to define a template file required by the STemplateLayout instance.

STextArea.javaClass Multilined input text area which requires a surrounding SForm element.
STextComponent.javaClass Abstract base class of input text components like STextArea and STextField .
STextField.javaClass Single-lined input component for text input which requires a surrounding SForm element.
SToggleButton.javaClass Knows and displays two different states.
SToolBar.javaClass Displays commonly used Actions or controls.
SToolTipManager.javaClass Defines the behaviour of component tooltips.
STree.javaClass Swing-like tree widget.
SURLIcon.javaClass SIcon which is backed by an URL to get the image.
SWindow.javaClass The SWindow is currently just a placeholder for further implementations like MDI windows or dialogs.
UploadFilterManager.javaClass Provides FilterOutputStream, that filters incoming files in SFileChooser components.
URLResource.javaInterface For Resources that can be accessed through an URL.
WingSUtilities.javaClass Created by IntelliJ IDEA.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.