Table of Contents

Class Frame

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class Frame : Window, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Frame
Implements
Derived
Inherited Members
Extension Methods

Constructors

Frame()

public Frame()

Exceptions

HeadlessException

Frame(GraphicsConfiguration)

public Frame(GraphicsConfiguration arg0)

Parameters

arg0 GraphicsConfiguration

GraphicsConfiguration

Frame(String)

public Frame(String arg0)

Parameters

arg0 String

String

Exceptions

HeadlessException

Frame(String, GraphicsConfiguration)

public Frame(String arg0, GraphicsConfiguration arg1)

Parameters

arg0 String

String

arg1 GraphicsConfiguration

GraphicsConfiguration

Frame(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Frame(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CROSSHAIR_CURSOR

[Obsolete("Deprecated in JVM")]
public static int CROSSHAIR_CURSOR { get; set; }

Property Value

int

CursorType

[Obsolete("Deprecated in JVM")]
public int CursorType { get; }

Property Value

int

DEFAULT_CURSOR

[Obsolete("Deprecated in JVM")]
public static int DEFAULT_CURSOR { get; set; }

Property Value

int

E_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int E_RESIZE_CURSOR { get; set; }

Property Value

int

ExtendedState

public int ExtendedState { get; set; }

Property Value

int

Frames

public static Frame[] Frames { get; }

Property Value

Frame[]

HAND_CURSOR

[Obsolete("Deprecated in JVM")]
public static int HAND_CURSOR { get; set; }

Property Value

int

ICONIFIED

public static int ICONIFIED { get; set; }

Property Value

int

IconImage

public Image IconImage { get; }

Property Value

Image

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 java.lang.AutoCloseable

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

MAXIMIZED_BOTH

public static int MAXIMIZED_BOTH { get; set; }

Property Value

int

MAXIMIZED_HORIZ

public static int MAXIMIZED_HORIZ { get; set; }

Property Value

int

MAXIMIZED_VERT

public static int MAXIMIZED_VERT { get; set; }

Property Value

int

MOVE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int MOVE_CURSOR { get; set; }

Property Value

int

MaximizedBounds

public Rectangle MaximizedBounds { get; set; }

Property Value

Rectangle

MenuBar

public MenuBar MenuBar { get; set; }

Property Value

MenuBar

NE_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int NE_RESIZE_CURSOR { get; set; }

Property Value

int

NORMAL

public static int NORMAL { get; set; }

Property Value

int

NW_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int NW_RESIZE_CURSOR { get; set; }

Property Value

int

N_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int N_RESIZE_CURSOR { get; set; }

Property Value

int

SE_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int SE_RESIZE_CURSOR { get; set; }

Property Value

int

SW_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int SW_RESIZE_CURSOR { get; set; }

Property Value

int

S_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int S_RESIZE_CURSOR { get; set; }

Property Value

int

State

public int State { get; set; }

Property Value

int

TEXT_CURSOR

[Obsolete("Deprecated in JVM")]
public static int TEXT_CURSOR { get; set; }

Property Value

int

Title

public String Title { get; set; }

Property Value

String

WAIT_CURSOR

[Obsolete("Deprecated in JVM")]
public static int WAIT_CURSOR { get; set; }

Property Value

int

W_RESIZE_CURSOR

[Obsolete("Deprecated in JVM")]
public static int W_RESIZE_CURSOR { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for Frame()

public static Frame CreatePoolableInstance()

Returns

Frame

CreatePoolableInstance(GraphicsConfiguration)

HPA initializer for Frame(Java.Awt.GraphicsConfiguration arg0)

public static Frame CreatePoolableInstance(GraphicsConfiguration arg0)

Parameters

arg0 GraphicsConfiguration

Returns

Frame

CreatePoolableInstance(String)

HPA initializer for Frame(Java.Lang.String arg0)

public static Frame CreatePoolableInstance(String arg0)

Parameters

arg0 String

Returns

Frame

CreatePoolableInstance(String, GraphicsConfiguration)

HPA initializer for Frame(Java.Lang.String arg0, Java.Awt.GraphicsConfiguration arg1)

public static Frame CreatePoolableInstance(String arg0, GraphicsConfiguration arg1)

Parameters

arg0 String
arg1 GraphicsConfiguration

Returns

Frame

IsResizable()

public bool IsResizable()

Returns

bool

bool

IsUndecorated()

public bool IsUndecorated()

Returns

bool

bool

SetCursor(int)

[Obsolete("Deprecated in JVM")]
public void SetCursor(int arg0)

Parameters

arg0 int

int

SetResizable(bool)

public void SetResizable(bool arg0)

Parameters

arg0 bool

bool

SetUndecorated(bool)

public void SetUndecorated(bool arg0)

Parameters

arg0 bool

bool

Operators

implicit operator MenuContainer(Frame)

Converter from Frame to MenuContainer

public static implicit operator MenuContainer(Frame t)

Parameters

t Frame

Returns

MenuContainer