Package system.windows.forms
Class ToolStripTextBox
-
- All Implemented Interfaces:
AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class ToolStripTextBox extends ToolStripControlHost
The base .NET class managing System.Windows.Forms.ToolStripTextBox, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.See: https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.ToolStripTextBox
-
-
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.ToolStripTextBoxstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ToolStripTextBox()
ToolStripTextBox(Object instance)
Internal constructor.ToolStripTextBox(String name)
ToolStripTextBox(Control c)
-
Method Summary
-
Methods inherited from class system.windows.forms.ToolStripControlHost
addDisplayStyleChanged, addEnter, addGotFocus, addKeyDown, addKeyPress, addKeyUp, addLeave, addLostFocus, addValidated, addValidating, Focus, getCausesValidation, getControl, getControlAlign, getDisplayStyle, getDoubleClickEnabled, getFocused, getImageAlign, getImageScaling, getImageTransparentColor, getRightToLeftAutoMirrorImage, getTextAlign, getTextImageRelation, removeDisplayStyleChanged, removeEnter, removeGotFocus, removeKeyDown, removeKeyPress, removeKeyUp, removeLeave, removeLostFocus, removeValidated, removeValidating, ResetBackColor, ResetForeColor, setCausesValidation, setControlAlign, setDisplayStyle, setDoubleClickEnabled, setImageAlign, setImageScaling, setImageTransparentColor, setRightToLeftAutoMirrorImage, setTextAlign, setTextImageRelation
-
Methods inherited from class system.windows.forms.ToolStripItem
addAvailableChanged, addBackColorChanged, addClick, addDoubleClick, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addForeColorChanged, addGiveFeedback, addLocationChanged, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addOwnerChanged, addPaint, addQueryAccessibilityHelp, addQueryContinueDrag, addRightToLeftChanged, addTextChanged, addVisibleChanged, DoDragDrop, getAccessibilityObject, getAccessibleDefaultActionDescription, getAccessibleDescription, getAccessibleName, getAccessibleRole, getAlignment, getAllowDrop, getAnchor, getAutoSize, getAutoToolTip, getAvailable, getBackColor, getBackgroundImage, getBackgroundImageLayout, getBounds, getCanSelect, getContentRectangle, GetCurrentParent, getDock, getEnabled, getFont, getForeColor, getHeight, getImage, getImageIndex, getImageKey, getIsDisposed, getIsOnDropDown, getIsOnOverflow, getMargin, getMergeAction, getMergeIndex, getName, getOverflow, getOwner, getOwnerItem, getPadding, getPlacement, getPressed, getRightToLeft, getSelected, getSize, getTag, getText, getTextDirection, getToolTipText, getVisible, getWidth, Invalidate, Invalidate, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, PerformClick, removeAvailableChanged, removeBackColorChanged, removeClick, removeDoubleClick, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeForeColorChanged, removeGiveFeedback, removeLocationChanged, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeOwnerChanged, removePaint, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRightToLeftChanged, removeTextChanged, removeVisibleChanged, ResetDisplayStyle, ResetFont, ResetImage, ResetMargin, ResetPadding, ResetRightToLeft, ResetTextDirection, Select, setAccessibleDefaultActionDescription, setAccessibleDescription, setAccessibleName, setAccessibleRole, setAlignment, setAllowDrop, setAnchor, setAutoSize, setAutoToolTip, setAvailable, setBackColor, setBackgroundImage, setBackgroundImageLayout, setDock, setEnabled, setFont, setForeColor, setHeight, setImage, setImageIndex, setImageKey, setMargin, setMergeAction, setMergeIndex, setName, setOverflow, setOwner, setPadding, setRightToLeft, setSize, setTag, setText, setTextDirection, setToolTipText, setVisible, setWidth
-
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.ToolStripTextBox- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToolStripTextBox
public ToolStripTextBox(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
ToolStripTextBox
public ToolStripTextBox() throws Throwable, ArgumentNullException, Win32Exception, InvalidOperationException, NotSupportedException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, MulticastNotSupportedException, ApplicationException, OverflowException, OutOfMemoryException, KeyNotFoundException
- Throws:
Throwable
ArgumentNullException
Win32Exception
InvalidOperationException
NotSupportedException
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
RankException
ArgumentOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
MulticastNotSupportedException
ApplicationException
OverflowException
OutOfMemoryException
KeyNotFoundException
-
ToolStripTextBox
public ToolStripTextBox(String name) throws Throwable, Win32Exception, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, ObjectDisposedException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, OutOfMemoryException
- Throws:
Throwable
Win32Exception
ArgumentNullException
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
RankException
ArgumentOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
ObjectDisposedException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
OutOfMemoryException
-
ToolStripTextBox
public ToolStripTextBox(Control c) throws Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, RankException, ArgumentOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, NotSupportedException, MulticastNotSupportedException, ApplicationException, OverflowException, KeyNotFoundException
- Throws:
Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
RankException
ArgumentOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
NotSupportedException
MulticastNotSupportedException
ApplicationException
OverflowException
KeyNotFoundException
-
-
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 classToolStripControlHost
- 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 classToolStripControlHost
- 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 classToolStripControlHost
- 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 classToolStripControlHost
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classToolStripControlHost
-
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 classToolStripControlHost
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ToolStripTextBox cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoToolStripTextBox
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ToolStripTextBox
instance- Throws:
Throwable
- in case of error during cast operation
-
GetCharFromPosition
public char GetCharFromPosition(Point pt) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetCharIndexFromPosition
public int GetCharIndexFromPosition(Point pt) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetFirstCharIndexFromLine
public int GetFirstCharIndexFromLine(int lineNumber) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
-
GetFirstCharIndexOfCurrentLine
public int GetFirstCharIndexOfCurrentLine() throws Throwable
- Throws:
Throwable
-
GetPositionFromCharIndex
public Point GetPositionFromCharIndex(int index) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
GetPreferredSize
public Size GetPreferredSize(Size constrainingSize) throws Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, NotSupportedException
-
AppendText
public void AppendText(String text) throws Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
-
Clear
public void Clear() throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
DeselectAll
public void DeselectAll() throws Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, InvalidOperationException, PlatformNotSupportedException, ObjectDisposedException, ArgumentOutOfRangeException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
ScrollToCaret
public void ScrollToCaret() throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, Win32Exception, NotSupportedException, OutOfMemoryException
-
Select
public void Select(int start, int length) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, PlatformNotSupportedException
-
SelectAll
public void SelectAll() throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException
-
setAcceptsReturn
public void setAcceptsReturn(boolean AcceptsReturn) throws Throwable
- Throws:
Throwable
-
setHideSelection
public void setHideSelection(boolean HideSelection) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
setMultiline
public void setMultiline(boolean Multiline) throws Throwable, RankException, ArgumentOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, NotSupportedException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, Win32Exception
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, KeyNotFoundException
-
setShortcutsEnabled
public void setShortcutsEnabled(boolean ShortcutsEnabled) throws Throwable
- Throws:
Throwable
-
setWordWrap
public void setWordWrap(boolean WordWrap) throws Throwable, RankException, ArgumentOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidOperationException, ObjectDisposedException, NotSupportedException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, Win32Exception
-
setMaxLength
public void setMaxLength(int MaxLength) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException
-
getSelectionLength
public int getSelectionLength() throws Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
setSelectionLength
public void setSelectionLength(int SelectionLength) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getSelectionStart
public int getSelectionStart() throws Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
setSelectionStart
public void setSelectionStart(int SelectionStart) throws Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, PlatformNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException
-
getTextLength
public int getTextLength() throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getSelectedText
public String getSelectedText() throws Throwable, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
setSelectedText
public void setSelectedText(String SelectedText) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
-
getLines
public String[] getLines() throws Throwable, ArgumentException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, Win32Exception, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
setLines
public void setLines(String[] Lines) throws Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException, OutOfMemoryException, FormatException, ObjectDisposedException, Win32Exception
-
getAutoCompleteMode
public AutoCompleteMode getAutoCompleteMode() throws Throwable
- Throws:
Throwable
-
setAutoCompleteMode
public void setAutoCompleteMode(AutoCompleteMode AutoCompleteMode) throws Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException
-
getAutoCompleteSource
public AutoCompleteSource getAutoCompleteSource() throws Throwable
- Throws:
Throwable
-
setAutoCompleteSource
public void setAutoCompleteSource(AutoCompleteSource AutoCompleteSource) throws Throwable, ArgumentException, ArgumentNullException, FormatException, InvalidOperationException, ObjectDisposedException, Win32Exception, ArgumentOutOfRangeException, OutOfMemoryException, PlatformNotSupportedException, MulticastNotSupportedException, IndexOutOfRangeException, NotSupportedException, InvalidEnumArgumentException
- Throws:
Throwable
ArgumentException
ArgumentNullException
FormatException
InvalidOperationException
ObjectDisposedException
Win32Exception
ArgumentOutOfRangeException
OutOfMemoryException
PlatformNotSupportedException
MulticastNotSupportedException
IndexOutOfRangeException
NotSupportedException
InvalidEnumArgumentException
-
getAutoCompleteCustomSource
public AutoCompleteStringCollection getAutoCompleteCustomSource() throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, MulticastNotSupportedException
-
setAutoCompleteCustomSource
public void setAutoCompleteCustomSource(AutoCompleteStringCollection AutoCompleteCustomSource) throws Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentOutOfRangeException, MulticastNotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException
-
getBorderStyle
public BorderStyle getBorderStyle() throws Throwable
- Throws:
Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, ObjectDisposedException, OutOfMemoryException, NotSupportedException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
ObjectDisposedException
OutOfMemoryException
NotSupportedException
RankException
ArrayTypeMismatchException
-
getCharacterCasing
public CharacterCasing getCharacterCasing() throws Throwable
- Throws:
Throwable
-
setCharacterCasing
public void setCharacterCasing(CharacterCasing CharacterCasing) throws Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
RankException
ArrayTypeMismatchException
-
getTextBoxTextAlign
public HorizontalAlignment getTextBoxTextAlign() throws Throwable
- Throws:
Throwable
-
setTextBoxTextAlign
public void setTextBoxTextAlign(HorizontalAlignment TextBoxTextAlign) throws Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, Win32Exception, NotSupportedException, OutOfMemoryException, RankException, ArrayTypeMismatchException
- Throws:
Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
ObjectDisposedException
Win32Exception
NotSupportedException
OutOfMemoryException
RankException
ArrayTypeMismatchException
-
addAcceptsTabChanged
public void addAcceptsTabChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeAcceptsTabChanged
public void removeAcceptsTabChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addBorderStyleChanged
public void addBorderStyleChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeBorderStyleChanged
public void removeBorderStyleChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addHideSelectionChanged
public void addHideSelectionChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeHideSelectionChanged
public void removeHideSelectionChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addModifiedChanged
public void addModifiedChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeModifiedChanged
public void removeModifiedChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addMultilineChanged
public void addMultilineChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeMultilineChanged
public void removeMultilineChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addReadOnlyChanged
public void addReadOnlyChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeReadOnlyChanged
public void removeReadOnlyChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
addTextBoxTextAlignChanged
public void addTextBoxTextAlignChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
removeTextBoxTextAlignChanged
public void removeTextBoxTextAlignChanged(EventHandler handler) throws Throwable
- Throws:
Throwable
-
-