public interface ContextMenuAdapter
ContextMenuActions can access information about their context menu.| Modifier and Type | Method and Description |
|---|---|
String |
getContextMenuKennung()
Identifier of the context menu.
|
Frame |
getFrameForTable()
Determine the
Frame the table resides in. |
int |
getModelColumnIndex()
Return model index of the column to work on.
|
int |
getRowIndex()
Return index of the row to work on.
|
JTable |
getTable()
Reference to the table instance.
|
int |
getViewColumnIndex()
Return view index of the column to work on.
|
String getContextMenuKennung()
JTable getTable()
int getViewColumnIndex()
int getModelColumnIndex()
int getRowIndex()
Frame getFrameForTable() throws IllegalStateException
Frame the table resides in.
An exception is thrown if the table is not in a Frame.IllegalStateException - if the table does not (yet) reside in a FrameCopyright © 2017 Jürgen Zeller (privat). All rights reserved.