pod fwt
Fantom Widget Toolkit
Classes
| AsyncTask |
AsyncTask models an asynchronous operation's progress and provides a list of callback handlers when the task completes (either successfully or fails). |
| BorderPane |
BorderPane is used paint a CSS styled border around a content widget. |
| Button |
Button displays a push, toggle, check, or radio button with text and/or an image. |
| Canvas |
Canvas is a custom widget which paints itself. |
| Clipboard |
Clipboard provides access to the system clipboard for data transfer. |
| Combo |
Combo is a combination of a text field and a list drop down. |
| Command |
Command packages up the diplay name, icon, execution, and undo support for a user command. |
| CommandStack |
Manages a stack of commands for undo/redo. |
| ConstraintPane |
ConstraintPane is used to constrain the preferred width and height of its content widget. |
| ContentPane |
ContentPane is the base class for panes which only contain one child widget called |
| Cursor |
Mouse cursor. |
| Desktop |
Desktop is used to model the user's operating system, window manager, and display monitors. |
| Dialog |
Dialog is a transient window, typically used to notify or input information from the user. |
| EdgePane |
EdgePane is a container which lays out four children along the four edges and one child in the center. |
| Event |
Event models a user input event for callbacks. |
| EventListeners |
EventListeners manages a list of event callback functions. |
| FileDialog |
FileDialog is used to prompt for file and directory selections. |
| GridPane |
GridPane is a container which lays out its children in a grid from left to right with a new row started based on |
| InsetPane |
InsetPane creates padding along the four edges of its content. |
| Key |
Key models a keyboard key or key combination. |
| Label |
Label displays text and/or an image. |
| Menu |
Menu contains MenuItems. |
| MenuItem |
MenuItem is an individual item on a Menu. |
| Monitor |
Monitor represents a display device like an LCD screen. |
| Pane |
Pane is a container widget responsible for the layout of its children. |
| ProgressBar |
ProgressBar displays a progess bar. |
| RichText |
RichText is used to view and edit text styled with different fonts and colors. |
| RichTextModel |
RichTextModel models the document and styling of a |
| RichTextStyle |
Defines the font and color styling of a text segment in a |
| SashPane |
SashPane lays out its children in a row or column with a sash control between each one to allow resizing. |
| ScrollBar |
ScrollBar is used to position a widget too wide or tall to be visible at one time. |
| ScrollPane |
ScrollPane displays a scrollbars to scroll its content child. |
| Tab |
Tab is the child widget of a |
| TabPane |
TabPane is a container used organize a set of |
| Table |
Table displays grid of rows and columns. |
| TableModel |
TableModel models the data of a table widget. |
| Text |
Text is used to enter and modify text. |
| TextChange |
Wraps up information regarding a text modification. |
| TextWidget | |
| ToolBar |
ToolBar contains a bar of Button children. |
| Tree |
Tree displays a hierarchy of tree nodes which can be expanded and collapsed. |
| TreeModel |
TreeModel models the data of a tree widget. |
| WebBrowser |
WebBrowser is used to display HTML text or view a URL. |
| Widget |
Widget is the base class for all UI widgets. |
| Window |
Window is the base class for widgets which represent top level windows. |
Enums
| ButtonMode |
Enum for |
| CommandMode |
Enum for |
| EventId |
EventId identifies the type of widget |
| FileDialogMode |
Enum for |
| MenuItemMode |
Enum for |
| RichTextUnderline |
Defines how to paint the underline of a RichText segment. |
| SortMode |
Enum for |
| WindowMode |
Enum for |