public class ObjectListComponent<T> extends Object implements IComponentProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectListComponent.JListSelectionListener<T> |
static class |
ObjectListComponent.SelectionListener<T> |
| Constructor and Description |
|---|
ObjectListComponent(IListModel<T> listModel) |
ObjectListComponent(IObjectListConfiguration<T> configuration,
IListModel<T> listModel) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getComponent() |
net.anwiba.commons.model.SelectionModel<T> |
getSelectionModel() |
public ObjectListComponent(IListModel<T> listModel)
public ObjectListComponent(IObjectListConfiguration<T> configuration, IListModel<T> listModel)
public JComponent getComponent()
getComponent in interface IComponentProviderpublic net.anwiba.commons.model.SelectionModel<T> getSelectionModel()
Copyright © 2007–2017 Andreas Bartels. All rights reserved.