Guest User

Untitled

a guest
Dec 21st, 2015
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.74 KB | None | 0 0
  1. @ActionReferences({
  2.     @ActionReference(
  3.             path = "Loaders/text/x-java/Actions",
  4.             id = @ActionID(category = "Edit", id = "org.openide.actions.CutAction"),
  5.             position = 300
  6.     ),
  7.     @ActionReference(
  8.             path = "Loaders/text/x-java/Actions",
  9.             id = @ActionID(category = "Edit", id = "org.openide.actions.CopyAction"),
  10.             position = 400,
  11.             separatorAfter = 500
  12.     ),
  13.     @ActionReference(
  14.             path = "Loaders/text/x-java/Actions",
  15.             id = @ActionID(category = "Edit", id = "org.openide.actions.DeleteAction"),
  16.             position = 600
  17.     ),
  18.     @ActionReference(
  19.             path = "Loaders/text/x-java/Actions",
  20.             id = @ActionID(category = "System", id = "org.openide.actions.RenameAction"),
  21.             position = 700,
  22.             separatorAfter = 800
  23.     ),
  24.     @ActionReference(
  25.             path = "Loaders/text/x-java/Actions",
  26.             id = @ActionID(category = "System", id = "org.openide.actions.SaveAsTemplateAction"),
  27.             position = 900,
  28.             separatorAfter = 1000
  29.     ),
  30.     @ActionReference(
  31.             path = "Loaders/text/x-java/Actions",
  32.             id = @ActionID(category = "System", id = "org.openide.actions.FileSystemAction"),
  33.             position = 1100,
  34.             separatorAfter = 1200
  35.     ),
  36.     @ActionReference(
  37.             path = "Loaders/text/x-java/Actions",
  38.             id = @ActionID(category = "System", id = "org.openide.actions.ToolsAction"),
  39.             position = 1300
  40.     ),
  41.     @ActionReference(
  42.             path = "Loaders/text/x-java/Actions",
  43.             id = @ActionID(category = "System", id = "org.openide.actions.PropertiesAction"),
  44.             position = 1400
  45.     )
  46. })
Add Comment
Please, Sign In to add comment