Table of Contents

Class JInternalFrame

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class JInternalFrame : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Component>
JInternalFrame
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Component>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Component>.IsAssignableFrom<T>()
JVMBridgeBase<Component>.Execute<T>(params T[])
JVMBridgeBase<Component>.DynBridgeClazz
JVMBridgeBase<Component>.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.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JInternalFrame()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JInternalFrame()

JInternalFrame(String)

public JInternalFrame(String arg0)

Parameters

arg0 String

String

JInternalFrame(String, bool)

public JInternalFrame(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

JInternalFrame(String, bool, bool)

public JInternalFrame(String arg0, bool arg1, bool arg2)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

JInternalFrame(String, bool, bool, bool)

public JInternalFrame(String arg0, bool arg1, bool arg2, bool arg3)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 bool

bool

JInternalFrame(String, bool, bool, bool, bool)

public JInternalFrame(String arg0, bool arg1, bool arg2, bool arg3, bool arg4)

Parameters

arg0 String

String

arg1 bool

bool

arg2 bool

bool

arg3 bool

bool

arg4 bool

bool

JInternalFrame(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 JInternalFrame(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTENT_PANE_PROPERTY

public static String CONTENT_PANE_PROPERTY { get; }

Property Value

String

ContentPane

public Container ContentPane { get; set; }

Property Value

Container

DefaultCloseOperation

public int DefaultCloseOperation { get; set; }

Property Value

int

DesktopIcon

public JInternalFrame.JDesktopIcon DesktopIcon { get; set; }

Property Value

JInternalFrame.JDesktopIcon

DesktopPane

public JDesktopPane DesktopPane { get; }

Property Value

JDesktopPane

FRAME_ICON_PROPERTY

public static String FRAME_ICON_PROPERTY { get; }

Property Value

String

FocusOwner

public Component FocusOwner { get; }

Property Value

Component

FrameIcon

public Icon FrameIcon { get; set; }

Property Value

Icon

GLASS_PANE_PROPERTY

public static String GLASS_PANE_PROPERTY { get; }

Property Value

String

GlassPane

public Component GlassPane { get; set; }

Property Value

Component

IS_CLOSED_PROPERTY

public static String IS_CLOSED_PROPERTY { get; }

Property Value

String

IS_ICON_PROPERTY

public static String IS_ICON_PROPERTY { get; }

Property Value

String

IS_MAXIMUM_PROPERTY

public static String IS_MAXIMUM_PROPERTY { get; }

Property Value

String

IS_SELECTED_PROPERTY

public static String IS_SELECTED_PROPERTY { get; }

Property Value

String

InternalFrameListeners

public InternalFrameListener[] InternalFrameListeners { get; }

Property Value

InternalFrameListener[]

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

JMenuBar

public JMenuBar JMenuBar { get; set; }

Property Value

JMenuBar

LAYERED_PANE_PROPERTY

public static String LAYERED_PANE_PROPERTY { get; }

Property Value

String

LastCursor

public Cursor LastCursor { get; }

Property Value

Cursor

Layer

public int Layer { get; }

Property Value

int

LayeredPane

public JLayeredPane LayeredPane { get; set; }

Property Value

JLayeredPane

MENU_BAR_PROPERTY

public static String MENU_BAR_PROPERTY { get; }

Property Value

String

MostRecentFocusOwner

public Component MostRecentFocusOwner { get; }

Property Value

Component

NormalBounds

public Rectangle NormalBounds { get; set; }

Property Value

Rectangle

ROOT_PANE_PROPERTY

public static String ROOT_PANE_PROPERTY { get; }

Property Value

String

TITLE_PROPERTY

public static String TITLE_PROPERTY { get; }

Property Value

String

Title

public String Title { get; set; }

Property Value

String

WarningString

public String WarningString { get; }

Property Value

String

Methods

AddInternalFrameListener(InternalFrameListener)

public void AddInternalFrameListener(InternalFrameListener arg0)

Parameters

arg0 InternalFrameListener

InternalFrameListener

Dispose()

public void Dispose()

DoDefaultCloseAction()

public void DoDefaultCloseAction()

IsClosable()

public bool IsClosable()

Returns

bool

bool

IsClosed()

public bool IsClosed()

Returns

bool

bool

IsIcon()

public bool IsIcon()

Returns

bool

bool

IsIconifiable()

public bool IsIconifiable()

Returns

bool

bool

IsMaximizable()

public bool IsMaximizable()

Returns

bool

bool

IsMaximum()

public bool IsMaximum()

Returns

bool

bool

IsResizable()

public bool IsResizable()

Returns

bool

bool

IsSelected()

public bool IsSelected()

Returns

bool

bool

MoveToBack()

public void MoveToBack()

MoveToFront()

public void MoveToFront()

Pack()

public void Pack()

RemoveInternalFrameListener(InternalFrameListener)

public void RemoveInternalFrameListener(InternalFrameListener arg0)

Parameters

arg0 InternalFrameListener

InternalFrameListener

RestoreSubcomponentFocus()

public void RestoreSubcomponentFocus()

SetClosable(bool)

public void SetClosable(bool arg0)

Parameters

arg0 bool

bool

SetClosed(bool)

public void SetClosed(bool arg0)

Parameters

arg0 bool

bool

Exceptions

PropertyVetoException

SetIcon(bool)

public void SetIcon(bool arg0)

Parameters

arg0 bool

bool

Exceptions

PropertyVetoException

SetIconifiable(bool)

public void SetIconifiable(bool arg0)

Parameters

arg0 bool

bool

SetLayer(Integer)

public void SetLayer(Integer arg0)

Parameters

arg0 Integer

Integer

SetLayer(int)

public void SetLayer(int arg0)

Parameters

arg0 int

int

SetMaximizable(bool)

public void SetMaximizable(bool arg0)

Parameters

arg0 bool

bool

SetMaximum(bool)

public void SetMaximum(bool arg0)

Parameters

arg0 bool

bool

Exceptions

PropertyVetoException

SetResizable(bool)

public void SetResizable(bool arg0)

Parameters

arg0 bool

bool

SetSelected(bool)

public void SetSelected(bool arg0)

Parameters

arg0 bool

bool

Exceptions

PropertyVetoException

SetUI(InternalFrameUI)

public void SetUI(InternalFrameUI arg0)

Parameters

arg0 InternalFrameUI

InternalFrameUI

ToBack()

public void ToBack()

ToFront()

public void ToFront()

Operators

implicit operator Accessible(JInternalFrame)

Converter from JInternalFrame to Accessible

public static implicit operator Accessible(JInternalFrame t)

Parameters

t JInternalFrame

Returns

Accessible

implicit operator RootPaneContainer(JInternalFrame)

public static implicit operator RootPaneContainer(JInternalFrame t)

Parameters

t JInternalFrame

Returns

RootPaneContainer

implicit operator WindowConstants(JInternalFrame)

Converter from JInternalFrame to WindowConstants

public static implicit operator WindowConstants(JInternalFrame t)

Parameters

t JInternalFrame

Returns

WindowConstants