Package system.windows.forms
Class PictureBox
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.Control
-
- system.windows.forms.PictureBox
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,ISupportInitialize
,IDropTarget
public class PictureBox extends Control implements ISupportInitialize
The base .NET class managing System.Windows.Forms.PictureBox, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.PictureBox
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
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.PictureBoxstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PictureBox()
PictureBox(Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.forms.Control
addAutoSizeChanged, addBackColorChanged, addBackgroundImageChanged, addBackgroundImageLayoutChanged, addBindingContextChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDockChanged, addDoubleClick, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addInvalidated, addLayout, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addPaddingChanged, addPaint, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addSizeChanged, addStyleChanged, addSystemColorsChanged, 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, 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, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, 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, removeAutoSizeChanged, removeBackColorChanged, removeBackgroundImageChanged, removeBackgroundImageLayoutChanged, removeBindingContextChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDockChanged, removeDoubleClick, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeInvalidated, removeLayout, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removePaddingChanged, removePaint, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, 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, setCheckForIllegalCrossThreadCalls, setClientSize, setContextMenuStrip, setCursor, setDock, setEnabled, setFont, setForeColor, setHeight, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setPadding, setParent, setRegion, setRightToLeft, setSize, 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.PictureBox- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PictureBox
public PictureBox(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
PictureBox
public PictureBox() 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
- Specified by:
getJCOAssemblyName
in interfaceISupportInitialize
- 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
- Specified by:
getJCOClassName
in interfaceISupportInitialize
- 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
- Specified by:
getJCOObjectName
in interfaceISupportInitialize
- 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
- Specified by:
getJCOInstance
in interfaceISupportInitialize
- 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
- Specified by:
getJCOType
in interfaceISupportInitialize
- Overrides:
getJCOType
in classControl
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PictureBox cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoPictureBox
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PictureBox
instance- Throws:
Throwable
- in case of error during cast operation
-
Load
public void Load() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, UriFormatException, ArrayTypeMismatchException, ObjectDisposedException, OutOfMemoryException, WebException, OverflowException, Win32Exception, InvalidAsynchronousStateException, ApplicationException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
UriFormatException
ArrayTypeMismatchException
ObjectDisposedException
OutOfMemoryException
WebException
OverflowException
Win32Exception
InvalidAsynchronousStateException
ApplicationException
-
Load
public void Load(String url) throws Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidAsynchronousStateException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, OverflowException, ApplicationException, NotSupportedException, CultureNotFoundException, UriFormatException, ArrayTypeMismatchException, OutOfMemoryException, WebException, Win32Exception
- Throws:
Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidAsynchronousStateException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
OverflowException
ApplicationException
NotSupportedException
CultureNotFoundException
UriFormatException
ArrayTypeMismatchException
OutOfMemoryException
WebException
Win32Exception
-
LoadAsync
public void LoadAsync() throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, OverflowException, Win32Exception, ObjectDisposedException, InvalidAsynchronousStateException, OutOfMemoryException, ApplicationException, UriFormatException, TaskCanceledException, AggregateException, SemaphoreFullException, OperationCanceledException, TaskSchedulerException
- Throws:
Throwable
NotSupportedException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
OverflowException
Win32Exception
ObjectDisposedException
InvalidAsynchronousStateException
OutOfMemoryException
ApplicationException
UriFormatException
TaskCanceledException
AggregateException
SemaphoreFullException
OperationCanceledException
TaskSchedulerException
-
LoadAsync
public void LoadAsync(String url) throws Throwable, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidAsynchronousStateException, ArgumentNullException, ObjectDisposedException, PlatformNotSupportedException, OverflowException, ApplicationException, NotSupportedException, CultureNotFoundException, UriFormatException, ArrayTypeMismatchException, OutOfMemoryException, WebException, Win32Exception, TaskCanceledException, AggregateException, SemaphoreFullException, TaskSchedulerException
- Throws:
Throwable
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidAsynchronousStateException
ArgumentNullException
ObjectDisposedException
PlatformNotSupportedException
OverflowException
ApplicationException
NotSupportedException
CultureNotFoundException
UriFormatException
ArrayTypeMismatchException
OutOfMemoryException
WebException
Win32Exception
TaskCanceledException
AggregateException
SemaphoreFullException
TaskSchedulerException
-
BeginInit
@Deprecated public void BeginInit() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToISupportInitialize method available in ISupportInitialize to obtain an object with an invocable method- Specified by:
BeginInit
in interfaceISupportInitialize
- Throws:
Throwable
-
EndInit
@Deprecated public void EndInit() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToISupportInitialize method available in ISupportInitialize to obtain an object with an invocable method- Specified by:
EndInit
in interfaceISupportInitialize
- Throws:
Throwable
-
getCausesValidation
public boolean getCausesValidation() throws Throwable
- Overrides:
getCausesValidation
in classControl
- Throws:
Throwable
-
setCausesValidation
public void setCausesValidation(boolean CausesValidation) throws Throwable
- Overrides:
setCausesValidation
in classControl
- Throws:
Throwable
-
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
-
getTabIndex
public int getTabIndex() throws Throwable
- Overrides:
getTabIndex
in classControl
- Throws:
Throwable
-
setTabIndex
public void setTabIndex(int TabIndex) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
- Overrides:
setTabIndex
in classControl
- Throws:
Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
CultureNotFoundException
-
getErrorImage
public Image getErrorImage() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, OverflowException, Win32Exception
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
OverflowException
Win32Exception
-
setErrorImage
public void setErrorImage(Image ErrorImage) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, Win32Exception, ObjectDisposedException
-
setImage
public void setImage(Image Image) throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidAsynchronousStateException, ObjectDisposedException, Win32Exception, OutOfMemoryException, OverflowException, ApplicationException, NotSupportedException
- Throws:
Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidAsynchronousStateException
ObjectDisposedException
Win32Exception
OutOfMemoryException
OverflowException
ApplicationException
NotSupportedException
-
getInitialImage
public Image getInitialImage() throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, FormatException, OverflowException, Win32Exception
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
FormatException
OverflowException
Win32Exception
-
setInitialImage
public void setInitialImage(Image InitialImage) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, Win32Exception, ObjectDisposedException
-
setImageLocation
public void setImageLocation(String ImageLocation) throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidAsynchronousStateException, ObjectDisposedException, Win32Exception, OutOfMemoryException, OverflowException, ApplicationException, NotSupportedException, CultureNotFoundException, UriFormatException, ArrayTypeMismatchException, WebException
- Throws:
Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
InvalidAsynchronousStateException
ObjectDisposedException
Win32Exception
OutOfMemoryException
OverflowException
ApplicationException
NotSupportedException
CultureNotFoundException
UriFormatException
ArrayTypeMismatchException
WebException
-
getBorderStyle
public BorderStyle getBorderStyle() throws Throwable
- Throws:
Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, CultureNotFoundException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
CultureNotFoundException
-
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
-
getSizeMode
public PictureBoxSizeMode getSizeMode() throws Throwable
- Throws:
Throwable
-
setSizeMode
public void setSizeMode(PictureBoxSizeMode SizeMode) throws Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, RankException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
RankException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
addLoadCompleted
public void addLoadCompleted(AsyncCompletedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeLoadCompleted
public void removeLoadCompleted(AsyncCompletedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addLoadProgressChanged
public void addLoadProgressChanged(ProgressChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeLoadProgressChanged
public void removeLoadProgressChanged(ProgressChangedEventHandler handler) throws Throwable
- Throws:
Throwable
-
addCausesValidationChanged
public void addCausesValidationChanged(EventHandler handler) throws Throwable
- Overrides:
addCausesValidationChanged
in classControl
- Throws:
Throwable
-
removeCausesValidationChanged
public void removeCausesValidationChanged(EventHandler handler) throws Throwable
- Overrides:
removeCausesValidationChanged
in classControl
- Throws:
Throwable
-
addEnter
public void addEnter(EventHandler handler) throws Throwable
-
removeEnter
public void removeEnter(EventHandler handler) throws Throwable
- Overrides:
removeEnter
in classControl
- Throws:
Throwable
-
addFontChanged
public void addFontChanged(EventHandler handler) throws Throwable
- Overrides:
addFontChanged
in classControl
- Throws:
Throwable
-
removeFontChanged
public void removeFontChanged(EventHandler handler) throws Throwable
- Overrides:
removeFontChanged
in classControl
- Throws:
Throwable
-
addForeColorChanged
public void addForeColorChanged(EventHandler handler) throws Throwable
- Overrides:
addForeColorChanged
in classControl
- Throws:
Throwable
-
removeForeColorChanged
public void removeForeColorChanged(EventHandler handler) throws Throwable
- Overrides:
removeForeColorChanged
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
-
addLeave
public void addLeave(EventHandler handler) throws Throwable
-
removeLeave
public void removeLeave(EventHandler handler) throws Throwable
- Overrides:
removeLeave
in classControl
- Throws:
Throwable
-
addRightToLeftChanged
public void addRightToLeftChanged(EventHandler handler) throws Throwable
- Overrides:
addRightToLeftChanged
in classControl
- Throws:
Throwable
-
removeRightToLeftChanged
public void removeRightToLeftChanged(EventHandler handler) throws Throwable
- Overrides:
removeRightToLeftChanged
in classControl
- Throws:
Throwable
-
addSizeModeChanged
public void addSizeModeChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeSizeModeChanged
public void removeSizeModeChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addTabIndexChanged
public void addTabIndexChanged(EventHandler handler) throws Throwable
- Overrides:
addTabIndexChanged
in classControl
- Throws:
Throwable
-
removeTabIndexChanged
public void removeTabIndexChanged(EventHandler handler) throws Throwable
- Overrides:
removeTabIndexChanged
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
-
addTextChanged
public void addTextChanged(EventHandler handler) throws Throwable
- Overrides:
addTextChanged
in classControl
- Throws:
Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws Throwable
- Overrides:
removeTextChanged
in classControl
- 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
-
-