/bundles/plugins-trunk/InfoViewer/infoviewer/actions/FindNext.java
# · Java · 18 lines · 13 code · 5 blank · 0 comment · 0 complexity · 4f0efcac2878536ddf0d1650e302fbbf MD5 · raw file
- package infoviewer.actions;
- import infoviewer.InfoViewer;
- import java.awt.event.ActionEvent;
- public class FindNext extends Find
- {
- public FindNext() {
- super("infoviewer.findnext");
- }
- public void actionPerformed(ActionEvent e)
- {
- InfoViewer v = getViewer(e);
-
- }
- }