11 package com.google.scrollview.ui;
22 import com.google.scrollview.ScrollView;
23 import com.google.scrollview.events.SVEvent;
24 import com.google.scrollview.events.SVEventType;
26 import javax.swing.JMenuItem;
33 class SVEmptyMenuItem
extends SVAbstractMenuItem {
34 SVEmptyMenuItem(
int id, String name) {
35 super(
id, name,
new JMenuItem(name));
39 public void performAction(SVWindow window,
SVEventType eventType) {
43 new SVEvent(eventType, window,
id, getValue());