JavaGantt 2011.1 API

Package eu.beesoft.gaia.swing.builder

Class Summary
AbstractButtonBuilder<T extends AbstractButton> Abstract superclass of all Swing component builders that produce instances of javax.swingAbstractButton.
AbstractWindowBuilder<T extends Window> Abstract superclass of all Swing component builders that produce dialogs or frames.
ActionBuilder Builder to produce instances of SwingClientAction.
ButtonBuilder Builder to produce instances of javax.swing.JButton.
ComboBoxBuilder Builder to produce instances of JComboBoxWithSeparator.
ComponentBuilder<T extends Component> Abstract superclass of all Swing component builders.
ContainerBuilder<T extends Container> Abstract superclass of all Swing containers.
DateFieldBuilder Builder to produce instances of JDateField.
DialogBuilder Builder to produce instances of javax.swing.JDialog.
FillerBuilder This builder produces an empty, non-focusable javax.swing.JLabel used to fill a space.
FrameBuilder Builder to produce instances of javax.swing.JFrame.
GridBagConstraintsBuilder Builder to produce instances of java.awt.GridBagConstraints.
CheckBoxBuilder Builder to produce instances of javax.swing.JCheckBox.
CheckBoxMenuItemBuilder Builder to produce instances of javax.swing.JCheckBoxMenuItem.
LabelBuilder Builder to produce instances of javax.swing.JLabel.
LayoutConstraintsBuilder<T>  
LinkBuilder Builder to produce instances of JLink.
ListBoundRenderer Default cell renderer used by ComboBoxBuilder and ListBuilder .
ListBuilder Builder to produce instances of javax.swing.JList.
ListModelBuilder This builder just creates a new list model.
MenuBarBuilder This builder just creates a new JMenuBar.
MenuBuilder This builder just creates a new javax.swing.JMenu.
MenuItemBuilder This builder just creates a new javax.swing.JMenuItem.
PanelBuilder This builder just creates a new javax.swing.JPanel.
PasswordFieldBuilder This builder just creates a new javax.swing.JPasswordField.
RadioButtonMenuItemBuilder This builder just creates a new javax.swing.JRadioButtonMenuItem .
ScrollPaneBuilder Builder to produce instances of javax.swing.JScrollPane.
SectionBuilder Builder to produce instances of JSection.
SeparatorBuilder Builder to produce instances of javax.swing.JSeparator.
SplitPaneBuilder Builder to produce instances of javax.swing.JSplitPane.
SwingBuilder<T> Abstract superclass of all Swing-related object builders.
SwingBuilderFactory The builder factory dedicated to create Swing related builders and objects.
TabbedPaneBuilder Builder to produce instances of JCloseableTabbedPane.
TableBoundModel The table model to cooperate with TableBuilder.It supports the data binding for table columns.
TableBoundRenderer Default cell renderer used by TableBuilder.
TableBuilder Builder to produce instances of JZebraTable.
TableColumnBuilder Builder to produce instances of javax.swing.table.TableColumn.
TextAreaBuilder Builder to produce instances of javax.swing.JTextArea.
TextComponentBuilder<T extends JTextComponent> Abstract superclass for builders that produce text components.
TextFieldBuilder Builder to produce instances of javax.swing.JTextField.
ToolBarBuilder This builder just creates a new javax.swing.JToolBar.
TreeBuilder Builder to produce instances of javax.swing.JTree.
TreeTableBuilder This builder just creates a new JTreeTable.
WindowBuilder This builder just creates a new javax.swing.JWindow.
 


JavaGantt 2011.1 API