class GenericRelationEditor.EditAction extends javax.swing.AbstractAction implements javax.swing.event.ListSelectionListener
Constructor and Description |
---|
EditAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
protected java.util.Collection<RelationMember> |
getMembersForCurrentSelection(Relation r) |
protected void |
refreshEnabled() |
void |
run() |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
public EditAction()
protected void refreshEnabled()
protected java.util.Collection<RelationMember> getMembersForCurrentSelection(Relation r)
public void run()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener