All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary 
| Class | 
Description | 
| AbstractPropertyEditor<T,C extends Node> | 
 | 
| AbstractValidationDecoration | 
 Implements common functionality for validation decorators. 
 | 
| Action | 
 A base class for Action API. 
 | 
| ActionCheck | 
 | 
| ActionGroup | 
An ActionGroup (unsurprisingly) groups together zero or more  Action 
 instances, allowing for more complex controls like  ToolBar, 
  MenuBar and  ContextMenu to be automatically generated from
 the collection of actions inside the ActionGroup.  
 | 
| ActionMap | 
 Action Map provides an ability to create an action map of any object. 
 | 
| ActionProxy | 
An annotation to allow conversion of class methods to  Action instances.  
 | 
| ActionUtils | 
Convenience class for users of the  Action API.  
 | 
| ActionUtils.ActionTextBehavior | 
 Action text behavior. 
 | 
| Aggregator | 
  | 
| AggregatorsParser | 
  | 
| AggregatorsParser.Aggregation | 
  | 
| AnnotatedAction | 
An action that invokes a method that has been annotated with  ActionProxy.  
 | 
| AnnotatedActionFactory | 
 | 
| AnnotatedCheckAction | 
  | 
| AutoCompletePopup<T> | 
 The auto-complete-popup provides an list of available suggestions in order
 to complete current user input. 
 | 
| AutoCompletePopup.SuggestionEvent<TE> | 
 Represents an Event which is fired when the user has selected a suggestion
 for auto-complete 
 | 
| AutoCompletePopupSkin<T> | 
  | 
| AutoCompletionBinding<T> | 
 The AutoCompletionBinding is the abstract base class of all auto-completion bindings. 
 | 
| AutoCompletionBinding.AutoCompletionEvent<TE> | 
 Represents an Event which is fired after an auto completion. 
 | 
| AutoCompletionBinding.ISuggestionRequest | 
 Represents a suggestion fetch request 
 | 
| AutoCompletionTextFieldBinding<T> | 
 Represents a binding between a text field and a auto-completion popup 
 | 
| BeanProperty | 
 | 
| BeanPropertyUtils | 
Convenience utility class for creating  PropertySheet instances based
 on a JavaBean.  
 | 
| Borders | 
A utility class that allows you to wrap JavaFX  Nodes with a border,
 in a way somewhat analogous to the Swing  BorderFactory (although with
 less options as a lot of what the Swing BorderFactory offers resulted in 
 ugly borders!).  
 | 
| Borders.Border | 
The public interface used by the  Borders API to wrap nodes with
 zero or more Border implementations.  
 | 
| BreadCrumbBar<T> | 
 Represents a bread crumb bar. 
 | 
| BreadCrumbBar.BreadCrumbActionEvent<TE> | 
 Represents an Event which is fired when a bread crumb was activated. 
 | 
| BreadCrumbBar.BreadCrumbButton | 
 Represents a BreadCrumb Button 
 | 
| BreadCrumbBarSkin<T> | 
 | 
| CellGraphicFactory<T extends Node> | 
 If anyone wants to display a specific Graphic in a SpreadsheetCell, a
 solution is to provide a Node (for example a WebView) that will be
 displayed in the cell. 
 | 
| CellView | 
 The View cell that will be visible on screen. 
 | 
| CellViewSkin | 
 | 
| CheckComboBox<T> | 
 A simple UI control that makes it possible to select zero or more items within
 a ComboBox-like control. 
 | 
| CheckComboBoxSkin<T> | 
  | 
| CheckListView<T> | 
A simple UI control that makes it possible to select zero or more items within
 a ListView without the need to set a custom cell factory or manually create
 boolean properties for each row - simply use the 
  check model to request the current selection 
 state.  
 | 
| CheckModel<T> | 
  | 
| CheckTreeView<T> | 
A simple UI control that makes it possible to select zero or more items within
 a TreeView without the need to set a custom cell factory or manually create
 boolean properties for each row - simply use the 
  check model to request the current selection 
 state.  
 | 
| ClipboardCell | 
This class will holds a cell value when we do a copy in the
  SpreadsheetView.  
 | 
| ColorGridCell | 
A  GridCell that can be used to show coloured rectangles inside the 
  GridView control.  
 | 
| ColumnFilter<T,R> | 
  | 
| ColumnFixAction | 
 A custom action that can be added to the ContextMenu of a 
 column header, allowing the user to fix or unfix the column. 
 | 
| ComboBox2TableCell<S,T> | 
A class containing a  TableCell implementation that draws a
  ComboBox node inside the cell.  
 | 
| CommandLinksDialog | 
Dialog containing command links.  
 | 
| CommandLinksDialog.CommandLinksButtonType | 
 | 
| CompoundValidationDecoration | 
 Validation decoration to combine several existing decorations into one. 
 | 
| CoordinatePosition | 
 Enumerates all possible positions coordinates can have relative to a rectangle. 
 | 
| CoordinatePositions | 
 Computes coordinate positions relative to a rectangle. 
 | 
| CustomPasswordField | 
A base class for people wanting to customize a  PasswordField to contain nodes
 inside the input field area itself, without being on top of the users typed-in text.  
 | 
| CustomTextField | 
A base class for people wanting to customize a  TextField to contain nodes
 inside the text field itself, without being on top of the users typed-in text.  
 | 
| CustomTextFieldSkin | 
  | 
| Decoration | 
Decoration is an abstract class used by the ControlsFX  Decorator class
 for adding and removing decorations on a node.  
 | 
| DecorationPane | 
  | 
| Decorator | 
 The Decorator class is responsible for accessing decorations for a given node. 
 | 
| DefaultActionFactory | 
 | 
| DefaultFilterMenuButtonFactory | 
 Two possible implementations of FilterMenuButton, one for Numbers, one for
 String (or Objects with StringConverter) 
 | 
| DefaultPropertyEditorFactory | 
 | 
| Duplicatable<T> | 
An interface used in ControlsFX to represent something that can be duplicated,
 as in the JavaFX scenegraph it is not possible to insert the same 
  Node in multiple locations at the same time.  
 | 
| Edge2D | 
 The edge of a rectangle, i.e. 
 | 
| Editors | 
  | 
| ExceptionDialog | 
Dialog with exception details. 
 Usage: Simply pass a  Throwable and the dialog will display: 
 
     The exception message
     The full exception stack trace in an expandable TextArea.
   
 | 
| ExpandableTableRowSkin<S> | 
 | 
| Filter | 
 | 
| FilterBase | 
A simple implementation of the  Filter.  
 | 
| FilteredColumnPredicate<S,T> | 
 | 
| FilterEditor<S,T> | 
 The FilterEditor allows filtering the column by adding text to its editor or
 by selecting an item from the popup list. 
 | 
| FilteredTableColumn<S,T> | 
 | 
| FilteredTableView<S> | 
A subclass of  TableView2 that provides extended filtering options.  
 | 
| FilterEvent<C> | 
 | 
| FilterMenuButton | 
 Abstract class for a MenuButton extension with operators and parse
 operations 
 | 
| FilterPanel<T,R> | 
  | 
| FilterValue<T,R> | 
  | 
| FocusModelListener | 
 The FocusModel Listener adapted to the SpreadsheetView regarding Span. 
 | 
| FontAwesome | 
 | 
| FontAwesome.Glyph | 
 The individual glyphs offered by the FontAwesome font. 
 | 
| FontSelectorDialog | 
Dialog for selecting and previewing fonts. 
 The list of fonts will contain all the font families installed on the user's system,
 as per JavaFX  Font.getFamilies().  
 | 
| Glyph | 
 Represents one glyph from the font. 
 | 
| GlyphFont | 
 Represents a glyph font, which can be loaded locally or from a specified URL. 
 | 
| GlyphFontRegistry | 
 | 
| GraphicDecoration | 
GraphicDecoration is a  Decoration designed to show a graphic (be it
 an image loaded via an  ImageView or an arbitrarily complex 
 scenegraph in its own right) on top of a given node.  
 | 
| GraphicValidationDecoration | 
 Validation decorator to decorate validation state using images. 
 | 
| Grid | 
 | 
| GridBase | 
A base implementation of the  Grid interface.  
 | 
| GridBase.MapBasedRowHeightFactory | 
 This class serves as a bridge between row height Callback needed by the
 GridBase and a Map<Integer,Double> that one could have (each Integer
 specify a row index and its associated height). 
 | 
| GridCell<T> | 
 | 
| GridCellEditor | 
  | 
| GridCellSkin<T> | 
  | 
| GridChange | 
This class represents a single change happening in a  Grid.  
 | 
| GridRow | 
 The tableRow which will holds the SpreadsheetCell. 
 | 
| GridRowSkin<T> | 
  | 
| GridRowSkin | 
  | 
| GridView<T> | 
A GridView is a virtualised control for displaying  GridView.getItems() in a
 visual, scrollable, grid-like fashion.  
 | 
| GridViewBehavior | 
 This overrides TableViewBehavior in order to modify the selection
 behavior. 
 | 
| GridViewSkin<T> | 
  | 
| GridViewSkin | 
 This skin is actually the skin of the SpreadsheetGridView (tableView)
 contained within the SpreadsheetView. 
 | 
| HiddenSidesPane | 
 A pane used to display a full-size content node and four initially hidden
 nodes on the four sides. 
 | 
| HiddenSidesPaneSkin | 
  | 
| HorizontalHeader | 
 The set of horizontal (column) headers. 
 | 
| HorizontalHeaderColumn | 
 A cell column header. 
 | 
| HorizontalPicker | 
 This class will display all the available pickers. 
 | 
| HyperlinkLabel | 
A UI control that will convert the given text into a series of text labels
 and  hyperlinks, based on the use of delimiter characters
 to specify where hyperlinks should appear.  
 | 
| HyperlinkLabelSkin | 
  | 
| ImageGridCell | 
 | 
| ImplUtils | 
  | 
| INamedCharacter | 
 Represents a named character. 
 | 
| IndexedCheckModel<T> | 
  | 
| InfoOverlay | 
 A simple UI control that allows for an information popup to be displayed over 
 a node to describe it in further detail. 
 | 
| InfoOverlaySkin | 
  | 
| ListActionView<T> | 
 A control used to perform actions on a ListView. 
 | 
| ListActionView.ListAction<T> | 
 Specialized actions for ListActionView which get access to the internal ListView. 
 | 
| ListActionViewSkin<T> | 
  | 
| ListSelectionView<T> | 
 A control used to perform a multi-selection via the help of two list views. 
 | 
| ListSelectionView.ListSelectionAction<T> | 
 Specialized actions for ListSelectionView which get access to both the internal list views. 
 | 
| ListSelectionViewSkin<T> | 
  | 
| Localization | 
  | 
| LoginDialog | 
User login  Dialog with a username and a password field. 
 The input fields are clearable by default (can be emptied with a button).  
 | 
| MappingChange<E,F> | 
  | 
| MappingChange.Map<E,F> | 
  | 
| MaskerPane | 
MaskerPane is designed to be placed alongside other controls in a  StackPane,
 in order to visually mask these controls, preventing them from being accessed
 for a short period of time.  
 | 
| MaskerPaneSkin | 
  | 
| MasterDetailPane | 
 A master / detail pane is used to display two nodes with a strong
 relationship to each other. 
 | 
| MasterDetailPaneSkin | 
  | 
| MathTools | 
Contains methods  Math might also contain but doesn't.  
 | 
| MediaImageCell | 
A  GridCell that can be used to show media (i.e.  
 | 
| MoveChangeStrategy | 
 Moves the rectangle around. 
 | 
| NestedTableColumnHeader2 | 
 A cell column header. 
 | 
| NewChangeStrategy | 
 A strategy which creates a new rectangle. 
 | 
| NonIterableChange<E> | 
  | 
| NonIterableChange.GenericAddRemoveChange<E> | 
  | 
| NonIterableChange.SimpleAddChange<E> | 
  | 
| NonIterableChange.SimpleRemovedChange<E> | 
  | 
| NotificationBar | 
  | 
| NotificationPane | 
The NotificationPane control is a container control that, when prompted by
 the  NotificationPane.show() method, will show a non-modal message to the user.  
 | 
| NotificationPaneSkin | 
  | 
| Notifications | 
An API to show popup notification messages to the user in the corner of their
 screen, unlike the  NotificationPane which shows notification messages
 within your application itself.  
 | 
| NumberParser<T extends Number> | 
  | 
| Operation<T,S> | 
  | 
| Parser<T> | 
A parser accepts a string and returns a  Predicate depending on its
 implementation.  
 | 
| Picker | 
 Pickers can display some Images next to the headers. 
 | 
| Platform | 
 Represents operating system with appropriate properties 
 | 
| PlusMinusSlider | 
 A plus minus slider allows the user to continously fire an event carrying a
 value between -1 and +1 by moving a thumb from its center position to the
 left or right (or top and bottom) edge of the control. 
 | 
| PlusMinusSlider.PlusMinusEvent | 
An event class used by the  PlusMinusSlider to inform event
 handlers about changes.  
 | 
| PlusMinusSliderSkin | 
  | 
| PopOver | 
 The PopOver control provides detailed information about an owning node in a
 popup window. 
 | 
| PopOver.ArrowLocation | 
 All possible arrow locations. 
 | 
| PopOverSkin | 
  | 
| PopupFilter<S,T> | 
 | 
| PopupFilterSkin<S,T> | 
  | 
| PopupNumberFilter<S,T extends Number> | 
PopupFilter to be used on  TableColumn containing cells of Number type.  
 | 
| PopupStringFilter<S,T> | 
 | 
| PrefixSelectionChoiceBox<T> | 
A simple extension of the  ChoiceBox which selects an entry of
 its item list based on keyboard input.  
 | 
| PrefixSelectionComboBox<T> | 
A simple extension of the  ComboBox which selects an entry of
 its item list based on keyboard input.  
 | 
| PrefixSelectionCustomizer | 
This utility class can be used to customize a  ChoiceBox or
  ComboBox and enable the "prefix selection" feature.  
 | 
| ProgressDialog | 
Progress  Dialog to report on the progress of any background  Worker. 
 After the given  Worker finishes, the Progress Dialog automatically closes.  
 | 
| PropertyEditor<T> | 
The base interface for all editors used by the  PropertySheet control.  
 | 
| PropertySheet | 
 The PropertySheet control is a powerful control designed to make it really
 easy for developers to present to end users a list of properties that the 
 end user is allowed to manipulate. 
 | 
| PropertySheet.Item | 
A wrapper interface for a single property to be displayed in a
  PropertySheet control.  
 | 
| PropertySheet.Mode | 
 | 
| PropertySheetSkin | 
  | 
| RangeSlider | 
The RangeSlider control is simply a JavaFX  Slider control with support
 for two 'thumbs', rather than one.  
 | 
| RangeSliderSkin | 
  | 
| RangeSliderSkin.FocusedChild | 
  | 
| Rating | 
 A control for allowing users to provide a rating. 
 | 
| RatingSkin | 
  | 
| ReadOnlyUnbackedObservableList<E> | 
 Minimum implementation of com.sun.javafx.scene.control.ReadOnlyUnbackedObservableList 
 | 
| Rectangle2DChangeStrategy | 
A  Rectangle2DChangeStrategy creates instances of  Rectangle2D based on the coordinates of the begin,
 continuation and end of an action.  
 | 
| Rectangles2D | 
 Usability methods for rectangles. 
 | 
| RectangleSelection | 
 This class extends Rectangle and will draw a rectangle with a border to the
 selection. 
 | 
| RectangleSelection.GridRange | 
  | 
| RectangleSelection.SelectionRange | 
 Utility class to transform a list of selected cells into a union of
 ranges. 
 | 
| ReflectionUtils | 
  | 
| RowFixAction | 
 A custom action that can be added to the ContextMenu of any row in the 
 row header, allowing the user to fix or unfix the row. 
 | 
| RowHeader<S> | 
Display the row header on the left of the cells (view), where the user can
 display any content via  TableView2.getRowHeader().  
 | 
| SearchableComboBox<T> | 
A simple extension of the  ComboBox which shows a search field while the
 popup is showing.  
 | 
| SearchableComboBoxSkin<T> | 
 A simple skin for a ComboBox, which shows a search field while the
 popup is showing. 
 | 
| SegmentedBar<T extends SegmentedBar.Segment> | 
 A control that makes it easy to create a horizontal bar that visualizes the
 segmentation of a total value. 
 | 
| SegmentedBar.Segment | 
 | 
| SegmentedBarSkin<T extends SegmentedBar.Segment> | 
  | 
| SegmentedButton | 
The SegmentedButton is a simple control that forces together a group of
  ToggleButton instances such that they appear as one collective button
 (with sub-buttons), rather than as individual buttons.  
 | 
| SegmentedButtonSkin | 
  | 
| SelectedCellsMapTemp<T extends TablePositionBase> | 
 This class is copied from com.sun.javafx.scene.control.SelectedCellsMap
 temporary in 8u20 to resolve https://javafx-jira.kenai.com/browse/RT-38306
 
 Will be removed in 8u40 
 | 
| Severity | 
 Defines severity of validation messages 
 | 
| SimpleLocalizedStringProperty | 
 A special implementation of string property which assumes that its content may be a key and 
 attempts to get localized text resource base on it. 
 | 
| SnapshotView | 
 A SnapshotView is a control which allows the user to select an area of a node in the typical manner used by
 picture editors and crate snapshots of the selection. 
 | 
| SnapshotView.Boundary | 
The  selectionArea, in which the user can create a selection,
 and the  unselectedArea, in which the unselected area is
 visualized, are limited to a certain area of the control.  
 | 
| SnapshotViewSkin | 
 | 
| SortUtils | 
  | 
| SortUtils.SortEndedEvent<C> | 
 Convenient subclass of SortEvent to create a new SortEvent to indicate
 the sorting has ended 
 | 
| SortUtils.SortStartedEvent<C> | 
 Convenient subclass of SortEvent to create a new SortEvent to indicate
 the sorting has started 
 | 
| SouthFilter<S,T> | 
 | 
| SouthTableColumnHeader | 
  | 
| SouthTableHeaderRow | 
  | 
| SpreadsheetCell | 
 | 
| SpreadsheetCell.CornerPosition | 
 This enum states the four different corner available for positioning 
 some elements in a cell. 
 | 
| SpreadsheetCellBase | 
 | 
| SpreadsheetCellEditor | 
 | 
| SpreadsheetCellEditor.DateEditor | 
 | 
| SpreadsheetCellEditor.DoubleEditor | 
 | 
| SpreadsheetCellEditor.IntegerEditor | 
 | 
| SpreadsheetCellEditor.ListEditor<R> | 
 | 
| SpreadsheetCellEditor.ObjectEditor | 
 | 
| SpreadsheetCellEditor.StringEditor | 
 | 
| SpreadsheetCellEditor.TextAreaEditor | 
 | 
| SpreadsheetCellType<T> | 
When instantiating a  SpreadsheetCell, its SpreadsheetCellType will
 specify which values the cell can accept as user input, and which
  SpreadsheetCellEditor it will use to receive user input.  
 | 
| SpreadsheetCellType.DateType | 
 | 
| SpreadsheetCellType.DoubleType | 
 | 
| SpreadsheetCellType.IntegerType | 
 | 
| SpreadsheetCellType.ListType | 
 | 
| SpreadsheetCellType.ObjectType | 
 | 
| SpreadsheetCellType.StringType | 
 | 
| SpreadsheetColumn | 
 | 
| SpreadsheetGridView | 
  | 
| SpreadsheetHandle | 
 Implementation vs public bridge. 
 | 
| SpreadsheetView | 
The SpreadsheetView is a control similar to the JavaFX  TableView
 control but with different functionalities and use cases.  
 | 
| SpreadsheetView.ColumnWidthEvent | 
 This event is thrown on the SpreadsheetView when the user resize a column
 with its mouse. 
 | 
| SpreadsheetView.RowHeightEvent | 
 This event is thrown on the SpreadsheetView when the user resize a row
 with its mouse. 
 | 
| SpreadsheetView.SpanType | 
 The SpanType describes in which state each cell can be. 
 | 
| SpreadsheetViewSelectionModel | 
This class provides basic support for common interaction on the
  SpreadsheetView.  
 | 
| StatusBar | 
 The StatusBar control is normally placed at the bottom of a window. 
 | 
| StatusBarSkin | 
  | 
| StringConverterWithFormat<T> | 
 | 
| StringParser<T> | 
  | 
| StyleClassDecoration | 
StyleClassDecoration is a  Decoration designed to add a CSS style class
 to a node (for example, to show a warning style when the field is incorrectly 
 set).  
 | 
| StyleClassValidationDecoration | 
 Validation decorator to decorate component validation state using two
 CSS classes for errors and warnings. 
 | 
| SuggestionProvider<T> | 
 This is a simple implementation of a generic suggestion provider callback. 
 | 
| TableColumn2<S,T> | 
An extension of  TableColumn that allows adding a South Header Node.  
 | 
| TableFilter<T> | 
Applies a filtering control to a provided  TableView instance.  
 | 
| TableFilter.Builder<T> | 
 A Builder for a TableFilter against a specified TableView 
 | 
| TableHeaderRow2 | 
 The set of horizontal (column) headers. 
 | 
| TableRow2<S> | 
 The tableRow which will holds the TableView2 cells. 
 | 
| TableRow2Skin<S> | 
  | 
| TableRowExpanderColumn<S> | 
 The TableRowExpanderColumn enables a TableView to provide an expandable editor below each table row. 
 | 
| TableRowExpanderColumn.TableRowDataFeatures<S> | 
 This object is passed to the expanded node callback when it is time to create a Node to represent the
 expanded editor of a certain row. 
 | 
| TableView2<S> | 
The TableView2 is an advanced JavaFX  TableView control, that can
 be used as drop-in replacement control for the existing TableView, and provides
 different functionalities and use cases.  
 | 
| TableView2.SpanType | 
 The SpanType describes in which state each cell can be. 
 | 
| TableView2Skin<S> | 
 This skin for the TableView2 control
 We need to extend directly from TableViewSkinBase in order to work-around
 https://bugs.openjdk.java.net/browse/JDK-8090674 if we want to set a custom
 TableViewBehavior. 
 | 
| TableViewSpanSelectionModel | 
 The Selection Model adapted for the SpreadsheetView regarding span. 
 | 
| TaskProgressView<T extends Task<?>> | 
 The task progress view is used to visualize the progress of long running
 tasks. 
 | 
| TaskProgressViewSkin<T extends Task<?>> | 
  | 
| TextField2TableCell<S,T> | 
A class containing a  TableCell implementation that draws a
  TextField node inside the cell.  
 | 
| TextFields | 
A class containing useful customizations for the JavaFX  TextField.  
 | 
| ToEastChangeStrategy | 
 A strategy which enlarges an existing rectangle to the east. 
 | 
| ToggleSwitch | 
 Much like a Toggle Button this control allows the user to toggle between one of two states. 
 | 
| ToggleSwitchSkin | 
 | 
| ToNorthChangeStrategy | 
 A strategy which enlarges an existing rectangle to the north. 
 | 
| ToNortheastChangeStrategy | 
 A strategy which enlarges an existing rectangle to the northeast. 
 | 
| ToNorthwestChangeStrategy | 
 A strategy which enlarges an existing rectangle to the northwest. 
 | 
| ToSouthChangeStrategy | 
 A strategy which enlarges an existing rectangle to the south. 
 | 
| ToSoutheastChangeStrategy | 
 A strategy which enlarges an existing rectangle to the southeast. 
 | 
| ToSouthwestChangeStrategy | 
 A strategy which enlarges an existing rectangle to the southwest. 
 | 
| ToWestChangeStrategy | 
 A strategy which enlarges an existing rectangle to the west. 
 | 
| Transifex | 
  | 
| Translation | 
  | 
| Translations | 
  | 
| Utils | 
  | 
| ValidateEvent | 
  | 
| ValidationDecoration | 
 Contract for validation decorators. 
 | 
| ValidationMessage | 
 Interface to define basic contract for validation message 
 | 
| ValidationResult | 
 Validation result. 
 | 
| ValidationSupport | 
 Provides validation support for UI components. 
 | 
| Validator<T> | 
Interface defining the contract for validation of specific component
 This interface is a  BiFunction which when given the control and its current value 
 computes the validation result  
 | 
| ValueExtractor | 
  | 
| VerticalHeader | 
 Display the vertical header on the left of the cells (view), the index of the
 lines displayed on screen. 
 | 
| Wizard | 
The API for creating multi-page Wizards, based on JavaFX  Dialog API.  
 Wizard can be setup in following few steps:  
 | 
| Wizard.Flow | 
 Represents the page flow of the wizard. 
 | 
| Wizard.LinearFlow | 
LinearFlow is an implementation of the  Wizard.Flow interface,
 designed to support the most common type of wizard flow - namely, a linear 
 wizard page flow (i.e.  
 | 
| WizardPane | 
 WizardPane is the base class for all wizard pages. 
 | 
| WorldMapView | 
 A simple map view showing either the entire world or a list of countries. 
 | 
| WorldMapView.Country | 
 An enumerator listing all countries of the world. 
 | 
| WorldMapView.CountryView | 
 A view used to visualize the bounds of a country via SVG. 
 | 
| WorldMapView.Location | 
 An object using latitude and longitude information to specify a location
 in the real world. 
 | 
| WorldMapView.SelectionMode | 
 The selection modes supported by the view. 
 | 
| WorldMapViewSkin | 
  |