public interface ITankPanel
| Modifier and Type | Field and Description |
|---|---|
static int |
KEEP_1 |
static int |
KEEP_10 |
static int |
KEEP_50 |
static int |
KEEP_ALL |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllIndices() |
int |
getKeepNumber() |
DefaultListModel |
getModel() |
JList |
getTankList() |
void |
setKeepNumber(int arg) |
void |
setModel(DefaultListModel arg) |
static final int KEEP_ALL
static final int KEEP_1
static final int KEEP_10
static final int KEEP_50
void deleteAllIndices()
JList getTankList()
void setModel(DefaultListModel arg)
DefaultListModel getModel()
void setKeepNumber(int arg)
int getKeepNumber()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.