Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.list
Interface IObjectListConfiguration<T>
public interface IObjectListConfiguration<T>
-
Method Summary
Modifier and TypeMethodDescriptionintintintbooleanboolean
-
Method Details
-
getEnabledDistributor
IBooleanDistributor getEnabledDistributor() -
getLayoutOrientation
int getLayoutOrientation() -
getSelectionMode
int getSelectionMode() -
getObjectUi
-
getObjectUiCellRendererConfiguration
IObjectUiCellRendererConfiguration getObjectUiCellRendererConfiguration() -
getVisibleRowCount
int getVisibleRowCount() -
getMouseListener
MouseListener getMouseListener() -
getSelectionModel
ISelectionModel<T> getSelectionModel() -
getTransferHandler
TransferHandler getTransferHandler() -
getDropMode
DropMode getDropMode() -
isDragEnabled
boolean isDragEnabled() -
getPrototype
T getPrototype() -
isEditable
boolean isEditable()
-