Uses of Interface
org.apache.pivot.wtk.ConstrainedVisual
- 
Packages that use ConstrainedVisual Package Description org.apache.pivot.charts Contains a collection of components for use in charting applications.org.apache.pivot.charts.skin Contains abstract base classes for chart view skins.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.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. - 
- 
Uses of ConstrainedVisual in org.apache.pivot.charts
Classes in org.apache.pivot.charts that implement ConstrainedVisual Modifier and Type Class Description classAreaChartViewPresents chart data using an area plot.classBarChartViewPresents chart data using a bar plot.classChartViewAbstract base class for chart views.classDialViewPresents a single value using a dial chart.classHighLowChartViewPresents chart data using "open/high/low/close" plot.classHistogramViewclassLineChartViewPresents chart data using a line plot.classMeterViewPresents a single value using a meter chart.classPieChartViewPresents chart data using a pie plot.classPolarChartViewclassSingleValueChartViewBase class for charts that display just a single value but with bounds and state limits (normal, warning, critical).classSpiderWebViewclassThermometerViewPresents a single value using a thermometer chart. - 
Uses of ConstrainedVisual in org.apache.pivot.charts.skin
Classes in org.apache.pivot.charts.skin that implement ConstrainedVisual Modifier and Type Class Description classChartViewSkinAbstract base class for chart view skins. - 
Uses of ConstrainedVisual in org.apache.pivot.wtk
Subinterfaces of ConstrainedVisual in org.apache.pivot.wtk Modifier and Type Interface Description static interfaceButton.DataRendererRendererinterface to customize the appearance of data in a Button.static interfaceFileBrowser.SkinFile browser skin interface.static interfaceListView.ItemRendererRendererinterface to customize the appearance of items in a ListView.interfaceRendererBase interface for "renderers".interfaceSkinInterface defining a "skin".static interfaceSpinner.ItemRendererRendererinterface to customize the appearance of the data in a Spinner.static interfaceTableView.CellRendererRendererinterface to customize the appearance of a cell in a TableView.static interfaceTableView.HeaderDataRendererRendererinterface to customize the appearance of the header of a TableView.static interfaceTreeView.NodeRendererRendererinterface to customize the appearance of items in a TreeView.static interfaceVFSBrowser.SkinCommons VFS browser skin interface.static interfaceWindow.SkinWindow skin interface.Classes in org.apache.pivot.wtk that implement ConstrainedVisual Modifier and Type Class Description classAccordionComponent that provides access to a set of components via selectable headers.classActivityIndicatorComponent representing an activity indicator.classAlertClass representing an "alert", a dialog commonly used to facilitate simple user interaction.classBorderContainer that displays a border.classBoxPaneContainer that arranges components in a line, either vertically or horizontally.classButtonAbstract base class for button components.classCalendarComponent that allows the user to select a date.classCalendarButtonA component that allows a user to select a calendar date.classCardPaneContainer that behaves like a deck of cards, only one of which may be visible at a time.classCheckboxComponent representing a checkbox.classColorChooserComponent that allows the user to select a color.classColorChooserButtonA component that allows a user to select a color.classComponentTop level abstract base class for all components.classContainerAbstract base class for containers.classDialogWindow class whose primary purpose is to facilitate interaction between an application and a user.classDisplayContainer that serves as the root of a component hierarchy.classExpanderNavigation container that allows a user to expand and collapse a content component.classFileBrowserComponent representing a file browser.classFileBrowserSheetFile browser sheet.classFillPaneContainer that fills the space it has been given inside its parent and then arranges its child components in a line, either vertically or horizontally.classFlowPaneContainer that arranges components in a horizontal line, wrapping when contents don't fit on a single line.classFormA container that arranges field components in a form layout.classFrameContainer class representing a decorated frame window.classGauge<T extends java.lang.Number>A circular gauge component that can display a single value of an arbitrary numeric type.classGridPaneContainer that arranges components in a two-dimensional grid, where every cell is the same size.static classGridPane.FillerComponent that can be used as filler for empty cells.classHyperlinkButtonSpecialized subclass ofLinkButtonthat actually implements an HTML hyperlink using theDesktop.browse(java.net.URI)method.classImageViewComponent that displays an image.classLabelComponent that displays a string of text.classLinkButtonButton component that resembles an HTML hyperlink.classListButtonComponent that allows a user to select one of several list options.classListViewComponent that displays a sequence of items, optionally allowing a user to select or check one or more items.classMenuComponent that presents a cascading menu.static classMenu.ItemComponent representing a menu item.classMenuBarComponent representing a menu bar.static classMenuBar.ItemComponent representing a menu bar item.classMenuButtonComponent that allows a user to select one of several menu options.classMenuPopupPopup class that displays a cascading menu.classMeterComponent that displays progress information.classMovieViewComponent that plays a movie.classNumberRulerclassPaletteWindow representing a "tool palette".classPanelSimple container that performs no layout.classPanoramaContainer that provides a scrollable view of a component.classPromptClass representing a "prompt", a sheet commonly used to facilitate simple user interaction.classPushButtonComponent representing a push button.classRadioButtonComponent representing a "radio button".classRollupContainer that can be expanded or collapsed to respectively show or hide its content.classRulerA viewport header that displays a ruler along either the top or left side.classScrollBarComponent that allows a user to select one of a range of values.classScrollPaneContainer that provides a scrollable view of a component, with optional fixed row and column headers.static classScrollPane.CornerComponent class representing the components that will get placed in the corners of aScrollPane.classSeparatorComponent representing a horizontal divider.classSheetWindow class representing a "sheet".classSliderAllows a user to select one of a range of values.classSpinnerComponent that presents a means of cycling through a list of items.classSplitPaneASplitPaneis a container component that splits its size up into two regions, each of which is capable of holding one component.classStackPaneContainer that behaves like a stack of transparencies, all of which are visible at the same time.classSuggestionPopupPopup that presents a list of text suggestions to the user.classTablePaneContainer that arranges components in a two-dimensional grid, optionally spanning multiple rows and columns, much like an HTML<table>element.static classTablePane.FillerComponent that can be used as filler for empty cells.classTableViewComponent that displays a sequence of rows partitioned into columns, optionally allowing a user to select one or more rows.classTableViewHeaderComponent representing a table view header.classTabPaneContainer that provides access to a set of components via selectable tabs, only one of which is visible at a time.classTextAreaA component that allows a user to enter multiple lines of unformatted text.classTextInputA component that allows a user to enter a single line of unformatted text.classTextPaneComponent that allows a user to enter and edit multiple lines of (optionally formatted) text.classTooltipWindow representing a "tooltip".classTreeViewClass that displays a hierarchical data structure, allowing a user to select one or more paths.classVFSBrowserA file browser that uses the Apache Commons VFS (Virtual File System) to be able to browse local and remote file systems, and browse inside of .zip, .tar, etc.classVFSBrowserSheetA file browser sheet that uses the Apache Commons VFS (Virtual File System) to be able to browse local and remote file systems, and browse inside of .zip, .tar, etc.classViewportAbstract base class for viewport components.classWindowTop-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 Modifier and Type Class Description classAccordionHeaderDataRendererDefault accordion header data renderer.classButtonDataRendererDefault button data renderer.classCalendarButtonDataRendererDefault calendar button data renderer.classLinkButtonDataRendererDefault link button data renderer.classListButtonColorItemRendererList button renderer for displaying color swatches.classListButtonDataRendererDefault list button data renderer.classListViewColorItemRendererList view renderer for displaying color swatches.classListViewItemEditorDefault list view item editor.classListViewItemRendererDefault list view item renderer.classMenuBarItemDataRendererDefault menu bar item data renderer.classMenuButtonDataRendererDefault menu button data renderer.classMenuItemDataRendererDefault menu item data renderer.classSpinnerItemRendererDefault spinner item renderer, which renders all items as strings by callingtoString()on them.classTableViewBooleanCellRendererDefault renderer for table view cells that contain boolean data.classTableViewCellRendererDefault table cell renderer.classTableViewCheckboxCellRendererDefault renderer for table view cells that contain boolean data.classTableViewDateCellRendererDefault renderer for table view cells that contain date data.classTableViewFileSizeCellRendererDefault renderer for table view cells that contain file size data.classTableViewHeaderDataRendererDefault table view header data renderer.classTableViewImageCellRendererDefault renderer for table view cells that contain image data.classTableViewMultiCellRendererTable cell renderer that supports dynamic rendering based on the type of content being rendered.classTableViewNumberCellRendererDefault renderer for table view cells that contain numeric data.classTableViewRowEditorDefault table view row editor.classTableViewTextAreaCellRendererRenders cell contents as a string using a text area (which supports line feeds, which the default label-based table view cell renderer does not).classTableViewTriStateCellRendererDefault renderer for table view cells that contain tri-state data.classTreeViewNodeEditorDefault tree view node editor.classTreeViewNodeRendererclassVerticalButtonDataRendererA button data renderer that just positions the image and label vertically on top of each other. - 
Uses of ConstrainedVisual in org.apache.pivot.wtk.skin
Classes in org.apache.pivot.wtk.skin that implement ConstrainedVisual Modifier and Type Class Description classActivityIndicatorSkinAbstract base class for activity indicator skins.classBorderSkinBorder skin.classBoxPaneSkinBox pane skin.classButtonSkinAbstract base class for button skins.classCalendarButtonSkinAbstract base class for calendar button skins.classCalendarSkinAbstract base class for calendar skins.classCardPaneSkinCard pane skin.classCheckboxSkinAbstract base class for checkbox skins.classColorChooserButtonSkinAbstract base class for color chooser button skins.classColorChooserButtonSkin.ColorChooserPopupA focusable window class used by color chooser button skins.classColorChooserButtonSkin.ColorChooserPopupSkinThe color chooser popup skin.classColorChooserSkinAbstract base class for color chooser skins.classComponentSkinAbstract base class for component skins.classContainerSkinAbstract base class for container skins.classDisplaySkinSkin for theDisplaycomponent.classExpanderSkinAbstract base class for expander skins.classFileBrowserSkinAbstract base class for file browser skins.classFillPaneSkinTheme-independent skin for theFillPanecomponent.classFlowPaneSkinFlow pane skin.classGridPaneFillerSkinGrid pane filler skin.classGridPaneSkinTheme-independent skin for theGridPanecomponent.classImageViewSkinImage view skin.classLabelSkinLabel skin.classLinkButtonSkinAbstract base class for link button skins.classListButtonSkinAbstract base class for list button skins.classMenuBarItemSkinAbstract base class for menu bar item skins.classMenuButtonSkinAbstract base class for menu button skins.classMenuItemSkinAbstract base class for menu item skins.classMovieViewSkinMovie view skin.classNumberRulerSkinSkin for theNumberRulercomponent, which can be used as a horizontal or vertical header for viewports.classPanelSkinPanel skin.classPushButtonSkinAbstract base class for push button skins.classRadioButtonSkinAbstract base class for radio button skins.classRollupSkinAbstract base class for rollup skins.classRulerSkinclassScrollPaneSkinScroll pane skin.classSeparatorSkinSeparator skin.classSliderSkinAbstract base class for slider skins.classStackPaneSkinStack pane skin.classTablePaneFillerSkinTable pane filler skin.classTablePaneSkinTable pane skin.classTabPaneSkinTab pane skin.classTextAreaSkinText area skin.classTextPaneSkinText pane skin.classVFSBrowserSkinAbstract base class for Commons VFS browser skins.classWindowSkinWindow skin. - 
Uses of ConstrainedVisual in org.apache.pivot.wtk.skin.terra
Classes in org.apache.pivot.wtk.skin.terra that implement ConstrainedVisual Modifier and Type Class Description classTerraAccordionSkinAccordion skin.protected classTerraAccordionSkin.PanelHeaderprotected classTerraAccordionSkin.PanelHeaderSkinclassTerraActivityIndicatorSkinActivity indicator skin.classTerraAlertSkinAlert skin.classTerraBorderSkinTerra Border skin.classTerraCalendarButtonSkinTerra calendar button skin.classTerraCalendarSkinTerra calendar skin.classTerraCalendarSkin.DateButtonclassTerraCalendarSkin.DateButtonSkinclassTerraCalendarSkin.MonthSpinnerItemRendererclassTerraCheckboxSkinTerra checkbox skin.classTerraColorChooserButtonSkinTerra color chooser button skin.classTerraColorChooserSkinTerra color chooser skin.classTerraDialogSkinDialog skin.classTerraExpanderSkinTerra expander skin.classTerraExpanderSkin.ShadeButtonExpander shade button component.classTerraExpanderSkin.ShadeButtonSkinExpander shade button component skin.classTerraFileBrowserSheetSkinTerra file browser sheet skin.classTerraFileBrowserSkinTerra file browser skin.static classTerraFileBrowserSkin.DriveRendererAbstract base class for drive renderers.static classTerraFileBrowserSkin.FileRendererAbstract renderer for displaying file system contents.static classTerraFileBrowserSkin.ListButtonDriveRendererList button drive renderer.static classTerraFileBrowserSkin.ListButtonFileRendererList button file renderer.static classTerraFileBrowserSkin.ListViewDriveRendererList view drive renderer.static classTerraFileBrowserSkin.ListViewFileRendererList view file renderer.static classTerraFileBrowserSkin.TableViewFileRendererTable view file renderer.classTerraFormSkinTerra form skin.classTerraFrameSkinFrame skin.static classTerraFrameSkin.FrameButtonFrame button.static classTerraFrameSkin.FrameButtonSkinFrame button skin.classTerraGaugeSkin<T extends java.lang.Number>Skin class for theGaugecomponent, which draws a circular gauge with possible text in the center.classTerraGridPaneSkinTerra GridPane skin.classTerraLabelSkinTerra Label skin.classTerraLinkButtonSkinTerra link button skin.classTerraListButtonSkinTerra list button skin.classTerraListViewSkinList view skin.classTerraMenuBarItemSkinTerra menu bar item skin.classTerraMenuBarSkinMenu bar skin.classTerraMenuButtonSkinTerra menu button skin.classTerraMenuItemSkinTerra menu item skin.classTerraMenuPopupSkinMenu popup skin.classTerraMenuSkinMenu skin.classTerraMeterSkinMeter skin.classTerraPaletteSkinPalette skin class.classTerraPanoramaSkinPanorama skin.protected classTerraPanoramaSkin.ScrollButtonclassTerraPanoramaSkin.ScrollButtonSkinclassTerraPromptSkinPrompt skin.classTerraPushButtonSkinTerra push button skin.classTerraRadioButtonSkinTerra radio button skin.classTerraRollupSkinTerra rollup skin.protected classTerraRollupSkin.RollupButtonComponent that allows the user to expand and collapse the Rollup.protected classTerraRollupSkin.RollupButtonSkinSkin for the rollup button.classTerraScrollBarSkinScroll bar skin.protected classTerraScrollBarSkin.HandleScroll bar handle component.protected classTerraScrollBarSkin.HandleSkinScroll bar scroll handle component skin.protected classTerraScrollBarSkin.ScrollButtonScroll bar scroll button component.protected classTerraScrollBarSkin.ScrollButtonSkinScroll bar scroll button component skin.classTerraScrollPaneCornerSkinScroll pane corner skin.classTerraScrollPaneSkinScroll pane skin that applies Terra-specific colors.classTerraSeparatorSkinTerra separator skin.classTerraSheetSkinSheet skin class.classTerraSliderSkinTerra slider skin.protected classTerraSliderSkin.ThumbSlider thumb component.protected classTerraSliderSkin.ThumbSkinSlider thumb skin.classTerraSpinnerSkinSpinner skin.protected classTerraSpinnerSkin.SpinButtonSpinner button.protected classTerraSpinnerSkin.SpinButtonSkinSpinner button skin.protected classTerraSpinnerSkin.SpinnerContentComponent that holds the content of a spinner.protected classTerraSpinnerSkin.SpinnerContentSkinSpinnerContent skin.classTerraSplitPaneSkinSplit pane skin.protected classTerraSplitPaneSkin.SplitterSplit pane splitter component.protected classTerraSplitPaneSkin.SplitterShadowSplit pane splitter shadow component.protected classTerraSplitPaneSkin.SplitterShadowSkinSplit pane splitter shadow component skin.protected classTerraSplitPaneSkin.SplitterSkinSplit pane splitter component skin.classTerraSuggestionPopupSkinTerra suggestion popup skin.classTerraTablePaneSkinTerra TablePane skin.classTerraTableViewHeaderSkinTable view header skin.classTerraTableViewSkinTable view skin.classTerraTabPaneSkinTab pane skin.classTerraTabPaneSkin.TabButtonTab button component.classTerraTabPaneSkin.TabButtonSkinTab button skin.classTerraTextAreaSkinTerra TextArea skin.classTerraTextInputSkinText input skin.classTerraTextPaneSkinTerra Text Pane skin.classTerraTooltipSkinTooltip skin.classTerraTreeViewSkinTree view skin.classTerraVFSBrowserSheetSkinTerra Commons VFS browser sheet skin.classTerraVFSBrowserSkinTerra Commons VFS browser skin.static classTerraVFSBrowserSkin.DriveRendererAbstract base class for drive renderers.static classTerraVFSBrowserSkin.FileRendererAbstract renderer for displaying file system contents.static classTerraVFSBrowserSkin.ListButtonDriveRendererList button drive renderer.static classTerraVFSBrowserSkin.ListButtonFileRendererList button file renderer.static classTerraVFSBrowserSkin.ListViewDriveRendererList view drive renderer.static classTerraVFSBrowserSkin.ListViewFileRendererList view file renderer.static classTerraVFSBrowserSkin.TableViewFileRendererTable view file renderer. 
 -