Table of Contents

Class JSplitPane

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class JSplitPane : JComponent, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Component>
JSplitPane
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

JSplitPane()

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

public JSplitPane()

JSplitPane(int)

public JSplitPane(int arg0)

Parameters

arg0 int

int

JSplitPane(int, Component, Component)

public JSplitPane(int arg0, Component arg1, Component arg2)

Parameters

arg0 int

int

arg1 Component

Component

arg2 Component

Component

JSplitPane(int, bool)

public JSplitPane(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

JSplitPane(int, bool, Component, Component)

public JSplitPane(int arg0, bool arg1, Component arg2, Component arg3)

Parameters

arg0 int

int

arg1 bool

bool

arg2 Component

Component

arg3 Component

Component

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

Parameters

args object[]

Properties

BOTTOM

public static String BOTTOM { get; }

Property Value

String

BottomComponent

public Component BottomComponent { get; set; }

Property Value

Component

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTINUOUS_LAYOUT_PROPERTY

public static String CONTINUOUS_LAYOUT_PROPERTY { get; }

Property Value

String

DIVIDER

public static String DIVIDER { get; }

Property Value

String

DIVIDER_LOCATION_PROPERTY

public static String DIVIDER_LOCATION_PROPERTY { get; }

Property Value

String

DIVIDER_SIZE_PROPERTY

public static String DIVIDER_SIZE_PROPERTY { get; }

Property Value

String

DividerLocation

public int DividerLocation { get; }

Property Value

int

DividerSize

public int DividerSize { get; set; }

Property Value

int

HORIZONTAL_SPLIT

public static int HORIZONTAL_SPLIT { get; }

Property Value

int

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

LAST_DIVIDER_LOCATION_PROPERTY

public static String LAST_DIVIDER_LOCATION_PROPERTY { get; }

Property Value

String

LEFT

public static String LEFT { get; }

Property Value

String

LastDividerLocation

public int LastDividerLocation { get; set; }

Property Value

int

LeftComponent

public Component LeftComponent { get; set; }

Property Value

Component

MaximumDividerLocation

public int MaximumDividerLocation { get; }

Property Value

int

MinimumDividerLocation

public int MinimumDividerLocation { get; }

Property Value

int

ONE_TOUCH_EXPANDABLE_PROPERTY

public static String ONE_TOUCH_EXPANDABLE_PROPERTY { get; }

Property Value

String

ORIENTATION_PROPERTY

public static String ORIENTATION_PROPERTY { get; }

Property Value

String

Orientation

public int Orientation { get; set; }

Property Value

int

RESIZE_WEIGHT_PROPERTY

public static String RESIZE_WEIGHT_PROPERTY { get; }

Property Value

String

RIGHT

public static String RIGHT { get; }

Property Value

String

ResizeWeight

public double ResizeWeight { get; set; }

Property Value

double

RightComponent

public Component RightComponent { get; set; }

Property Value

Component

TOP

public static String TOP { get; }

Property Value

String

TopComponent

public Component TopComponent { get; set; }

Property Value

Component

VERTICAL_SPLIT

public static int VERTICAL_SPLIT { get; }

Property Value

int

Methods

IsContinuousLayout()

public bool IsContinuousLayout()

Returns

bool

bool

IsOneTouchExpandable()

public bool IsOneTouchExpandable()

Returns

bool

bool

ResetToPreferredSizes()

public void ResetToPreferredSizes()

SetContinuousLayout(bool)

public void SetContinuousLayout(bool arg0)

Parameters

arg0 bool

bool

SetDividerLocation(double)

public void SetDividerLocation(double arg0)

Parameters

arg0 double

double

SetDividerLocation(int)

public void SetDividerLocation(int arg0)

Parameters

arg0 int

int

SetOneTouchExpandable(bool)

public void SetOneTouchExpandable(bool arg0)

Parameters

arg0 bool

bool

SetUI(SplitPaneUI)

public void SetUI(SplitPaneUI arg0)

Parameters

arg0 SplitPaneUI

SplitPaneUI

Operators

implicit operator Accessible(JSplitPane)

Converter from JSplitPane to Accessible

public static implicit operator Accessible(JSplitPane t)

Parameters

t JSplitPane

Returns

Accessible