org.jcurl.demo.tactics.old
Annotation Type ActionRegistry.JCAction


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
static @interface ActionRegistry.JCAction

Mark a method that should be wrapped into a contextless Action.

Version:
$Id$
Author:
M. Rohrmoser

Required Element Summary
 int idx
          Sorting order for menu entries.
 String title
          Prefix the mnemonic with '&'.
 
Optional Element Summary
 String accelerator
          Accepts either strings in the form KeyStroke.getKeyStroke(String) or a simplified form, e.g.
 boolean separated
          add a separator before this menu entry.
 

Element Detail

idx

public abstract int idx
Sorting order for menu entries. < 0 hides.


title

public abstract String title
Prefix the mnemonic with '&'.

accelerator

public abstract String accelerator
Accepts either strings in the form KeyStroke.getKeyStroke(String) or a simplified form, e.g. CTRL-SHIFT-ALT-F1.

Default:
""

separated

public abstract boolean separated
add a separator before this menu entry.

Default:
false


Copyright © 2005-2009 JCurl.mro.name. All Rights Reserved.