Table of Contents

Class DefaultDesktopManager

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class DefaultDesktopManager : JVMBridgeBase<DefaultDesktopManager>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
DefaultDesktopManager
Implements
Inherited Members
Extension Methods

Constructors

DefaultDesktopManager()

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

public DefaultDesktopManager()

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

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

Methods

ActivateFrame(JInternalFrame)

public void ActivateFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

BeginDraggingFrame(JComponent)

public void BeginDraggingFrame(JComponent arg0)

Parameters

arg0 JComponent

JComponent

BeginResizingFrame(JComponent, int)

public void BeginResizingFrame(JComponent arg0, int arg1)

Parameters

arg0 JComponent

JComponent

arg1 int

int

CloseFrame(JInternalFrame)

public void CloseFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

DeactivateFrame(JInternalFrame)

public void DeactivateFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

DeiconifyFrame(JInternalFrame)

public void DeiconifyFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

DragFrame(JComponent, int, int)

public void DragFrame(JComponent arg0, int arg1, int arg2)

Parameters

arg0 JComponent

JComponent

arg1 int

int

arg2 int

int

EndDraggingFrame(JComponent)

public void EndDraggingFrame(JComponent arg0)

Parameters

arg0 JComponent

JComponent

EndResizingFrame(JComponent)

public void EndResizingFrame(JComponent arg0)

Parameters

arg0 JComponent

JComponent

IconifyFrame(JInternalFrame)

public void IconifyFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

MaximizeFrame(JInternalFrame)

public void MaximizeFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

MinimizeFrame(JInternalFrame)

public void MinimizeFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

OpenFrame(JInternalFrame)

public void OpenFrame(JInternalFrame arg0)

Parameters

arg0 JInternalFrame

JInternalFrame

ResizeFrame(JComponent, int, int, int, int)

public void ResizeFrame(JComponent arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 JComponent

JComponent

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

SetBoundsForFrame(JComponent, int, int, int, int)

public void SetBoundsForFrame(JComponent arg0, int arg1, int arg2, int arg3, int arg4)

Parameters

arg0 JComponent

JComponent

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

Operators

implicit operator Serializable(DefaultDesktopManager)

public static implicit operator Serializable(DefaultDesktopManager t)

Parameters

t DefaultDesktopManager

Returns

Serializable

implicit operator DesktopManager(DefaultDesktopManager)

public static implicit operator DesktopManager(DefaultDesktopManager t)

Parameters

t DefaultDesktopManager

Returns

DesktopManager