Table of Contents

Class Desktop.Action

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class Desktop.Action : Enum<Desktop.Action>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<Desktop.Action>>
Desktop.Action
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<Desktop.Action>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<Desktop.Action>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<Desktop.Action>>.Execute<T>(params T[])
JVMBridgeBase<Enum<Desktop.Action>>.DynBridgeClazz
JVMBridgeBase<Enum<Desktop.Action>>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.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

Desktop.Action

APP_EVENT_FOREGROUND

public static Desktop.Action APP_EVENT_FOREGROUND { get; }

Property Value

Desktop.Action

APP_EVENT_HIDDEN

public static Desktop.Action APP_EVENT_HIDDEN { get; }

Property Value

Desktop.Action

APP_EVENT_REOPENED

public static Desktop.Action APP_EVENT_REOPENED { get; }

Property Value

Desktop.Action

APP_EVENT_SCREEN_SLEEP

public static Desktop.Action APP_EVENT_SCREEN_SLEEP { get; }

Property Value

Desktop.Action

APP_EVENT_SYSTEM_SLEEP

public static Desktop.Action APP_EVENT_SYSTEM_SLEEP { get; }

Property Value

Desktop.Action

APP_EVENT_USER_SESSION

public static Desktop.Action APP_EVENT_USER_SESSION { get; }

Property Value

Desktop.Action

APP_HELP_VIEWER

public static Desktop.Action APP_HELP_VIEWER { get; }

Property Value

Desktop.Action

APP_MENU_BAR

public static Desktop.Action APP_MENU_BAR { get; }

Property Value

Desktop.Action

APP_OPEN_FILE

public static Desktop.Action APP_OPEN_FILE { get; }

Property Value

Desktop.Action

APP_OPEN_URI

public static Desktop.Action APP_OPEN_URI { get; }

Property Value

Desktop.Action

APP_PREFERENCES

public static Desktop.Action APP_PREFERENCES { get; }

Property Value

Desktop.Action

APP_PRINT_FILE

public static Desktop.Action APP_PRINT_FILE { get; }

Property Value

Desktop.Action

APP_QUIT_HANDLER

public static Desktop.Action APP_QUIT_HANDLER { get; }

Property Value

Desktop.Action

APP_QUIT_STRATEGY

public static Desktop.Action APP_QUIT_STRATEGY { get; }

Property Value

Desktop.Action

APP_REQUEST_FOREGROUND

public static Desktop.Action APP_REQUEST_FOREGROUND { get; }

Property Value

Desktop.Action

APP_SUDDEN_TERMINATION

public static Desktop.Action APP_SUDDEN_TERMINATION { get; }

Property Value

Desktop.Action

BROWSE

public static Desktop.Action BROWSE { get; }

Property Value

Desktop.Action

BROWSE_FILE_DIR

public static Desktop.Action BROWSE_FILE_DIR { get; }

Property Value

Desktop.Action

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EDIT

public static Desktop.Action EDIT { get; }

Property Value

Desktop.Action

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MAIL

public static Desktop.Action MAIL { get; }

Property Value

Desktop.Action

MOVE_TO_TRASH

public static Desktop.Action MOVE_TO_TRASH { get; }

Property Value

Desktop.Action

OPEN

public static Desktop.Action OPEN { get; }

Property Value

Desktop.Action

PRINT

public static Desktop.Action PRINT { get; }

Property Value

Desktop.Action

Methods

ValueOf(String)

public static Desktop.Action ValueOf(String arg0)

Parameters

arg0 String

String

Returns

Desktop.Action

Desktop.Action

Values()

public static Desktop.Action[] Values()

Returns

Action[]

Desktop.Action