public static class SourceRootsUi.EditMediator extends Object implements ActionListener, ListSelectionListener, CellEditorListener
Constructor and Description |
---|
EditMediator(Project master,
SourceRoots sourceRoots,
JTable rootsList,
JButton addFolderButton,
JButton removeButton,
JButton upButton,
JButton downButton,
boolean emptyTableIsValid) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Handles button events
|
void |
editingCanceled(ChangeEvent e) |
void |
editingStopped(ChangeEvent e) |
void |
setRelatedEditMediator(SourceRootsUi.EditMediator rem) |
void |
valueChanged(ListSelectionEvent e)
Handles changes in the selection
|
public void setRelatedEditMediator(SourceRootsUi.EditMediator rem)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void valueChanged(ListSelectionEvent e)
valueChanged
in interface ListSelectionListener
public void editingCanceled(ChangeEvent e)
editingCanceled
in interface CellEditorListener
public void editingStopped(ChangeEvent e)
editingStopped
in interface CellEditorListener