Uses of Interface
net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandler
-
Packages that use TableSelectionHandler Package Description net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of TableSelectionHandler in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return TableSelectionHandler Modifier and Type Method Description TableSelectionHandler
TableTag. getEditorSelectionHandler()
Returns the selection handler for editor components.TableSelectionHandler
TableTag. getRendererSelectionHandler()
Returns the selection handler for renderer components.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type TableSelectionHandler Modifier and Type Method Description void
TableTag. setEditorSelectionHandler(TableSelectionHandler editorSelectionHandler)
Sets the selection handler for editor components.void
TableTag. setRendererSelectionHandler(TableSelectionHandler rendererSelectionHandler)
Sets the selection handler for renderer components.
-