/bundles/plugins-trunk/InfoViewer/infoviewer/actions/OpenLocation.java
# · Java · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · 8c0545ef9b45868c4405a4edd02fd889 MD5 · raw file
- package infoviewer.actions;
- import java.awt.event.ActionEvent;
- public class OpenLocation extends InfoViewerAction
- {
- public OpenLocation() {
- super("infoviewer.openlocation");
- }
- public void actionPerformed(ActionEvent e)
- {
- getViewer(e).focusAddressBar();
- }
- }