Uses of Class
org.jdesktop.swingbinding.JTableBinding.ColumnBinding
Packages that use JTableBinding.ColumnBinding
Package
Description
Provides support for binding to complex Swing components, and
documentation on the interesting Swing properties to bind to.
-
Uses of JTableBinding.ColumnBinding in org.jdesktop.swingbinding
Methods in org.jdesktop.swingbinding that return JTableBinding.ColumnBindingModifier and TypeMethodDescriptionJTableBinding.addColumnBinding(int index, Property<E, ?> columnProperty) Creates aColumnBindingand inserts it at the given index into the list ofColumnBindingsmaintained by thisJTableBinding.JTableBinding.addColumnBinding(int index, Property<E, ?> columnProperty, String name) Creates aColumnBindingand inserts it at the given index into the list ofColumnBindingsmaintained by thisJTableBinding.JTableBinding.addColumnBinding(Property<E, ?> columnProperty) Creates aColumnBindingand adds it to the end of the list ofColumnBindingsmaintained by thisJTableBinding.JTableBinding.addColumnBinding(Property<E, ?> columnProperty, String name) Creates a namedColumnBindingand adds it to the end of the list ofColumnBindingsmaintained by thisJTableBinding.JTableBinding.getColumnBinding(int index) Returns theColumnBindingwith the given index in the list maintained by thisJTableBinding.JTableBinding.removeColumnBinding(int index) Removes theColumnBindingwith the given index from the list maintained by thisJTableBinding.JTableBinding.ColumnBinding.setColumnClass(Class<?> columnClass) Sets the column class to be used byJTableto determine the renderer and editor for the column represented by thisColumnBinding.JTableBinding.ColumnBinding.setColumnName(String name) Sets a name for the column represented by thisColumnBinding.JTableBinding.ColumnBinding.setEditable(boolean editable) Sets whether or not the cells of the column should be editable.Methods in org.jdesktop.swingbinding that return types with arguments of type JTableBinding.ColumnBindingModifier and TypeMethodDescriptionJTableBinding.getColumnBindings()Returns an unmodifiable copy of the list ofColumnBindingsmaintained by thisJTableBinding.Methods in org.jdesktop.swingbinding with parameters of type JTableBinding.ColumnBindingModifier and TypeMethodDescriptionbooleanJTableBinding.removeColumnBinding(JTableBinding<E, SS, TS>.ColumnBinding binding) Removes the givenColumnBindingfrom the list maintained by thisJTableBinding.