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
Desktop.Action
Implements
Inherited Members
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

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EDIT

public static Desktop.Action EDIT { get; }

Property Value

Desktop.Action

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

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