Element | Class | Notes |
---|---|---|
animator | Animator | |
autoCompletion | AutoCompletion | Wraps an existing JComboBox with 'comboBox' attribute Wraps an existing JTextComponent with 'textComponent' attribute Will create an internal JTextField if 'textComponent' and 'comboBox' are ommitted If 'textComponent' is specified (or internal JTextField is created), 'searchable' or 'list' must also be specified Additional attributes may be set on the wrapped component |
autoCompletionComboBox | AutoCompletionComboBox | |
autoResizingTextArea | AutoResizingTextArea | |
bannerPanel | BannerPanel | |
bottom | - | JideSwingUtilities.createBottomPanel |
buttonPanel | ButtonPanel | |
calculator | Calculator | |
center | - | JideSwingUtilities.createCenterPanel |
checkBoxList | CheckBoxList | |
checkBoxListWithSelectable | CheckBoxListWithSelectable | |
checkBoxTree | CheckBoxTree | |
clickThroughLabel | ClickThroughLabel | |
comboBoxSearchable | ComboBoxSearchable | Wraps an existing JComboBox with 'comboBox' attribute Will create an internal JComboBox if 'comboBox' is ommitted Additional attributes may be set on the wrapped component Obeys 'items' when creating an internal JComboBox. |
contentContainer | ContentContainer | |
dateSpinner | DateSpinner | |
dialogBannerPanel | DialogBannerPanel (from JideBuilder) | Use it inside standardDialog |
dialogButtonPanel | DialogButtonPanel (from JideBuilder) | Use it inside standardDialog |
dialogContentPanel | DialogContentPanel (from JideBuilder) | Use it inside standardDialog |
dialogPage | DefaultDialogPage (from JideBuilder) | Use it inside a multiplePageDialog Add a 'closure' attribute as the body of lazyInitialize() default does nothing |
fileIntelliHints | FileIntelliHints | Needs 'textComponent' attribute Additional attributes may be set on the wrapped component |
folderChooser | FolderChooser | |
gripper | Gripper | |
headerBox | HeaderBox | |
jideButton | JideButton | |
jideBorderLayout | JideBorderLayout | |
jideBoxLayout | JideBoxLayout | |
jideMenu | JideMenu | Use a closure with 'customize' attribute to create a PopupMenuConfigurer |
jideOptionPane | JideOptionPane | |
jidePopup | JidePopup | |
jidePopupMenu | JidePopupMenu | |
jideScrollPane | JideScrollPane | |
jideSplitButton | JideSplitButton | Use a closure with 'customize' attribute to create a PopupMenuConfigurer |
jideSplitPane | JideSplitPane | |
jideTabbedPane | JideTabbedPane | |
jideToggleButton | JideToggleButton | |
jideToggleSplitButton | JideToggleSplitButton | Use a closure with 'customize' attribute to create a PopupMenuConfigurer |
labeledTextField | LabeledTextField | |
left | - | JideSwingUtilities.createLeftPanel |
listDataIntelliHints | ListDataIntelliHints | Needs 'textComponent' and 'completionList' attributes, Additional attributes may be set on the wrapped component |
listSearchable | ListSearchable | Wraps an existing JList with 'list' attribute Will create an internal JList if 'list' is ommitted Additional attributes may be set on the wrapped component |
multilineLabel | MultilineLabel | |
multiplePageDialog | MultiplePageDialog | |
multiplePageDialogPane | MultiplePageDialogPane | |
nullButton | NullButton | |
nullCheckBox | NullCheckBox | |
nullJideButton | NullJideButton | |
nullLabel | NullLabel | |
nullPanel | NullPanel | |
nullRadioButton | NullRadioButton | |
nullTristateCheckBox | NullTristateCheckBox | |
paintPanel | PaintPanel | |
pointSpinner | PointSpinner | |
popupMenuCustomizer | DefaultPopupMenuCustomizer (from JideBuilder) | Use 'closure' attribute to define the body of customize() |
rangeSlider | RangeSlider | |
resizableDialog | ResizableDialog | |
resizableFrame | ResizableFrame | |
resizablePanel | ResizablePanel | |
resizableWindow | ResizableWindow | |
right | - | JideSwingUtilities.createRightPanel |
searchableBar | SearchableBar | Wraps an existing Searchable with 'searchable' attribute Additional attributes may be set on the wrapped component |
simpleScrollPane | SimpleScrollPane | |
splitButtonGroup | SplitButtonGroup | |
standardDialog | DefaultStandardDialog (from JideBuilder) | Use 'dialogBannerPanel, 'dialodContentPanel' and 'dialogButtonPanel' to provide additional configuration for each panel |
styledLabel | StyledLabel | |
tableSearchable | TableSearchable | Wraps an existing JTable with 'table' attribute Will create an internal JTable if 'table' is ommitted Additional attributes may be set on the wrapped component |
textComponentSearchable | TextComponentSearchable | Wraps an existing JTextComponent with 'textComponent' attribute Will create an internal JTextField if 'textComponent' is ommitted Additional attributes may be set on the wrapped component |
top | - | JideSwingUtilities.createTopPanel |
treeSearchable | TreeSearchable | Wraps an existing JTree with 'tree' attribute Will create an internal JTree if 'tree' is ommitted Additional attributes may be set on the wrapped component |
tristateCheckBox | TristateCheckBox |
Element | Class | Notes |
---|---|---|
svgIcon | ResizableSVGIcon | Additional properties:
|
com.jidesoft.swing.SelectAllUtils.install()
on the component.