|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| LowLevelEventListener | For components that take part in the event dispatching process. |
| ReloadManager | 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 | For classes that can be rendered, i.e. |
| SBoundedRangeModel | For slider based, bounded components like SScrollBar and SPageScroller |
| SButtonModel | For SAbstractIconTextCompounds that have states and change listeners |
| SConstants | Contains several constants used at various places in wingS. |
| Scrollable | For scrollable components, i.e. |
| SDelayedEventModel | For components/models that should not fire events immediately when they occur, but on request (internal). |
| SIcon | For small fixed size pictures, typically used to decorate components. |
| SLayoutManager | For layout managers. |
| SListCellRenderer | For SList Cell Renderers, similar to the renderer
approach in swing. |
| SListSelectionModel | For the current selection state of any component that display a list of values. |
| SPopupInterface | |
| URLResource | For Resources that can be accessed through an URL. |
| Class Summary | |
|---|---|
| DefaultReloadManager | Default implementation of the reload manager. |
| RequestURL | Handles a HTTP GET Address that can be updated with additional parameters. |
| Resource | Wrapper to decorate various resource (i.e. |
| Resource.HeaderEntry | Internal structure to manage HTTP headers which should be delivered with a resource to the client. |
| SAbstractAdjustable | Base class for adjustable elements like SScrollBar and SPageScroller |
| SAbstractButton | Base class for components with button functionality, ie. |
| SAbstractClickable | Base class for clickable icon/text compounds. |
| SAbstractIcon | Base class for icons. |
| SAbstractIconTextCompound | Base class for elements with icon and text like SAbstractButton and SClickable. |
| SAbstractLayoutManager | Base class for layout managers. |
| SAnchor | Container used to force a HTML Link. |
| SBorderFactory | Factory class for standard SBorder elements. |
| SBorderLayout | Swing-like border layout. |
| SBoxLayout | Allows multiple components to be laid out either vertically or horizontally. |
| SButton | Simple Button widget. |
| SButtonGroup | Used to create a multiple-exclusion scope for a set of buttons. |
| SByteArrayIcon | An icon implementation that uses a bytearray for data storage. |
| SCardLayout | Swing-like card layout. |
| SCellRendererPane | Internal component (re)used during the rendering process of cell based components
like STree and STables. |
| SCheckBox | Checkbox widget. |
| SClickable | 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 | Combobox widget to be used inside SForm elements. |
| SComponent | Object having a graphical representation that can be displayed on the screen and that can interact with the user. |
| SContainer | Can hold several other SComponents. |
| SDefaultBoundedRangeModel | Default implementation of SBoundedRangeModel |
| SDefaultButtonModel | Default implementation of SButtonModel |
| SDefaultCellEditor | Default table cell editor. |
| SDefaultComboBoxModel | Default implementation of a model for SComboBox components. |
| SDefaultListCellRenderer | Default implementation of a SListCellRenderer. |
| SDefaultListModel | Default implementation of a ListModel. |
| SDefaultListSelectionModel | Default implementation of a list selection model. |
| SDesktopPane | Container that holds SInternalFrames. |
| SDialog | Top-level window with a title and a border that is typically used to take some form of input from the user. |
| SDimension | Holds preferred component sizes (dimensions). |
| SDownloadButton | Allows downloading of the passed Resource implementation. |
| SFileChooser | Shows a textfield with a browse-button to enter a filename. |
| SFileIcon | SIcon implementation that is externalized globally and is not bound to a session. |
| SFlowDownLayout | A SFlowLayout with vertical orientation. |
| SFlowLayout | Arranges components in a left-to-right or top-to-bottom order. |
| SFont | Defines and represents a customized font (font name, style and size). |
| SForm | Container in which you need to wrap HTML input fields (ie. STextField)
to work correctly. |
| SFormattedTextField | Formats it content interactivly on the server side via DWR/AJAX. |
| SFormattedTextField.SAbstractFormatterFactory | |
| SFrame | The root component of every component hierarchy. |
| SGridBagLayout | Tries to simulate swing GridBag behaviour as close as possible. |
| SGridLayout | Swing-like grid layout. |
| SImageIcon | SIcon implementation that is based on ImageIcon. |
| SimpleURL | Simple URL representation. |
| SInternalFrame | A root container repesenting an iconifyable and minimizable internal window. |
| SLabel | Display area for a short text string or an image, or both. |
| SList | Allows the user to select one or more objects from a list. |
| SMenu | Aggregates various SMenuItems under a main header entry. |
| SMenuBar | Contains SMenu objects to construct a menu. |
| SMenuItem | A chooseable item in a SMenuBar arranged inside a main SMenu topic. |
| SNullLayout | Provides a LayoutManager which just writes the components one after another. |
| SOptionPane | An immodal dialog component offering several options for selection (like Yes/No, etc.) |
| SPageScroller | A scroller component offering several pages for selection. |
| SPagingBoundedRangeModel | Paging implementation of SBoundedRangeModel |
| SPanel | Container that display and arranges the contained using the assigned SLayoutManager. |
| SPasswordField | A text input field widget which hides it's input. |
| SPoint | A virtual mouse point. |
| SPopup | Popups are used to display a SComponent to the user, typically
on top of all the other SComponents in a particular containment
hierarchy. |
| SPopupMenu | A popup or context menu that can be attached to abitrary components. |
| SProgressBar | Graphical bar which can be used to visualize the progress of an operation. |
| SRadioButton | Can be selected or deselected, and displays that state to the user. |
| SRawTextComponent | Display area for a short text string. |
| SResourceIcon | SIcon that gets it's content from an image found in the classpath. |
| SRootContainer | A root container. |
| SRootLayout | Default layout for all SRootContainer derivates. |
| SScrollBar | Represents a scroll bar as used in a SScrollPane. |
| SScrollPane | A pane which allows to add Scrollable components on this pane
and display only a viewport of it. |
| SScrollPaneLayout | Internal layout manager used by SScrollPane |
| SSeparator | |
| SSpacer | Invisible component which may be used as a spacer in dynamic layout managers. |
| SSpinner | A single line input field that lets the user select a number or an object value from an ordered sequence. |
| SSpinner.DateEditor | |
| SSpinner.DefaultEditor | |
| SSpinner.ListEditor | |
| SSpinner.NumberEditor | |
| STabbedPane | Shows one tab, usually a panel, at a time and allows switching between them. |
| STable | Displays information contained in a TableModel object. |
| StaticResource | A Resource which is immutable and may therefore be cached. |
| StaticResource.LimitedBuffer | An ByteArrayOutputStream that buffers up to the limit MAX_SIZE_TO_BUFFER. |
| STemplateLayout | Static layout manager that uses template files to arrange components. |
| STextArea | Multilined input text area which requires a surrounding SForm element. |
| STextComponent | Abstract base class of input text components like STextArea and STextField. |
| STextField | Single-lined input component for text input which requires a surrounding SForm element. |
| SToggleButton | Knows and displays two different states. |
| SToolBar | Displays commonly used Actions or controls. |
| SToolTipManager | Defines the behaviour of component tooltips. |
| STree | Swing-like tree widget. |
| SURLIcon | SIcon which is backed by an URL to get the image. |
| SWindow | The SWindow is currently just a placeholder for further implementations like
MDI windows or dialogs. |
| UploadFilterManager | Provides FilterOutputStream, that filters incoming files in SFileChooser components. |
| Version | This class provides version and compile time strings. |
| WingSUtilities | Created by IntelliJ IDEA. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||