Brush |
Brush defines how a shape is filled |
Button |
Button displays a push, toggle, check, or radio button with text and/or an image. |
ButtonMode |
Button mode. |
Color |
Color models an ARGB color with an alpha, red, green, and blue component between 0 and 255. |
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. |
ContentPane |
ContentPane is the base class for panes which only contain one child widget called content . |
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. |
Font |
Font models the rendering of text. |
Gradient |
Fills a shape using a two color linear gradient. |
Graphics |
Graphics is used to draw to the screen or to an offscreen image. |
GridPane |
GridPane is a container which lays out its children in a grid from left to right with a new row started based on numCols . |
Halign |
Horizontal alignment: left, center, right, or fill. |
Hints |
Hints are used to pass contraints into Widget.prefSize. |
Image |
Image represents a graphical image. |
InsetPane |
InsetPane creates padding along the four edges of its content. |
Insets |
Insets represent a number of pixels around the edge of a rectangle. |
Label |
Label displays text and/or an image. |
Menu |
Menu contains MenuItems. |
MenuItem |
MenuItem is an individual item on a Menu. |
MenuItemMode |
MenuItem mode. |
Orientation |
Horizontal or vertical. |
Pane |
Pane is a container widget responsible for the layout of its children. |
Pen |
Pen defines how a shape is stroked. |
Point |
Point represents a coordinate in the display space. |
Rect |
Represents the x,y coordinate and w,h size of a rectangle. |
RichText |
RichText is used to view and edit text styled with different fonts and colors. |
RichTextModel |
RichTextModel models the document and styling of a RichText document. |
RichTextStyle |
Defines the font and color styling of a text segment in a RichTextModel . |
SashPane |
SashPane lays out its children in a row or column with a sash control between each one to allow resizing. |
ScrollPane |
ScrollPane displays a scrollbars to scroll its content child. |
Size |
Size represents the width and height of a rectangle. |
Tab |
Tab is the child widget of a TabPane . |
TabPane |
TabPane is a container used organize a set of Tabs . |
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. |
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. |
Valign |
Vertical alignment: top, center, bottom, or fill. |
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. |