Class Desktop.Action
public class Desktop.Action : Enum<Desktop.Action>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Desktop.Action
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<Desktop.Action>>.SExecute<TNewClass, TReturn>(IJavaType, string, params object[])
- Extension Methods
Constructors
Action()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Action()
Action(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public Action(params object[] args)
Parameters
args
object[]
Properties
APP_ABOUT
public static Desktop.Action APP_ABOUT { get; }
Property Value
APP_EVENT_FOREGROUND
public static Desktop.Action APP_EVENT_FOREGROUND { get; }
Property Value
APP_EVENT_HIDDEN
public static Desktop.Action APP_EVENT_HIDDEN { get; }
Property Value
APP_EVENT_REOPENED
public static Desktop.Action APP_EVENT_REOPENED { get; }
Property Value
APP_EVENT_SCREEN_SLEEP
public static Desktop.Action APP_EVENT_SCREEN_SLEEP { get; }
Property Value
APP_EVENT_SYSTEM_SLEEP
public static Desktop.Action APP_EVENT_SYSTEM_SLEEP { get; }
Property Value
APP_EVENT_USER_SESSION
public static Desktop.Action APP_EVENT_USER_SESSION { get; }
Property Value
APP_HELP_VIEWER
public static Desktop.Action APP_HELP_VIEWER { get; }
Property Value
APP_MENU_BAR
public static Desktop.Action APP_MENU_BAR { get; }
Property Value
APP_OPEN_FILE
public static Desktop.Action APP_OPEN_FILE { get; }
Property Value
APP_OPEN_URI
public static Desktop.Action APP_OPEN_URI { get; }
Property Value
APP_PREFERENCES
public static Desktop.Action APP_PREFERENCES { get; }
Property Value
APP_PRINT_FILE
public static Desktop.Action APP_PRINT_FILE { get; }
Property Value
APP_QUIT_HANDLER
public static Desktop.Action APP_QUIT_HANDLER { get; }
Property Value
APP_QUIT_STRATEGY
public static Desktop.Action APP_QUIT_STRATEGY { get; }
Property Value
APP_REQUEST_FOREGROUND
public static Desktop.Action APP_REQUEST_FOREGROUND { get; }
Property Value
APP_SUDDEN_TERMINATION
public static Desktop.Action APP_SUDDEN_TERMINATION { get; }
Property Value
BROWSE
public static Desktop.Action BROWSE { get; }
Property Value
BROWSE_FILE_DIR
public static Desktop.Action BROWSE_FILE_DIR { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EDIT
public static Desktop.Action EDIT { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
public static Desktop.Action MAIL { get; }
Property Value
MOVE_TO_TRASH
public static Desktop.Action MOVE_TO_TRASH { get; }
Property Value
OPEN
public static Desktop.Action OPEN { get; }
Property Value
public static Desktop.Action PRINT { get; }
Property Value
Methods
ValueOf(String)
public static Desktop.Action ValueOf(String arg0)
Parameters
Returns
Values()
public static Desktop.Action[] Values()