public class TableGUIMediator extends Object
| Constructor and Description |
|---|
TableGUIMediator()
Instantiates a new table GUI mediator.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnSelected()
Gets the column selected.
|
int |
getRowSelected()
Gets the row selected.
|
void |
setButtons(ImageButton up,
ImageButton down,
ImageButton delete)
Sets the buttons.
|
void |
setEntryButton(ImageButton but)
Sets the entry button.
|
void |
setTable(StyleMapTable t)
Sets the table.
|
void |
tableClicked(ListSelectionEvent ev)
Table clicked.
|
void |
treeClicked()
Tree clicked.
|
public TableGUIMediator()
public void setTable(StyleMapTable t)
t - the new tablepublic void tableClicked(ListSelectionEvent ev)
ev - the evpublic void setButtons(ImageButton up, ImageButton down, ImageButton delete)
up - the updown - the downdelete - the deletepublic int getRowSelected()
public int getColumnSelected()
public void setEntryButton(ImageButton but)
but - the new entry buttonpublic void treeClicked()
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.