Package system.windows.forms
Class TreeView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.Control
-
- system.windows.forms.TreeView
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDropTarget
public class TreeView extends Control
The base .NET class managing System.Windows.Forms.TreeView, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.TreeView
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.TreeViewstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.windows.forms.Control
addAutoSizeChanged, addBackColorChanged, addBindingContextChanged, addCausesValidationChanged, addChangeUICues, addClick, addClientSizeChanged, addContextMenuStripChanged, addControlAdded, addControlRemoved, addCursorChanged, addDataContextChanged, addDockChanged, addDoubleClick, addDpiChangedAfterParent, addDpiChangedBeforeParent, addDragDrop, addDragEnter, addDragLeave, addDragOver, addEnabledChanged, addEnter, addFontChanged, addForeColorChanged, addGiveFeedback, addGotFocus, addHandleCreated, addHandleDestroyed, addHelpRequested, addImeModeChanged, addInvalidated, addKeyDown, addKeyPress, addKeyUp, addLayout, addLeave, addLocationChanged, addLostFocus, addMarginChanged, addMouseCaptureChanged, addMouseClick, addMouseDoubleClick, addMouseDown, addMouseEnter, addMouseHover, addMouseLeave, addMouseMove, addMouseUp, addMouseWheel, addMove, addParentChanged, addPreviewKeyDown, addQueryAccessibilityHelp, addQueryContinueDrag, addRegionChanged, addResize, addRightToLeftChanged, addSizeChanged, addStyleChanged, addSystemColorsChanged, addTabIndexChanged, addTabStopChanged, addValidated, addValidating, addVisibleChanged, BeginInvoke, BringToFront, Contains, CreateControl, CreateGraphics, DoDragDrop, 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, getDataContext, getDefaultBackColor, getDefaultFont, getDefaultForeColor, getDeviceDpi, getDisplayRectangle, getDisposing, getDock, getEnabled, getFocused, getFont, getForeColor, getHasChildren, getHeight, getImeMode, getInvokeRequired, getIsAccessible, getIsAncestorSiteInDesignMode, getIsDisposed, getIsHandleCreated, getIsMirrored, getLayoutEngine, getLeft, getLocation, getMargin, getMaximumSize, getMinimumSize, getModifierKeys, getMouseButtons, getMousePosition, getName, GetNextControl, getParent, getPreferredSize, GetPreferredSize, getProductName, getProductVersion, getRecreatingHandle, getRegion, getRight, getRightToLeft, getSize, getTabIndex, getTabStop, getTag, getText, getTop, getTopLevelControl, getUseWaitCursor, getVisible, getWidth, getWindowTarget, Hide, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invalidate, Invoke, InvokeAsync, IsKeyLocked, IsMnemonic, LogicalToDeviceUnits, LogicalToDeviceUnits, PerformLayout, PerformLayout, PointToClient, PointToScreen, PreProcessControlMessage, PreProcessMessage, RectangleToClient, RectangleToScreen, Refresh, removeAutoSizeChanged, removeBackColorChanged, removeBindingContextChanged, removeCausesValidationChanged, removeChangeUICues, removeClick, removeClientSizeChanged, removeContextMenuStripChanged, removeControlAdded, removeControlRemoved, removeCursorChanged, removeDataContextChanged, removeDockChanged, removeDoubleClick, removeDpiChangedAfterParent, removeDpiChangedBeforeParent, removeDragDrop, removeDragEnter, removeDragLeave, removeDragOver, removeEnabledChanged, removeEnter, removeFontChanged, removeForeColorChanged, removeGiveFeedback, removeGotFocus, removeHandleCreated, removeHandleDestroyed, removeHelpRequested, removeImeModeChanged, removeInvalidated, removeKeyDown, removeKeyPress, removeKeyUp, removeLayout, removeLeave, removeLocationChanged, removeLostFocus, removeMarginChanged, removeMouseCaptureChanged, removeMouseClick, removeMouseDoubleClick, removeMouseDown, removeMouseEnter, removeMouseHover, removeMouseLeave, removeMouseMove, removeMouseUp, removeMouseWheel, removeMove, removeParentChanged, removePreviewKeyDown, removeQueryAccessibilityHelp, removeQueryContinueDrag, removeRegionChanged, removeResize, removeRightToLeftChanged, removeSizeChanged, removeStyleChanged, removeSystemColorsChanged, removeTabIndexChanged, removeTabStopChanged, 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, setDataContext, setDock, setEnabled, setFont, setForeColor, setHeight, setImeMode, setIsAccessible, setLeft, setLocation, setMargin, setMaximumSize, setMinimumSize, setName, setParent, setRegion, setRightToLeft, setSize, setTabIndex, setTabStop, 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, toString, ToString
-
Methods inherited from interface system.windows.forms.IDropTarget
OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.TreeView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TreeView
public TreeView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
TreeView
public TreeView() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentNullException, OutOfMemoryException, FormatException, Win32Exception, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 TreeView cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoTreeView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
TreeView
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetNodeCount
public int GetNodeCount(boolean includeSubTrees) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetNodeAt
public TreeNode GetNodeAt(int x, int y) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
GetNodeAt
public TreeNode GetNodeAt(Point pt) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
HitTest
public TreeViewHitTestInfo HitTest(int x, int y) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
HitTest
public TreeViewHitTestInfo HitTest(Point pt) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
BeginUpdate
public void BeginUpdate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CollapseAll
public void CollapseAll() throws java.lang.Throwable, Win32Exception, OutOfMemoryException, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, InvalidOperationException
-
EndUpdate
public void EndUpdate() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
NotSupportedException
ArgumentOutOfRangeException
-
ExpandAll
public void ExpandAll() throws java.lang.Throwable, Win32Exception, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
Win32Exception
OutOfMemoryException
NotSupportedException
-
Sort
public void Sort() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, ObjectDisposedException, NotSupportedException, CultureNotFoundException, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
ObjectDisposedException
NotSupportedException
CultureNotFoundException
OutOfMemoryException
-
getCheckBoxes
public boolean getCheckBoxes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCheckBoxes
public void setCheckBoxes(boolean CheckBoxes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getFullRowSelect
public boolean getFullRowSelect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFullRowSelect
public void setFullRowSelect(boolean FullRowSelect) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getHideSelection
public boolean getHideSelection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHideSelection
public void setHideSelection(boolean HideSelection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getHotTracking
public boolean getHotTracking() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHotTracking
public void setHotTracking(boolean HotTracking) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getLabelEdit
public boolean getLabelEdit() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLabelEdit
public void setLabelEdit(boolean LabelEdit) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getRightToLeftLayout
public boolean getRightToLeftLayout() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRightToLeftLayout
public void setRightToLeftLayout(boolean RightToLeftLayout) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, NotSupportedException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
NotSupportedException
InvalidOperationException
ObjectDisposedException
Win32Exception
OutOfMemoryException
-
getScrollable
public boolean getScrollable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setScrollable
public void setScrollable(boolean Scrollable) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentNullException
-
getShowLines
public boolean getShowLines() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowLines
public void setShowLines(boolean ShowLines) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getShowNodeToolTips
public boolean getShowNodeToolTips() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowNodeToolTips
public void setShowNodeToolTips(boolean ShowNodeToolTips) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException, ArgumentNullException
-
getShowPlusMinus
public boolean getShowPlusMinus() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowPlusMinus
public void setShowPlusMinus(boolean ShowPlusMinus) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getShowRootLines
public boolean getShowRootLines() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowRootLines
public void setShowRootLines(boolean ShowRootLines) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ObjectDisposedException, NotSupportedException, FormatException, Win32Exception
-
getSorted
public boolean getSorted() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSorted
public void setSorted(boolean Sorted) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, ExternalException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
NotSupportedException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
ExternalException
-
getImageIndex
public int getImageIndex() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setImageIndex
public void setImageIndex(int ImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
Win32Exception
OutOfMemoryException
-
getIndent
public int getIndent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndent
public void setIndent(int Indent) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getItemHeight
public int getItemHeight() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException
-
setItemHeight
public void setItemHeight(int ItemHeight) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
Win32Exception
OutOfMemoryException
-
getSelectedImageIndex
public int getSelectedImageIndex() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
-
setSelectedImageIndex
public void setSelectedImageIndex(int SelectedImageIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
Win32Exception
OutOfMemoryException
-
getVisibleCount
public int getVisibleCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTreeViewNodeSorter
public IComparer getTreeViewNodeSorter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTreeViewNodeSorter
public void setTreeViewNodeSorter(IComparer TreeViewNodeSorter) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, FormatException, CultureNotFoundException
-
getLineColor
public Color getLineColor() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
setLineColor
public void setLineColor(Color LineColor) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
-
getImageKey
public java.lang.String getImageKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageKey
public void setImageKey(java.lang.String ImageKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getPathSeparator
public java.lang.String getPathSeparator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPathSeparator
public void setPathSeparator(java.lang.String PathSeparator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectedImageKey
public java.lang.String getSelectedImageKey() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectedImageKey
public void setSelectedImageKey(java.lang.String SelectedImageKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getBorderStyle
public BorderStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(BorderStyle BorderStyle) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, ArgumentNullException, OutOfMemoryException, Win32Exception, ObjectDisposedException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
InvalidEnumArgumentException
ArgumentNullException
OutOfMemoryException
Win32Exception
ObjectDisposedException
NotSupportedException
-
getImageList
public ImageList getImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImageList
public void setImageList(ImageList ImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, MulticastNotSupportedException
-
getStateImageList
public ImageList getStateImageList() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStateImageList
public void setStateImageList(ImageList StateImageList) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, PlatformNotSupportedException, MulticastNotSupportedException, Win32Exception, OutOfMemoryException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
PlatformNotSupportedException
MulticastNotSupportedException
Win32Exception
OutOfMemoryException
NotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
CultureNotFoundException
-
getPadding
public Padding getPadding() throws java.lang.Throwable
- Overrides:
getPadding
in classControl
- Throws:
java.lang.Throwable
-
setPadding
public void setPadding(Padding Padding) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, NotSupportedException
- Overrides:
setPadding
in classControl
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
ArrayTypeMismatchException
InvalidCastException
NotSupportedException
-
getSelectedNode
public TreeNode getSelectedNode() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
setSelectedNode
public void setSelectedNode(TreeNode SelectedNode) throws java.lang.Throwable, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getTopNode
public TreeNode getTopNode() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
-
setTopNode
public void setTopNode(TreeNode TopNode) throws java.lang.Throwable, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getNodes
public TreeNodeCollection getNodes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDrawMode
public TreeViewDrawMode getDrawMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDrawMode
public void setDrawMode(TreeViewDrawMode DrawMode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NotSupportedException, RankException, ArrayTypeMismatchException
-
addBackgroundImageChanged
public void addBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addBackgroundImageChanged
in classControl
- Throws:
java.lang.Throwable
-
removeBackgroundImageChanged
public void removeBackgroundImageChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeBackgroundImageChanged
in classControl
- Throws:
java.lang.Throwable
-
addBackgroundImageLayoutChanged
public void addBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addBackgroundImageLayoutChanged
in classControl
- Throws:
java.lang.Throwable
-
removeBackgroundImageLayoutChanged
public void removeBackgroundImageLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeBackgroundImageLayoutChanged
in classControl
- Throws:
java.lang.Throwable
-
addPaddingChanged
public void addPaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addPaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
removePaddingChanged
public void removePaddingChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removePaddingChanged
in classControl
- Throws:
java.lang.Throwable
-
addRightToLeftLayoutChanged
public void addRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeRightToLeftLayoutChanged
public void removeRightToLeftLayoutChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
addTextChanged
in classControl
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Overrides:
removeTextChanged
in classControl
- Throws:
java.lang.Throwable
-
addDrawNode
public void addDrawNode(DrawTreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDrawNode
public void removeDrawNode(DrawTreeNodeEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addItemDrag
public void addItemDrag(ItemDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeItemDrag
public void removeItemDrag(ItemDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterLabelEdit
public void addAfterLabelEdit(NodeLabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterLabelEdit
public void removeAfterLabelEdit(NodeLabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeLabelEdit
public void addBeforeLabelEdit(NodeLabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeLabelEdit
public void removeBeforeLabelEdit(NodeLabelEditEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPaint
public void addPaint(PaintEventHandler handler) throws java.lang.Throwable
-
removePaint
public void removePaint(PaintEventHandler handler) throws java.lang.Throwable
- Overrides:
removePaint
in classControl
- Throws:
java.lang.Throwable
-
addNodeMouseClick
public void addNodeMouseClick(TreeNodeMouseClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeMouseClick
public void removeNodeMouseClick(TreeNodeMouseClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeMouseDoubleClick
public void addNodeMouseDoubleClick(TreeNodeMouseClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeMouseDoubleClick
public void removeNodeMouseDoubleClick(TreeNodeMouseClickEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNodeMouseHover
public void addNodeMouseHover(TreeNodeMouseHoverEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNodeMouseHover
public void removeNodeMouseHover(TreeNodeMouseHoverEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeCheck
public void addBeforeCheck(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeCheck
public void removeBeforeCheck(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeCollapse
public void addBeforeCollapse(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeCollapse
public void removeBeforeCollapse(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeExpand
public void addBeforeExpand(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeExpand
public void removeBeforeExpand(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addBeforeSelect
public void addBeforeSelect(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeBeforeSelect
public void removeBeforeSelect(TreeViewCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterCheck
public void addAfterCheck(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterCheck
public void removeAfterCheck(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterCollapse
public void addAfterCollapse(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterCollapse
public void removeAfterCollapse(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterExpand
public void addAfterExpand(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterExpand
public void removeAfterExpand(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addAfterSelect
public void addAfterSelect(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAfterSelect
public void removeAfterSelect(TreeViewEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-