Class BorderUIResource
public class BorderUIResource : JVMBridgeBase<BorderUIResource>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
BorderUIResource
- Implements
- Inherited Members
- Extension Methods
Constructors
BorderUIResource()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BorderUIResource()
BorderUIResource(Border)
public BorderUIResource(Border arg0)
Parameters
BorderUIResource(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 BorderUIResource(params object[] args)
Parameters
args
object[]
Properties
BlackLineBorderUIResource
public static Border BlackLineBorderUIResource { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GetEtchedBorderUIResource
public static Border GetEtchedBorderUIResource { 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 Closeable
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
LoweredBevelBorderUIResource
public static Border LoweredBevelBorderUIResource { get; }
Property Value
RaisedBevelBorderUIResource
public static Border RaisedBevelBorderUIResource { get; }
Property Value
Methods
GetBorderInsets(Component)
public Insets GetBorderInsets(Component arg0)
Parameters
Returns
IsBorderOpaque()
public bool IsBorderOpaque()
Returns
PaintBorder(Component, Graphics, int, int, int, int)
public void PaintBorder(Component arg0, Graphics arg1, int arg2, int arg3, int arg4, int arg5)
Parameters
Operators
implicit operator Serializable(BorderUIResource)
Converter from BorderUIResource to Serializable
public static implicit operator Serializable(BorderUIResource t)
Parameters
Returns
implicit operator Border(BorderUIResource)
Converter from BorderUIResource to Border
public static implicit operator Border(BorderUIResource t)
Parameters
Returns
implicit operator UIResource(BorderUIResource)
Converter from BorderUIResource to UIResource
public static implicit operator UIResource(BorderUIResource t)