Skip navigation links
com.essbase.eas.ui.ptable
Class PTableListSelectionListener
java.lang.Object
com.essbase.eas.ui.ptable.PTableListSelectionListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
-
public class PTableListSelectionListener
- extends java.lang.Object
- implements javax.swing.event.ListSelectionListener
The class that extends ListSelection listener.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTableListSelectionListener
public PTableListSelectionListener(PTable value)
PTableListSelectionListener
public PTableListSelectionListener(PTable value,
int col)
getEditRow
public int getEditRow()
setEditRow
public void setEditRow(int value)
setReferenceCol
public void setReferenceCol(int value)
getReferenceCol
public int getReferenceCol()
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
-
- Specified by:
valueChanged
in interface javax.swing.event.ListSelectionListener
addTableListListener
public void addTableListListener(PTableListener l)
- add a listener to the table's collection of listeners.
removeTableListListener
public void removeTableListListener(PTableListener l)
- removes an event listener from a server
Skip navigation links
Copyright © 2001, 2011, Oracle. All rights reserved.