A B C D F G H I J M N O P R S T U V W 
All Classes All Packages

A

AbstractUIComponentBeanInfo - Class in com.im.commons.ui.beans
Utility class for BeanInfo for renderers, widgets or other UI components.
AbstractUIComponentBeanInfo(Class<?>, String) - Constructor for class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
AbstractUIComponentBeanInfo.StandardProps - Enum in com.im.commons.ui.beans
 
addNotify() - Method in class com.im.commons.ui.JLabelLink
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.im.commons.ui.CollapsiblePanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.ui.Dialogs.ValidatingPane
 
addPropertyDescriptors(List<PropertyDescriptor>) - Method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
applyChanges() - Method in interface com.im.commons.ui.beans.DFCustomizer
Apply the changes and set all properties to edited object.
applyChanges(DFEnvironmentRW) - Method in interface com.im.commons.ui.beans.DFCustomizer
Apply the changes and set all properties to edited object.
attachEnv(PropertyEnv) - Method in class com.im.commons.ui.beans.StringOrNullEditor
 
ATTRIBUTE_IS_COMMON_WIDGET_PROPERTY - Static variable in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
Name of property attribute marking properties editable in customizer for multi-widget selection.

B

BACKGROUND - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 
BeanUtils - Class in com.im.commons.ui.beans
Java Beans utility methods
BeanUtils.PropertiesEditor - Class in com.im.commons.ui.beans
Properties editor panel.

C

cancelChanges() - Method in interface com.im.commons.ui.beans.DFCustomizer
Cancel the changes and refresh all input fields from the edited object.
centerDialog(Dialog) - Static method in class com.im.commons.ui.UIUtilities
Center given dialog in the main IJC application window.
change(DocumentEvent) - Method in class com.im.commons.ui.beans.DocumentAdapter
This method is invoked from all other DocumentListener methods
changedUpdate(DocumentEvent) - Method in class com.im.commons.ui.beans.DocumentAdapter
 
checkApplyCall() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
checkEDT() - Static method in class com.im.commons.ui.UIUtilities
Ensures that current thread is the event-dispatching thread.
checkNotEDT() - Static method in class com.im.commons.ui.UIUtilities
Ensures that current thread is not the event-dispatching thread.
cloneNode() - Method in class com.im.commons.ui.beans.MergingNode
 
COLLAPSED_PROPERTY - Static variable in class com.im.commons.ui.CollapsiblePanel
 
CollapsiblePanel - Class in com.im.commons.ui
Collapsible panel.
COLOR - Static variable in class com.im.commons.ui.JLabelLink
Link color.
colorFromHex(String) - Static method in class com.im.commons.ui.UIUtilities
 
Colors - Class in com.im.commons.ui
Utility class for working with Colors.
com.im.commons.ui - package com.im.commons.ui
 
com.im.commons.ui.beans - package com.im.commons.ui.beans
 
com.im.commons.ui.util - package com.im.commons.ui.util
 
COMMON_WIDGET_PROPERTIES_SHEET_NAME - Static variable in class com.im.commons.ui.beans.MergingNode
 
CommonCustomizerUtilities - Class in com.im.commons.ui.util
 
CommonImageUtilities - Class in com.im.commons.ui.util
 
computeProperties(Object, BeanInfo) - Static method in class com.im.commons.ui.beans.BeanUtils
Extension to a descriptor computation to support properties that can be reverted to default value.
convertForPaste(String) - Static method in class com.im.commons.ui.UIUtilities
Convert all non-space white chars to ',' inside input
convertToRGBString(Color) - Static method in class com.im.commons.ui.Colors
Convert given color to #rrggbb format.
create(Component, String) - Static method in class com.im.commons.ui.CollapsiblePanel
 
create(Component, String, String) - Static method in class com.im.commons.ui.CollapsiblePanel
Factory for creating instance.
createBooleanProperty(String, Class<?>, boolean) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createBooleanPropertyBuilder(String, Class<?>) - Static method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
Creates new PropertyDescriptorBuilder for boolean read-write properties.
createBooleanReadOnlyPropertyBuilder(String, Class<?>) - Static method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
Creates new PropertyDescriptorBuilder for boolean read-only properties.
createLocalizedProperty(String, Class<?>, boolean) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createLocalizedProperty(String, Class<?>, boolean, boolean) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createLocalizedProperty(String, Class<?>, boolean, boolean, boolean) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createLocalizedReadOnlyProperty(String, Class<?>) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createProperty(String, Class<?>, boolean) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
createPropertyBuilder(String, Class<?>) - Static method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
Creates new PropertyDescriptorBuilder for non-boolean read-write properties.
createReadOnlyPropertyBuilder(String, Class<?>) - Static method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
Creates new PropertyDescriptorBuilder for non-boolean read-only properties.
createSheet() - Method in class com.im.commons.ui.beans.MergingNode
 
createSheet() - Method in class com.im.commons.ui.beans.MultiBeanNode
 
createStandardProperty(AbstractUIComponentBeanInfo.StandardProps) - Method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 

D

decorateTextPaneAsHyperlink(JTextPane, Color, boolean) - Static method in class com.im.commons.ui.UIUtilities
Decorates (or undecorates) content of given textPane as traditional hypertext link.
DEFAULT_NODE_PROPERTY_VALUE - Static variable in class com.im.commons.ui.beans.BeanUtils
Attribute name to hold default property value in descriptor.
DEFAULT_NODE_PROPERTY_VALUE_NULL - Static variable in class com.im.commons.ui.beans.BeanUtils
Special value to mark properties where default value is null.
DFCustomizer - Interface in com.im.commons.ui.beans
Special extension of standard Java Beans customizer
DFCustomizerSupport - Class in com.im.commons.ui.beans
Utility object which can help with connecting Swing UI objects and properties of some java bean.
DFCustomizerSupport(JComponent, Map<String, JComponent>) - Constructor for class com.im.commons.ui.beans.DFCustomizerSupport
 
Dialogs - Class in com.im.commons.ui
Provides utility methods for showing dialogs of various types.
Dialogs.ValidatingPane - Interface in com.im.commons.ui
Dialog contents which is validated.
displayOkCancel(Object, String) - Static method in class com.im.commons.ui.Dialogs
Displays a plain OK/Cancel dialog with the default NotifyDescriptor.OK_OPTION button and no help context.
displayOkCancel(Object, String, int) - Static method in class com.im.commons.ui.Dialogs
Displays OK/Cancel dialog with the default NotifyDescriptor.OK_OPTION button and no help context.
displayOkCancel(Object, String, int, HelpCtx) - Static method in class com.im.commons.ui.Dialogs
Displays OK/Cancel dialog with the default NotifyDescriptor.OK_OPTION button.
displayOkCancel(Object, String, Object, int, HelpCtx) - Static method in class com.im.commons.ui.Dialogs
Displays OK/Cancel dialog.
displayOkCancel(Object, String, Object, int, HelpCtx, String) - Static method in class com.im.commons.ui.Dialogs
Displays OK/Cancel dialog.
displaySaveDontSaveCancel(Dialogs.ValidatingPane, String) - Static method in class com.im.commons.ui.Dialogs
Displays validating dialog with options "Save", "Don't Save" and "Cancel".
DOCUMENT_ALIGNMENT - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 
DocumentAdapter - Class in com.im.commons.ui.beans
An empty implementation of Swing DocumentListener
DocumentAdapter() - Constructor for class com.im.commons.ui.beans.DocumentAdapter
 

F

findAnnotatedCustomizer(Class) - Static method in class com.im.commons.ui.util.CommonCustomizerUtilities
 
findBeanInfo(Object) - Static method in class com.im.commons.ui.beans.BeanUtils
Use this method when finding bean info for any bean.
findCustomizer(Class) - Static method in class com.im.commons.ui.util.CommonCustomizerUtilities
 
findCustomizer(Object) - Static method in class com.im.commons.ui.beans.BeanUtils
 
findCustomizerClass(Class) - Static method in class com.im.commons.ui.beans.BeanUtils
Finds customizer for class.
findIcon(Object) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
findIcon(Object, int) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
findIcon(Object, int, boolean) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
findTopComponent(Class<T>, String, Supplier<T>) - Static method in class com.im.commons.ui.UIUtilities
Helper method for finding top component instance.
findUICustomizer(Object) - Static method in class com.im.commons.ui.beans.BeanUtils
 
findUICustomizer(Object, boolean) - Static method in class com.im.commons.ui.beans.BeanUtils
 
FONT - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 
FOREGROUND - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 

G

getAsText() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
getAsText() - Method in class com.im.commons.ui.beans.StringOrNullEditor
 
getAsText() - Method in class com.im.commons.ui.beans.StringToIntPropertyEditor
 
getBeanDescriptor() - Method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
getBeans() - Method in class com.im.commons.ui.beans.MultiBeanNode
 
getCircleStepIcon(int) - Static method in class com.im.commons.ui.util.CommonImageUtilities
Get icon with step number.
getCustomEditor() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
getCustomEditor() - Method in class com.im.commons.ui.beans.StringOrNullEditor
 
getDescendants(JComponent) - Static method in class com.im.commons.ui.IJCSwingUtilities
Get descendant (all children recursively) for the given component.
getDisplayName() - Method in class com.im.commons.ui.beans.MergingNode
 
getDoubleOrNull(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
If the text in the given field contains valid real number it is returned as Double.
getErrorIcon() - Static method in class com.im.commons.ui.util.CommonImageUtilities
Get error icon.
getErrorMessage() - Method in interface com.im.commons.ui.beans.DFCustomizer
Return the error message when customizer is not valid
getErrorMessage() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
getExplorerManager() - Method in class com.im.commons.ui.beans.BeanUtils.PropertiesEditor
 
getHelpCtx() - Method in class com.im.commons.ui.beans.MergingNode
First non-default help if there is any.
getIcon(String) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
getIntegerOrDefault(JTextComponent, Integer) - Static method in class com.im.commons.ui.UIUtilities
If the text in the given field contains valid integer it is returned as Integer.
getIntegerOrNull(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
If the text in the given field contains valid integer it is returned as Integer.
getJavaInitializationString() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
getJavaInitializationString() - Method in class com.im.commons.ui.beans.StringOrNullEditor
 
getLockable() - Method in interface com.im.commons.ui.beans.DFCustomizer
Get lockable for customized item
getNodes() - Method in class com.im.commons.ui.beans.MergingNode
 
getPanel() - Method in class com.im.commons.ui.CollapsiblePanel
Get collapsible component.
getPropertyDescriptors() - Method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
getResult() - Method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
Gets constructed PropertyDescriptor.
getSchemaIcon(int, boolean, boolean) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
getSchemaIconResource(int, boolean, boolean) - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
getShortDescription() - Method in class com.im.commons.ui.beans.MergingNode
 
getTags() - Method in class com.im.commons.ui.beans.StringToIntPropertyEditor
 
getUserIcon() - Static method in class com.im.commons.ui.util.CommonImageUtilities
 
getValue() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
getWaitIcon() - Static method in class com.im.commons.ui.util.CommonImageUtilities
Get waiting icon.
getWarningIcon() - Static method in class com.im.commons.ui.util.CommonImageUtilities
Get warning icon.
getWDProperty(WizardDescriptor, String) - Static method in class com.im.commons.ui.Wizards
 
getWDProperty(WizardDescriptor, String, T) - Static method in class com.im.commons.ui.Wizards
 

H

hasAltModifier(MouseEvent) - Static method in class com.im.commons.ui.UIUtilities
 
hasCtrlModifier(MouseEvent) - Static method in class com.im.commons.ui.UIUtilities
 
hasMetaModifier(MouseEvent) - Static method in class com.im.commons.ui.UIUtilities
 
hasShiftModifier(MouseEvent) - Static method in class com.im.commons.ui.UIUtilities
 
hasUICustomizer(Object) - Static method in class com.im.commons.ui.beans.BeanUtils
 
HORIZONTAL_ALIGNMENT - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 

I

IJCSwingUtilities - Class in com.im.commons.ui
A collection of utility methods for Swing which are not part of SwingUtilities.
insertUpdate(DocumentEvent) - Method in class com.im.commons.ui.beans.DocumentAdapter
 
INVISIBLE_VALUE - Static variable in class com.im.commons.ui.beans.DFCustomizerSupport
 
invokeAndWait(Callable<T>) - Static method in class com.im.commons.ui.UIUtilities
Behaves the same as SwingUtilities.invokeAndWait(java.lang.Runnable) but returns a value.
invokeAndWaitCheckAwt(Callable<T>) - Static method in class com.im.commons.ui.UIUtilities
Behaves the same as SwingUtilities.invokeAndWait(java.lang.Runnable) but returns a value.
invokeInAwtOrLater(Runnable) - Static method in class com.im.commons.ui.UIUtilities
Just invokes given task immediately if the current thread is AWT event dispatching thread.
isCellVisible(JTable, int, int) - Static method in class com.im.commons.ui.util.JTableUtils
Is cell visible on screen? Assumes table is contained in a JScrollPane.
isCollapsed() - Method in class com.im.commons.ui.CollapsiblePanel
Is component collapsed?
isDataValid() - Method in interface com.im.commons.ui.beans.DFCustomizer
Is the currently filled values valid?
isDataValid() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
isDialogPaneValid() - Method in interface com.im.commons.ui.Dialogs.ValidatingPane
Named not simply isValid in order to not clash with JComponent#isValid().
isEditable() - Method in class com.im.commons.ui.beans.StringOrNullEditor
gets information if the text in editor should be editable or not
isEmptyOrValidInteger(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
 
isEmptyOrValidNumber(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
 
isForceReadOnly() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
isIgnoreBeanChanges() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
isIgnoreWidgetChanges() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
isModified() - Method in interface com.im.commons.ui.beans.DFCustomizer
Are input fields currently modified and not stored to edited object?
isModified() - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
isPaintable() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
isValidNumber(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
 
isValidPositiveInteger(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
 
isValidPositiveNumber(JTextComponent) - Static method in class com.im.commons.ui.UIUtilities
 

J

JLabelLink - Class in com.im.commons.ui
JLabel which behaves like a hyperlink.
JLabelLink() - Constructor for class com.im.commons.ui.JLabelLink
Creates new instance.
JTableUtils - Class in com.im.commons.ui.util
Useful utilities for JTable.

M

MacUtil - Class in com.im.commons.ui
 
makeGroupEditable(PropertyDescriptor) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
 
MergingNode - Class in com.im.commons.ui.beans
A node used by PropertySheet to display properties of more nodes overriding default behavior of PropertySheet by adding properties if they are in any of original nodes.
MergingNode(Node[]) - Constructor for class com.im.commons.ui.beans.MergingNode
 
mixColors(Color, Color, float) - Static method in class com.im.commons.ui.UIUtilities
Computes the colour between the given two colours according to balance (0.0-1.0).
MultiBeanNode<T> - Class in com.im.commons.ui.beans
Node wrapping one or more beans.
MultiBeanNode(Iterable<T>) - Constructor for class com.im.commons.ui.beans.MultiBeanNode
 
MultiBeanNode(String, Iterable<T>) - Constructor for class com.im.commons.ui.beans.MultiBeanNode
 

N

NB_ERROR_FOREGROUND - Static variable in class com.im.commons.ui.Colors
Color which should be used in IJC UI for reporting error messages to the end user.
NULL_VALUE_TEXT - Static variable in class com.im.commons.ui.beans.BeanUtils
Attribute name for expression that is displayed instead of null by the property editor.
NullDelegatePropertyEditor - Class in com.im.commons.ui.beans
Generic property editor where values are integers, but should be edited as strings.
NullDelegatePropertyEditor(Class<?>, String) - Constructor for class com.im.commons.ui.beans.NullDelegatePropertyEditor
 

O

onClick() - Method in class com.im.commons.ui.JLabelLink
Called when user clicks this link.
openCustomEditor(Class<T>, T, String) - Static method in class com.im.commons.ui.PropertyDisplayPanel
 
openCustomEditor(String) - Method in class com.im.commons.ui.PropertyDisplayPanel
 
openPropertySheetForNode(Node...) - Static method in class com.im.commons.ui.beans.BeanUtils
Open the dialog with property sheet.

P

paint(Graphics) - Method in class com.im.commons.ui.PropertyDisplayPanel
 
paintValue(Graphics, Rectangle) - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
PANEL_BACKGROUND_COLOR - Static variable in class com.im.commons.ui.MacUtil
 
PROP_DATA_VALID - Static variable in interface com.im.commons.ui.beans.DFCustomizer
 
PROP_ERROR_MESSAGE - Static variable in interface com.im.commons.ui.beans.DFCustomizer
 
PROP_FORCE_READ_ONLY - Static variable in interface com.im.commons.ui.beans.DFCustomizer
This property is recognized as clientProperty (JComponent.putClientProperty(java.lang.Object, java.lang.Object)) and instructs the Customizer to render all fields disabled or make sure by other means, that the underlying bean is not modified when the user changes the UI.
PROP_MODIFIED - Static variable in interface com.im.commons.ui.beans.DFCustomizer
 
PROP_UI_PROPERTIES - Static variable in interface com.im.commons.ui.beans.DFCustomizer
Additional UI properties to be set on the customizer - if it is not the same object as the DFCustomizer impl class.
PropertiesEditor(Node...) - Constructor for class com.im.commons.ui.beans.BeanUtils.PropertiesEditor
 
propertyChange(PropertyChangeEvent) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
PropertyDescriptorBuilder - Class in com.im.commons.ui.beans
Builds up PropertyDescriptor instance using various options.
PropertyDisplayPanel<T> - Class in com.im.commons.ui
Panel with property editor for type T.
PropertyDisplayPanel(Class<T>) - Constructor for class com.im.commons.ui.PropertyDisplayPanel
 
propertyEditorWithNullValue(PropertyEditor, String) - Static method in class com.im.commons.ui.beans.BeanUtils
Creates delegating property editor that displays passed string as a representation of null value.
propertyValueChanged(String, JComponent) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
propName - Variable in enum com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 

R

removeNotify() - Method in class com.im.commons.ui.JLabelLink
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.im.commons.ui.CollapsiblePanel
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.im.commons.ui.Dialogs.ValidatingPane
 
removePropertyDescriptors(List<PropertyDescriptor>, String...) - Static method in class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
Removes descriptors with given name(s) from the list of current descriptors.
removeUpdate(DocumentEvent) - Method in class com.im.commons.ui.beans.DocumentAdapter
 
resetIconCache() - Static method in class com.im.commons.ui.util.CommonImageUtilities
 

S

setAsText(String) - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
setAsText(String) - Method in class com.im.commons.ui.beans.StringOrNullEditor
sets new value
setAsText(String) - Method in class com.im.commons.ui.beans.StringToIntPropertyEditor
 
setClickable(boolean) - Method in class com.im.commons.ui.JLabelLink
Whether this link shall be clickable.
setCollapsed(boolean) - Method in class com.im.commons.ui.CollapsiblePanel
Collapse or show component.
setDataValid(boolean) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setEnabled(boolean, JComponent...) - Static method in class com.im.commons.ui.UIUtilities
Sets whether or not the given components are enabled.
setErrorMessage(String) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setHidden(boolean) - Method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
The "hidden" flag is used to identify features that are intended only for tool use, and which should not be exposed to humans.
setIgnoreBeanChanges(boolean) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setIgnoreBeanChangesForThisPropertyOnly(String) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setIgnoreWidgetChanges(boolean) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setLocalized(boolean) - Method in class com.im.commons.ui.beans.PropertyDescriptorBuilder
 
setMinimumSize(JComponent, Dimension) - Static method in class com.im.commons.ui.Dialogs
Sets minimum dialog size to panel displayed using Dialogs
setModified(boolean) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
setOpaque(JComponent...) - Static method in class com.im.commons.ui.MacUtil
On Mac sets the background of all passed components to be opaque with color that is used in NetBeans as default background color on Mac.
setTransparent(JComponent...) - Static method in class com.im.commons.ui.MacUtil
On Mac sets the background color to be transparent.
setURL(String) - Method in class com.im.commons.ui.JLabelLink
Set URL to be opened when user clicks this link.
setValue(Object) - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
setValueToDisplay(T) - Method in class com.im.commons.ui.PropertyDisplayPanel
 
setVisible(boolean, JComponent...) - Static method in class com.im.commons.ui.UIUtilities
Makes the components visible or invisible.
showError(String) - Static method in class com.im.commons.ui.Dialogs
Show error dialog with the given message using NetBeans Dialogs API.
showInfo(String) - Static method in class com.im.commons.ui.Dialogs
Show information dialog with the given message using NetBeans Dialogs API.
showMessage(String, int) - Static method in class com.im.commons.ui.Dialogs
Show dialog with the given message using NetBeans Dialogs API.
showMessage(String, int, String) - Static method in class com.im.commons.ui.Dialogs
Show dialog with the given message using NetBeans Dialogs API.
showWarning(String) - Static method in class com.im.commons.ui.Dialogs
Show warning dialog with the given message using NetBeans Dialogs API.
StringOrNullEditor - Class in com.im.commons.ui.beans
Enhancement for default StringEditor supplied by NetBeans core capable to display null values.
StringOrNullEditor() - Constructor for class com.im.commons.ui.beans.StringOrNullEditor
 
StringToIntPropertyEditor - Class in com.im.commons.ui.beans
Generic property editor where values are integers, but should be edited as strings.
StringToIntPropertyEditor(String[], int[]) - Constructor for class com.im.commons.ui.beans.StringToIntPropertyEditor
 
supportsCustomEditor() - Method in class com.im.commons.ui.beans.NullDelegatePropertyEditor
 
supportsCustomEditor() - Method in class com.im.commons.ui.beans.StringOrNullEditor
 

T

TITLE - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 
TITLE_FONT - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 
toDoubleOrNull(String) - Static method in class com.im.commons.ui.UIUtilities
 
toIntegerOrNull(String) - Static method in class com.im.commons.ui.UIUtilities
 
tryToSetOpacity(Window, float) - Static method in class com.im.commons.ui.UIUtilities
Tries to set opacity for the given windows iff the underlying JRE supports it.

U

UIUtilities - Class in com.im.commons.ui
Miscellaneous UI related utility methods used from within the IJC code-base.

V

valueOf(String) - Static method in enum com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
Returns an array containing the constants of this enum type, in the order they are declared.
VERTICAL_ALIGNMENT - com.im.commons.ui.beans.AbstractUIComponentBeanInfo.StandardProps
 

W

widgetValueChanged(String, JComponent) - Method in class com.im.commons.ui.beans.DFCustomizerSupport
 
Wizards - Class in com.im.commons.ui
The only purpose of this class is to relieve explicit casting during working with wizards.
A B C D F G H I J M N O P R S T U V W 
All Classes All Packages