Package system.windows.forms
Class Label
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,IDropTarget
- Direct Known Subclasses:
LinkLabel
public class Label extends Control
The base .NET class managing System.Windows.Forms.Label, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Label
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static String
assemblyShortName
Assembly name: System.Windows.Formsstatic String
className
Qualified class name: System.Windows.Forms.Labelstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.windows.forms.Control
addBackColorChanged, addBindingContextChanged, addCausesValidationChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDockChanged, addDoubleClick, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addForeColorChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addInvalidated, addLayout, addLeave, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addPaddingChanged, addPaint, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addRightToLeftChanged, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addTextChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, DrawToBitmap, EndInvoke, FindForm, Focus, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAllowDrop, getAnchor, getAutoScrollOffset, getAutoSize, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBindingContext, getBottom, getBounds, getCanFocus, getCanSelect, getCapture, getCausesValidation, getCheckForIllegalCrossThreadCalls, GetChildAtPoint, GetChildAtPoint, getClientRectangle, getClientSize, getCompanyName, GetContainerControl, getContainsFocus, getContextMenuStrip, getCreated, getCursor, getDataBindings, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getPadding, getParent, getPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invoke, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeBackColorChanged, removeBindingContextChanged, removeCausesValidationChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDockChanged, removeDoubleClick, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeForeColorChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeInvalidated, removeLayout, removeLeave, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removePaddingChanged, removePaint, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeRightToLeftChanged, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTextChanged, removeValidated, removeValidating, removeVisibleChanged, ResetBackColor, ResetBindings, ResetCursor, ResetFont, ResetForeColor, ResetImeMode, ResetRightToLeft, ResetText, ResumeLayout, ResumeLayout, Scale, Scale, Scale, ScaleBitmapLogicalToDevice, Select, SelectNextControl, SendToBack, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAllowDrop, setAnchor, setAutoScrollOffset, setAutoSize, setBackColor, setBackgroundImage, setBackgroundImageLayout, setBindingContext, setBounds, SetBounds, SetBounds, setCapture, setCausesValidation, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenuStrip, setCursor, setDock, setEnabled, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setPadding, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTag, setText, setTop, setUseWaitCursor, setVisible, setWidth, setWindowTarget, Show, SuspendLayout, Update
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Windows.Forms.Label- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Label
public Label(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
Label
public Label() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, FormatException, Win32Exception, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDropTarget
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classControl
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDropTarget
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classControl
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDropTarget
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classControl
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDropTarget
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classControl
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDropTarget
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Label cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoLabel
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Label
instance- Throws:
Throwable
- in case of error during cast operation
-
GetPreferredSize
public Size GetPreferredSize(Size proposedSize) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, OutOfMemoryException
- Overrides:
GetPreferredSize
in classControl
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
OutOfMemoryException
-
setAutoEllipsis
public void setAutoEllipsis(boolean AutoEllipsis) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, Win32Exception, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
Win32Exception
OutOfMemoryException
NullReferenceException
-
getTabStop
public boolean getTabStop() throws Throwable
- Overrides:
getTabStop
in classControl
- Throws:
Throwable
-
setTabStop
public void setTabStop(boolean TabStop) throws Throwable
- Overrides:
setTabStop
in classControl
- Throws:
Throwable
-
getUseCompatibleTextRendering
public boolean getUseCompatibleTextRendering() throws Throwable
- Throws:
Throwable
-
setUseCompatibleTextRendering
public void setUseCompatibleTextRendering(boolean UseCompatibleTextRendering) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
ObjectDisposedException
InvalidOperationException
Win32Exception
NotSupportedException
OutOfMemoryException
NullReferenceException
-
setUseMnemonic
public void setUseMnemonic(boolean UseMnemonic) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, NullReferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
NullReferenceException
-
getImageIndex
public int getImageIndex() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
setImageIndex
public void setImageIndex(int ImageIndex) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NullReferenceException, PlatformNotSupportedException, FormatException
-
getPreferredHeight
public int getPreferredHeight() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
FormatException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
-
getPreferredWidth
public int getPreferredWidth() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
FormatException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
-
getImageAlign
public ContentAlignment getImageAlign() throws Throwable
- Throws:
Throwable
-
setImageAlign
public void setImageAlign(ContentAlignment ImageAlign) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
NullReferenceException
-
getTextAlign
public ContentAlignment getTextAlign() throws Throwable
- Throws:
Throwable
-
setTextAlign
public void setTextAlign(ContentAlignment TextAlign) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
NullReferenceException
-
getImage
public Image getImage() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, AccessViolationException
-
setImage
public void setImage(Image Image) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, AccessViolationException, AbandonedMutexException, InvalidAsynchronousStateException, Win32Exception, OutOfMemoryException, OverflowException, ApplicationException, FormatException, MulticastNotSupportedException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
AccessViolationException
AbandonedMutexException
InvalidAsynchronousStateException
Win32Exception
OutOfMemoryException
OverflowException
ApplicationException
FormatException
MulticastNotSupportedException
-
getImageKey
public String getImageKey() throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
setImageKey
public void setImageKey(String ImageKey) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, InvalidOperationException, FormatException, Win32Exception, OutOfMemoryException, NullReferenceException
- Throws:
Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
InvalidOperationException
FormatException
Win32Exception
OutOfMemoryException
NullReferenceException
-
getLiveSetting
public AutomationLiveSetting getLiveSetting() throws Throwable
- Throws:
Throwable
-
setLiveSetting
public void setLiveSetting(AutomationLiveSetting LiveSetting) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getBorderStyle
public BorderStyle getBorderStyle() throws Throwable
- Throws:
Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
-
setFlatStyle
public void setFlatStyle(FlatStyle FlatStyle) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
-
setImageList
public void setImageList(ImageList ImageList) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, NullReferenceException, MulticastNotSupportedException
-
getImeMode
public ImeMode getImeMode() throws Throwable
- Overrides:
getImeMode
in classControl
- Throws:
Throwable
-
setImeMode
public void setImeMode(ImeMode ImeMode) throws Throwable, ArgumentNullException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, KeyNotFoundException
- Overrides:
setImeMode
in classControl
- Throws:
Throwable
ArgumentNullException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidOperationException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
KeyNotFoundException
-
addAutoSizeChanged
public void addAutoSizeChanged(EventHandler handler) throws Throwable
- Overrides:
addAutoSizeChanged
in classControl
- Throws:
Throwable
-
removeAutoSizeChanged
public void removeAutoSizeChanged(EventHandler handler) throws Throwable
- Overrides:
removeAutoSizeChanged
in classControl
- Throws:
Throwable
-
addBackgroundImageChanged
public void addBackgroundImageChanged(EventHandler handler) throws Throwable
- Overrides:
addBackgroundImageChanged
in classControl
- Throws:
Throwable
-
removeBackgroundImageChanged
public void removeBackgroundImageChanged(EventHandler handler) throws Throwable
- Overrides:
removeBackgroundImageChanged
in classControl
- Throws:
Throwable
-
addBackgroundImageLayoutChanged
public void addBackgroundImageLayoutChanged(EventHandler handler) throws Throwable
- Overrides:
addBackgroundImageLayoutChanged
in classControl
- Throws:
Throwable
-
removeBackgroundImageLayoutChanged
public void removeBackgroundImageLayoutChanged(EventHandler handler) throws Throwable
- Overrides:
removeBackgroundImageLayoutChanged
in classControl
- Throws:
Throwable
-
addImeModeChanged
public void addImeModeChanged(EventHandler handler) throws Throwable
- Overrides:
addImeModeChanged
in classControl
- Throws:
Throwable
-
removeImeModeChanged
public void removeImeModeChanged(EventHandler handler) throws Throwable
- Overrides:
removeImeModeChanged
in classControl
- Throws:
Throwable
-
addTabStopChanged
public void addTabStopChanged(EventHandler handler) throws Throwable
- Overrides:
addTabStopChanged
in classControl
- Throws:
Throwable
-
removeTabStopChanged
public void removeTabStopChanged(EventHandler handler) throws Throwable
- Overrides:
removeTabStopChanged
in classControl
- Throws:
Throwable
-
addTextAlignChanged
public void addTextAlignChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTextAlignChanged
public void removeTextAlignChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws Throwable
- Overrides:
addKeyDown
in classControl
- Throws:
Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws Throwable
- Overrides:
removeKeyDown
in classControl
- Throws:
Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws Throwable
- Overrides:
removeKeyUp
in classControl
- Throws:
Throwable
-
addKeyPress
public void addKeyPress(KeyPressEventHandler handler) throws Throwable
- Overrides:
addKeyPress
in classControl
- Throws:
Throwable
-
removeKeyPress
public void removeKeyPress(KeyPressEventHandler handler) throws Throwable
- Overrides:
removeKeyPress
in classControl
- Throws:
Throwable
-
-