| |
|
| edu.rice.cs.drjava.ui.BookmarksPanel
BookmarksPanel | public class BookmarksPanel extends RegionsTreePanel (Code) | | Panel for displaying bookmarks.
This class is a swing view class and hence should only be accessed from the event-handling thread.
version: $Id$ |
BookmarksPanel | public BookmarksPanel(MainFrame frame)(Code) | | Constructs a new bookmarks panel.
This is swing view class and hence should only be accessed from the event-handling thread.
Parameters: frame - the MainFrame |
makeButtons | protected JComponent[] makeButtons()(Code) | | Creates the buttons for controlling the regions. Should be overridden.
|
makePopupMenuActions | protected AbstractAction[] makePopupMenuActions()(Code) | | Makes the popup menu actions. Should be overridden if additional actions besides "Go to" and "Remove" are added.
|
performDefaultAction | protected void performDefaultAction()(Code) | | Action performed when the Enter key is pressed. Should be overridden.
|
updateButtons | protected void updateButtons()(Code) | | Update button state and text.
|
|
|
|