|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstrainedVisual | |
|---|---|
| org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
| org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
| org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
| Uses of ConstrainedVisual in org.apache.pivot.wtk |
|---|
| Subinterfaces of ConstrainedVisual in org.apache.pivot.wtk | |
|---|---|
static interface |
Button.DataRenderer
Renderer interface to customize the appearance of data in a Button. |
static interface |
FileBrowser.Skin
File browser skin interface. |
static interface |
ListView.ItemRenderer
Renderer interface to customize the appearance of items in a ListView. |
interface |
Renderer
Base interface for "renderers". |
interface |
Skin
Interface defining a "skin". |
static interface |
Spinner.ItemRenderer
Renderer interface to customize the appearance of the data in a Spinner. |
static interface |
TableView.CellRenderer
Renderer interface to customize the appearance of a cell in a TableView. |
static interface |
TableView.HeaderDataRenderer
Renderer interface to customize the appearance of the header of a TableView |
static interface |
TreeView.NodeRenderer
Renderer interface to customize the appearance of items in a TreeView. |
static interface |
Window.Skin
Window skin interface. |
| Classes in org.apache.pivot.wtk that implement ConstrainedVisual | |
|---|---|
class |
Accordion
Component that provides access to a set of components via selectable headers. |
class |
ActivityIndicator
Component representing an activity indicator. |
class |
Alert
Class representing an "alert", a dialog commonly used to facilitate simple user interaction. |
class |
Border
Container that displays a border. |
class |
BoxPane
Container that arranges components in a line, either vertically or horizontally. |
class |
Button
Abstract base class for button components. |
class |
Calendar
Component that allows the user to select a date. |
class |
CalendarButton
A component that allows a user to select a calendar date. |
class |
CardPane
Container that behaves like a deck of cards, only one of which may be visible at a time. |
class |
Checkbox
Component representing a checkbox. |
class |
ColorChooser
Component that allows the user to select a color. |
class |
ColorChooserButton
A component that allows a user to select a color. |
class |
Component
Top level abstract base class for all components. |
class |
Container
Abstract base class for containers. |
class |
Dialog
Window class whose primary purpose is to facilitate interaction between an application and a user. |
class |
Display
Container that serves as the root of a component hierarchy. |
class |
Expander
Navigation container that allows a user to expand and collapse a content component. |
class |
FileBrowser
Component representing a file browser. |
class |
FileBrowserSheet
File browser sheet. |
class |
FillPane
Container that fills it space and then arranges components in a line, either vertically or horizontally. |
class |
FlowPane
Container that arranges components in a horizontal line, wrapping when contents don't fit on a single line. |
class |
Form
A container that arranges field components in a form layout. |
class |
Frame
Container class representing a decorated frame window. |
class |
GridPane
Container that arranges components in a two-dimensional grid, where every cell is the same size. |
static class |
GridPane.Filler
Component that can be used as filler for empty cells. |
class |
ImageView
Component that displays an image. |
class |
Label
Component that displays a string of text. |
class |
LinkButton
Button component that resembles an HTML hyperlink. |
class |
ListButton
Component that allows a user to select one of several list options. |
class |
ListView
Component that displays a sequence of items, optionally allowing a user to select or check one or more items. |
class |
Menu
Component that presents a cascading menu. |
static class |
Menu.Item
Component representing a menu item. |
class |
MenuBar
Component representing a menu bar. |
static class |
MenuBar.Item
Component representing a menu bar item. |
class |
MenuButton
Component that allows a user to select one of several menu options. |
class |
MenuPopup
Popup class that displays a cascading menu. |
class |
Meter
Component that displays progress information. |
class |
MovieView
Component that plays a movie. |
class |
Palette
Window representing a "tool palette". |
class |
Panel
Simple container that performs no layout. |
class |
Panorama
Container that provides a scrollable view of a component. |
class |
Prompt
Class representing a "prompt", a sheet commonly used to facilitate simple user interaction. |
class |
PushButton
Component representing a push button. |
class |
RadioButton
Component representing a "radio button". |
class |
Rollup
Container that can be expanded or collapsed to respectively show or hide its content. |
class |
ScrollBar
Component that allows a user to select one of a range of values. |
class |
ScrollPane
Container that provides a scrollable view of a component, with optional fixed row and column headers. |
static class |
ScrollPane.Corner
Component class representing the components that will get placed in the corners of a ScrollPane. |
class |
Separator
Component representing a horizontal divider. |
class |
Sheet
Window class representing a "sheet". |
class |
Slider
Allows a user to select one of a range of values. |
class |
Spinner
Component that presents a means of cycling through a list of items. |
class |
SplitPane
A SplitPane is a container component that splits its size up into two regions, each of which is capable of holding one component. |
class |
StackPane
Container that behaves like a stack of transparencies, all of which are visible at the same time. |
class |
SuggestionPopup
Popup that presents a list of text suggestions to the user. |
class |
TablePane
Container that arranges components in a two-dimensional grid, optionally spanning multiple rows and columns, much like an HTML <table> element. |
static class |
TablePane.Filler
Component that can be used as filler for empty cells. |
class |
TableView
Component that displays a sequence of rows partitioned into columns, optionally allowing a user to select one or more rows. |
class |
TableViewHeader
Component representing a table view header. |
class |
TabPane
Container that provides access to a set of components via selectable tabs, only one of which is visible at a time. |
class |
TextArea
A component that allows a user to enter multiple lines of unformatted text. |
class |
TextInput
A component that allows a user to enter a single line of unformatted text. |
class |
TextPane
Component that allows a user to enter and edit multiple lines of (optionally formatted) text. |
class |
Tooltip
Window representing a "tooltip". |
class |
TreeView
Class that displays a hierarchical data structure, allowing a user to select one or more paths. |
class |
Viewport
Abstract base class for viewport components. |
class |
Window
Top-level container representing the entry point into a user interface. |
| Uses of ConstrainedVisual in org.apache.pivot.wtk.content |
|---|
| Classes in org.apache.pivot.wtk.content that implement ConstrainedVisual | |
|---|---|
class |
AccordionHeaderDataRenderer
Default accordion header data renderer. |
class |
ButtonDataRenderer
Default button data renderer. |
class |
CalendarButtonDataRenderer
Default calendar button data renderer. |
class |
LinkButtonDataRenderer
Default link button data renderer. |
class |
ListButtonColorItemRenderer
List button renderer for displaying color swatches. |
class |
ListButtonDataRenderer
Default list button data renderer. |
class |
ListViewColorItemRenderer
List view renderer for displaying color swatches. |
class |
ListViewItemEditor
Default list view item editor. |
class |
ListViewItemRenderer
Default list view item renderer. |
class |
MenuBarItemDataRenderer
Default menu bar item data renderer. |
class |
MenuButtonDataRenderer
Default menu button data renderer. |
class |
MenuItemDataRenderer
Default menu item data renderer. |
class |
SpinnerItemRenderer
Default spinner item renderer, which renders all items as strings by calling toString() on them. |
class |
TableViewBooleanCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewCellRenderer
Default table cell renderer. |
class |
TableViewCheckboxCellRenderer
Default renderer for table view cells that contain boolean data. |
class |
TableViewDateCellRenderer
Default renderer for table view cells that contain date data. |
class |
TableViewFileSizeCellRenderer
Default renderer for table view cells that contain file size data. |
class |
TableViewHeaderDataRenderer
Default table view header data renderer. |
class |
TableViewImageCellRenderer
Default renderer for table view cells that contain image data. |
class |
TableViewMultiCellRenderer
Table cell renderer that supports dynamic rendering based on the type of content being rendered. |
class |
TableViewNumberCellRenderer
Default renderer for table view cells that contain numeric data. |
class |
TableViewRowEditor
Default table view row editor. |
class |
TableViewTextAreaCellRenderer
Renders cell contents as a string using a text area (which supports line feeds, which the default label-based table view cell renderer does not). |
class |
TableViewTriStateCellRenderer
Default renderer for table view cells that contain tri-state data. |
class |
TreeViewNodeEditor
Default tree view node editor. |
class |
TreeViewNodeRenderer
Default tree node renderer, which knows how to render instances of TreeNode and Image. |
| Uses of ConstrainedVisual in org.apache.pivot.wtk.skin |
|---|
| Classes in org.apache.pivot.wtk.skin that implement ConstrainedVisual | |
|---|---|
class |
ActivityIndicatorSkin
Abstract base class for activity indicator skins. |
class |
BorderSkin
Border skin. |
class |
BoxPaneSkin
Box pane skin. |
class |
ButtonSkin
Abstract base class for button skins. |
class |
CalendarButtonSkin
Abstract base class for calendar button skins. |
class |
CalendarSkin
Abstract base class for calendar skins. |
class |
CardPaneSkin
Card pane skin. |
class |
CheckboxSkin
Abstract base class for checkbox skins. |
class |
ColorChooserButtonSkin
Abstract base class for color chooser button skins. |
class |
ColorChooserButtonSkin.ColorChooserPopup
A focusable window class used by color chooser button skins. |
class |
ColorChooserButtonSkin.ColorChooserPopupSkin
The color chooser popup skin. |
class |
ColorChooserSkin
Abstract base class for color chooser skins. |
class |
ComponentSkin
Abstract base class for component skins. |
class |
ContainerSkin
Abstract base class for container skins. |
class |
DisplaySkin
Display skin. |
class |
ExpanderSkin
Abstract base class for expander skins. |
class |
FileBrowserSkin
Abstract base class for file browser skins. |
class |
FillPaneSkin
Fill pane skin. |
class |
FlowPaneSkin
Flow pane skin. |
class |
GridPaneFillerSkin
Grid pane filler skin. |
class |
GridPaneSkin
Grid pane skin. |
class |
ImageViewSkin
Image view skin. |
class |
LabelSkin
Label skin. |
class |
LinkButtonSkin
Abstract base class for link button skins. |
class |
ListButtonSkin
Abstract base class for list button skins. |
class |
MenuBarItemSkin
Abstract base class for menu bar item skins. |
class |
MenuButtonSkin
Abstract base class for menu button skins. |
class |
MenuItemSkin
Abstract base class for menu item skins. |
class |
MovieViewSkin
Movie view skin. |
class |
PanelSkin
Panel skin. |
class |
PushButtonSkin
Abstract base class for push button skins. |
class |
RadioButtonSkin
Abstract base class for radio button skins. |
class |
RollupSkin
Abstract base class for rollup skins. |
class |
ScrollPaneSkin
Scroll pane skin. |
class |
SeparatorSkin
Separator skin. |
class |
SliderSkin
Abstract base class for slider skins. |
class |
StackPaneSkin
Stack pane skin. |
class |
TablePaneFillerSkin
Table pane filler skin. |
class |
TablePaneSkin
Table pane skin. |
class |
TextAreaSkin
Text area skin. |
class |
TextPaneSkin
Text pane skin. |
class |
WindowSkin
Window skin. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||