public class StatusBarPanel extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.StatusBarPanel
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.StatusBarPanel
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
StatusBarPanel() |
StatusBarPanel(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeginInit() |
static StatusBarPanel |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into StatusBarPanel, a cast assert is made to check if types are compatible. |
void |
EndInit() |
HorizontalAlignment |
getAlignment() |
StatusBarPanelAutoSize |
getAutoSize() |
StatusBarPanelBorderStyle |
getBorderStyle() |
Icon |
getIcon() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMinWidth() |
java.lang.String |
getName() |
StatusBar |
getParent() |
StatusBarPanelStyle |
getStyle() |
NetObject |
getTag() |
java.lang.String |
getText() |
java.lang.String |
getToolTipText() |
int |
getWidth() |
void |
setAlignment(HorizontalAlignment Alignment) |
void |
setAutoSize(StatusBarPanelAutoSize AutoSize) |
void |
setBorderStyle(StatusBarPanelBorderStyle BorderStyle) |
void |
setIcon(Icon Icon) |
void |
setJCOInstance(JCObject instance) |
void |
setMinWidth(int MinWidth) |
void |
setName(java.lang.String Name) |
void |
setStyle(StatusBarPanelStyle Style) |
void |
setTag(NetObject Tag) |
void |
setText(java.lang.String Text) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setWidth(int Width) |
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public StatusBarPanel()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public StatusBarPanel(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void BeginInit()
throws java.lang.Throwable
java.lang.Throwablepublic static StatusBarPanel cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into StatusBarPanel, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStatusBarPanel instancejava.lang.Throwable - in case of error during cast operationpublic void EndInit()
throws java.lang.Throwable
java.lang.Throwablepublic HorizontalAlignment getAlignment() throws java.lang.Throwable
java.lang.Throwablepublic StatusBarPanelAutoSize getAutoSize() throws java.lang.Throwable
java.lang.Throwablepublic StatusBarPanelBorderStyle getBorderStyle() throws java.lang.Throwable
java.lang.Throwablepublic Icon getIcon() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic int getMinWidth()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable
java.lang.Throwablepublic StatusBar getParent() throws java.lang.Throwable
java.lang.Throwablepublic StatusBarPanelStyle getStyle() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable
java.lang.Throwablepublic int getWidth()
throws java.lang.Throwable
java.lang.Throwablepublic void setAlignment(HorizontalAlignment Alignment) throws java.lang.Throwable
java.lang.Throwablepublic void setAutoSize(StatusBarPanelAutoSize AutoSize) throws java.lang.Throwable
java.lang.Throwablepublic void setBorderStyle(StatusBarPanelBorderStyle BorderStyle) throws java.lang.Throwable
java.lang.Throwablepublic void setIcon(Icon Icon) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setMinWidth(int MinWidth)
throws java.lang.Throwable
java.lang.Throwablepublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setStyle(StatusBarPanelStyle Style) throws java.lang.Throwable
java.lang.Throwablepublic void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable
java.lang.Throwablepublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable
java.lang.Throwablepublic void setWidth(int Width)
throws java.lang.Throwable
java.lang.Throwable