Class Frame
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
Frame(GraphicsConfiguration)
public Frame(GraphicsConfiguration arg0)
Parameters
Frame(String)
public Frame(String arg0)
Parameters
Exceptions
Frame(String, GraphicsConfiguration)
public Frame(String arg0, GraphicsConfiguration arg1)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CROSSHAIR_CURSOR
[Obsolete("Deprecated in JVM")]
public static int CROSSHAIR_CURSOR { get; set; }
Property Value
CursorType
[Obsolete("Deprecated in JVM")]
public int CursorType { get; }
Property Value
DEFAULT_CURSOR
[Obsolete("Deprecated in JVM")]
public static int DEFAULT_CURSOR { get; set; }
Property Value
E_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int E_RESIZE_CURSOR { get; set; }
Property Value
ExtendedState
https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#getExtendedState-- https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#setExtendedState-int-
public int ExtendedState { get; set; }
Property Value
Frames
public static Frame[] Frames { get; }
Property Value
- Frame[]
HAND_CURSOR
[Obsolete("Deprecated in JVM")]
public static int HAND_CURSOR { get; set; }
Property Value
ICONIFIED
public static int ICONIFIED { get; set; }
Property Value
IconImage
public Image IconImage { 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 java.lang.AutoCloseable
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
MAXIMIZED_BOTH
public static int MAXIMIZED_BOTH { get; set; }
Property Value
MAXIMIZED_HORIZ
public static int MAXIMIZED_HORIZ { get; set; }
Property Value
MAXIMIZED_VERT
public static int MAXIMIZED_VERT { get; set; }
Property Value
MOVE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int MOVE_CURSOR { get; set; }
Property Value
MaximizedBounds
https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#getMaximizedBounds-- https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#setMaximizedBounds-java.awt.Rectangle-
public Rectangle MaximizedBounds { get; set; }
Property Value
MenuBar
https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#getMenuBar-- https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#setMenuBar-java.awt.MenuBar-
public MenuBar MenuBar { get; set; }
Property Value
NE_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int NE_RESIZE_CURSOR { get; set; }
Property Value
NORMAL
public static int NORMAL { get; set; }
Property Value
NW_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int NW_RESIZE_CURSOR { get; set; }
Property Value
N_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int N_RESIZE_CURSOR { get; set; }
Property Value
SE_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int SE_RESIZE_CURSOR { get; set; }
Property Value
SW_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int SW_RESIZE_CURSOR { get; set; }
Property Value
S_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int S_RESIZE_CURSOR { get; set; }
Property Value
State
https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#getState-- https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#setState-int-
public int State { get; set; }
Property Value
TEXT_CURSOR
[Obsolete("Deprecated in JVM")]
public static int TEXT_CURSOR { get; set; }
Property Value
Title
https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#getTitle-- https://docs.oracle.com/javase/8/docs/api/java/awt/Frame.html#setTitle-java.lang.String-
public String Title { get; set; }
Property Value
WAIT_CURSOR
[Obsolete("Deprecated in JVM")]
public static int WAIT_CURSOR { get; set; }
Property Value
W_RESIZE_CURSOR
[Obsolete("Deprecated in JVM")]
public static int W_RESIZE_CURSOR { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Frame()
public static Frame CreatePoolableInstance()
Returns
CreatePoolableInstance(GraphicsConfiguration)
HPA initializer for Frame(Java.Awt.GraphicsConfiguration arg0)
public static Frame CreatePoolableInstance(GraphicsConfiguration arg0)
Parameters
Returns
CreatePoolableInstance(String)
HPA initializer for Frame(Java.Lang.String arg0)
public static Frame CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
CreatePoolableInstance(String, GraphicsConfiguration)
HPA initializer for Frame(Java.Lang.String arg0, Java.Awt.GraphicsConfiguration arg1)
public static Frame CreatePoolableInstance(String arg0, GraphicsConfiguration arg1)
Parameters
arg0Stringarg1GraphicsConfiguration
Returns
IsResizable()
public bool IsResizable()
Returns
IsUndecorated()
public bool IsUndecorated()
Returns
SetCursor(int)
[Obsolete("Deprecated in JVM")]
public void SetCursor(int arg0)
Parameters
SetResizable(bool)
public void SetResizable(bool arg0)
Parameters
SetUndecorated(bool)
public void SetUndecorated(bool arg0)
Parameters
Operators
implicit operator MenuContainer(Frame)
Converter from Frame to MenuContainer
public static implicit operator MenuContainer(Frame t)
Parameters
tFrame