Class Region
public class Region : JVMBridgeBase<Region>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Region>Region
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Region>.IsAssignableFrom(IJavaType)JVMBridgeBase<Region>.IsAssignableFrom<T>()JVMBridgeBase<Region>.Execute<T>(params T[])JVMBridgeBase<Region>.DynBridgeClazzJVMBridgeBase<Region>.BridgeClazzJVMBridgeBase.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.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
Region()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Region()
Region(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 Region(params object[] args)
Parameters
args
object[]
Properties
ARROW_BUTTON
public static Region ARROW_BUTTON { get; }
Property Value
BUTTON
public static Region BUTTON { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CHECK_BOX
public static Region CHECK_BOX { get; }
Property Value
CHECK_BOX_MENU_ITEM
public static Region CHECK_BOX_MENU_ITEM { get; }
Property Value
COLOR_CHOOSER
public static Region COLOR_CHOOSER { get; }
Property Value
COMBO_BOX
public static Region COMBO_BOX { get; }
Property Value
DESKTOP_ICON
public static Region DESKTOP_ICON { get; }
Property Value
DESKTOP_PANE
public static Region DESKTOP_PANE { get; }
Property Value
EDITOR_PANE
public static Region EDITOR_PANE { get; }
Property Value
FILE_CHOOSER
public static Region FILE_CHOOSER { get; }
Property Value
FORMATTED_TEXT_FIELD
public static Region FORMATTED_TEXT_FIELD { get; }
Property Value
INTERNAL_FRAME
public static Region INTERNAL_FRAME { get; }
Property Value
INTERNAL_FRAME_TITLE_PANE
public static Region INTERNAL_FRAME_TITLE_PANE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LABEL
public static Region LABEL { get; }
Property Value
LIST
public static Region LIST { get; }
Property Value
MENU
public static Region MENU { get; }
Property Value
MENU_BAR
public static Region MENU_BAR { get; }
Property Value
MENU_ITEM
public static Region MENU_ITEM { get; }
Property Value
MENU_ITEM_ACCELERATOR
public static Region MENU_ITEM_ACCELERATOR { get; }
Property Value
Name
public String Name { get; }
Property Value
OPTION_PANE
public static Region OPTION_PANE { get; }
Property Value
PANEL
public static Region PANEL { get; }
Property Value
PASSWORD_FIELD
public static Region PASSWORD_FIELD { get; }
Property Value
POPUP_MENU
public static Region POPUP_MENU { get; }
Property Value
POPUP_MENU_SEPARATOR
public static Region POPUP_MENU_SEPARATOR { get; }
Property Value
PROGRESS_BAR
public static Region PROGRESS_BAR { get; }
Property Value
RADIO_BUTTON
public static Region RADIO_BUTTON { get; }
Property Value
RADIO_BUTTON_MENU_ITEM
public static Region RADIO_BUTTON_MENU_ITEM { get; }
Property Value
ROOT_PANE
public static Region ROOT_PANE { get; }
Property Value
SCROLL_BAR
public static Region SCROLL_BAR { get; }
Property Value
SCROLL_BAR_THUMB
public static Region SCROLL_BAR_THUMB { get; }
Property Value
SCROLL_BAR_TRACK
public static Region SCROLL_BAR_TRACK { get; }
Property Value
SCROLL_PANE
public static Region SCROLL_PANE { get; }
Property Value
SEPARATOR
public static Region SEPARATOR { get; }
Property Value
SLIDER
public static Region SLIDER { get; }
Property Value
SLIDER_THUMB
public static Region SLIDER_THUMB { get; }
Property Value
SLIDER_TRACK
public static Region SLIDER_TRACK { get; }
Property Value
SPINNER
public static Region SPINNER { get; }
Property Value
SPLIT_PANE
public static Region SPLIT_PANE { get; }
Property Value
SPLIT_PANE_DIVIDER
public static Region SPLIT_PANE_DIVIDER { get; }
Property Value
TABBED_PANE
public static Region TABBED_PANE { get; }
Property Value
TABBED_PANE_CONTENT
public static Region TABBED_PANE_CONTENT { get; }
Property Value
TABBED_PANE_TAB
public static Region TABBED_PANE_TAB { get; }
Property Value
TABBED_PANE_TAB_AREA
public static Region TABBED_PANE_TAB_AREA { get; }
Property Value
TABLE
public static Region TABLE { get; }
Property Value
TABLE_HEADER
public static Region TABLE_HEADER { get; }
Property Value
TEXT_AREA
public static Region TEXT_AREA { get; }
Property Value
TEXT_FIELD
public static Region TEXT_FIELD { get; }
Property Value
TEXT_PANE
public static Region TEXT_PANE { get; }
Property Value
TOGGLE_BUTTON
public static Region TOGGLE_BUTTON { get; }
Property Value
TOOL_BAR
public static Region TOOL_BAR { get; }
Property Value
TOOL_BAR_CONTENT
public static Region TOOL_BAR_CONTENT { get; }
Property Value
TOOL_BAR_DRAG_WINDOW
public static Region TOOL_BAR_DRAG_WINDOW { get; }
Property Value
TOOL_BAR_SEPARATOR
public static Region TOOL_BAR_SEPARATOR { get; }
Property Value
TOOL_TIP
public static Region TOOL_TIP { get; }
Property Value
TREE
public static Region TREE { get; }
Property Value
TREE_CELL
public static Region TREE_CELL { get; }
Property Value
VIEWPORT
public static Region VIEWPORT { get; }
Property Value
Methods
IsSubregion()
public bool IsSubregion()