games.rednblack.h2d.common.MenuAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-api Show documentation
Show all versions of common-api Show documentation
Common API to build HyperLap2D plugins
The newest version!
package games.rednblack.h2d.common;
public class MenuAPI {
private static final String HyperLap2DMenuBar = "games.rednblack.editor.view.HyperLap2DMenuBar";
public static final String EDIT_MENU = HyperLap2DMenuBar + ".EDIT_MENU";
public static final String FILE_MENU = HyperLap2DMenuBar + ".FILE_MENU";
public static final String WINDOW_MENU = HyperLap2DMenuBar + ".WINDOW_MENU";
public static final String HELP_MENU = HyperLap2DMenuBar + ".HELP_MENU";
public static final String RESOURCE_MENU = HyperLap2DMenuBar + ".RESOURCE_MENU";
}