- select(Collection<Object>) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating selection dialog with collection.
- select(Collection<Object>, String) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating selection dialog with collection and title.
- select(Collection<Object>, String, boolean) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating selection dialog with collection, title and default selection.
- select(Collection<Object>, String, boolean, String) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating selection dialog with collection, title, default selection, and user message.
- setProperties(Properties) - Method in class com.nomagic.reportwizard.tools.dialog.JLabelRenderer
-
Set value for blank name element.
- setProperties(Properties) - Method in class com.nomagic.reportwizard.tools.dialog.SortTable
-
method for set value to blankValue.
- sort(Collection) - Method in class com.nomagic.reportwizard.tools.dialog.SortTable
-
sort collection from JTable to ascendant collection.
- sort(Collection<Object>) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection.
- sort(String, Collection<Object>) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection and user message.
- sort(Collection<Object>, String) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection and title.
- sort(Collection<Object>, boolean) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection and initial value.
- sort(String, Collection<Object>, boolean) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection, user message, title, and initial value.
- sort(Collection<Object>, String, boolean) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection.
- sort(String, Collection<Object>, String, boolean) - Method in class com.nomagic.reportwizard.tools.DialogTool
-
Method for creating sort dialog with collection and user message.
- sortDesc(Collection) - Method in class com.nomagic.reportwizard.tools.dialog.SortTable
-
sort collection from JTable to descendant collection.
- SortTable - Class in com.nomagic.reportwizard.tools.dialog
-
class for sort table data.
- SortTable() - Constructor for class com.nomagic.reportwizard.tools.dialog.SortTable
-