Class Desktop.Action
public class Desktop.Action : Enum<Desktop.Action>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseDesktop.Action
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Enum<Desktop.Action>>.SExecute<TNewClass, TReturn>(IJavaType, string, params object[])JVMBridgeBase<Enum<Desktop.Action>>.IsAssignableFrom(IJavaType)JVMBridgeBase<Enum<Desktop.Action>>.IsAssignableFrom<T>()JVMBridgeBase<Enum<Desktop.Action>>.Execute<T>(params T[])JVMBridgeBase<Enum<Desktop.Action>>.DynBridgeClazzJVMBridgeBase<Enum<Desktop.Action>>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- 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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EDIT
public static Desktop.Action EDIT { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
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()