public static class SourceRootsUi.EditMediator extends Object implements ActionListener, ListSelectionListener, CellEditorListener
| Constructor and Description |
|---|
SourceRootsUi.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 ActionListenerpublic void valueChanged(ListSelectionEvent e)
valueChanged in interface ListSelectionListenerpublic void editingCanceled(ChangeEvent e)
editingCanceled in interface CellEditorListenerpublic void editingStopped(ChangeEvent e)
editingStopped in interface CellEditorListenerBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.