Package net.anwiba.commons.swing.list
Interface IObjectListConfiguration<T>
-
public interface IObjectListConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.DropModegetDropMode()IBooleanDistributorgetEnabledDistributor()intgetLayoutOrientation()java.awt.event.MouseListenergetMouseListener()IObjectUi<T>getObjectUi()IObjectUiCellRendererConfigurationgetObjectUiCellRendererConfiguration()TgetPrototype()intgetSelectionMode()ISelectionModel<T>getSelectionModel()javax.swing.TransferHandlergetTransferHandler()intgetVisibleRowCount()booleanisDragEnabled()booleanisEditable()
-
-
-
Method Detail
-
getEnabledDistributor
IBooleanDistributor getEnabledDistributor()
-
getLayoutOrientation
int getLayoutOrientation()
-
getSelectionMode
int getSelectionMode()
-
getObjectUiCellRendererConfiguration
IObjectUiCellRendererConfiguration getObjectUiCellRendererConfiguration()
-
getVisibleRowCount
int getVisibleRowCount()
-
getMouseListener
java.awt.event.MouseListener getMouseListener()
-
getSelectionModel
ISelectionModel<T> getSelectionModel()
-
getTransferHandler
javax.swing.TransferHandler getTransferHandler()
-
getDropMode
javax.swing.DropMode getDropMode()
-
isDragEnabled
boolean isDragEnabled()
-
getPrototype
T getPrototype()
-
isEditable
boolean isEditable()
-
-