Class BasicInternalFrameUI
public class BasicInternalFrameUI : InternalFrameUI, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
BasicInternalFrameUI
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BasicInternalFrameUI()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public BasicInternalFrameUI()
BasicInternalFrameUI(JInternalFrame)
public BasicInternalFrameUI(JInternalFrame arg0)
Parameters
BasicInternalFrameUI(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public BasicInternalFrameUI(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
BasicInternalFrameUI(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 BasicInternalFrameUI(params object[] args)
Parameters
argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EastPane
https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#getEastPane-- https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#setEastPane-javax.swing.JComponent-
public JComponent EastPane { get; set; }
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
NorthPane
https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#getNorthPane-- https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#setNorthPane-javax.swing.JComponent-
public JComponent NorthPane { get; set; }
Property Value
SouthPane
https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#getSouthPane-- https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#setSouthPane-javax.swing.JComponent-
public JComponent SouthPane { get; set; }
Property Value
WestPane
https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#getWestPane-- https://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/basic/BasicInternalFrameUI.html#setWestPane-javax.swing.JComponent-
public JComponent WestPane { get; set; }
Property Value
Methods
IsKeyBindingActive()
public bool IsKeyBindingActive()