Uses of Class
com.alee.laf.tree.WebTree

Packages that use WebTree
com.alee.extended.language   
com.alee.extended.tree   
com.alee.laf.tree   
com.alee.managers.settings.processors   
 

Uses of WebTree in com.alee.extended.language
 

Subclasses of WebTree in com.alee.extended.language
 class DictionariesTree
          User: mgarin Date: 04.06.12 Time: 15:29
 

Uses of WebTree in com.alee.extended.tree
 

Classes in com.alee.extended.tree with type parameters of type WebTree
 class AbstractTreeTransferHandler<N extends UniqueNode,T extends WebTree<N>,M extends WebTreeModel<N>>
           
 

Subclasses of WebTree in com.alee.extended.tree
 class WebAsyncTree<E extends AsyncUniqueNode>
          This class provides a custom tree with asynchronous childs loading.
 class WebCheckBoxTree<E extends DefaultMutableTreeNode>
          This WebTree extension class provides additional checkbox tree functionality.
 class WebExCheckBoxTree<E extends UniqueNode>
          This tree is a hybrid of WebCheckBoxTree and WebExTree.
 class WebExTree<E extends UniqueNode>
          WebTree extension that provides simple and convenient way to load tree data.
 class WebFileTree
          This component is a file tree with asynchronous childs loading.
 

Fields in com.alee.extended.tree declared as WebTree
protected  WebTree<E> ExTreeModel.tree
          Ex tree that uses this model.
 

Fields in com.alee.extended.tree with type parameters of type WebTree
protected  java.lang.ref.WeakReference<WebTree<E>> WebTreeFilterField.tree
          Async tree to which this field should apply filtering.
 

Methods in com.alee.extended.tree that return WebTree
 WebTree<E> WebTreeFilterField.getTree()
          Returns tree to which this field applies filtering.
 

Methods in com.alee.extended.tree with parameters of type WebTree
protected  void WebTreeFilterField.checkTree(WebTree<E> tree)
          Checks whether provided tree type is correct or not.
 void WebTreeFilterField.setTree(WebTree<E> tree)
          Sets tree to which this field applies filtering.
 

Constructors in com.alee.extended.tree with parameters of type WebTree
ExTreeModel(WebTree<E> tree, ExTreeDataProvider<E> dataProvider)
          Constructs default ex tree model using custom data provider.
WebTreeFilterField(WebTree<E> tree)
          Constructs new tree filter field.
WebTreeFilterField(WebTree<E> tree, TextProvider<E> textProvider)
          Constructs new tree filter field.
 

Uses of WebTree in com.alee.laf.tree
 

Fields in com.alee.laf.tree with type parameters of type WebTree
protected  ToolTipProvider<? extends WebTree> WebTree.toolTipProvider
          Custom WebLaF tooltip provider.
 

Methods in com.alee.laf.tree that return WebTree
 WebTree<E> WebTree.changeFontSize(int change)
          Changes font size of the specified component.
 WebTree<E> WebTree.setBoldFont()
          Sets bold font for the component.
 WebTree<E> WebTree.setBoldFont(boolean apply)
          Sets bold font for the component.
 WebTree<E> WebTree.setFontName(java.lang.String fontName)
          Sets component font name.
 WebTree<E> WebTree.setFontSize(int fontSize)
          Sets component font size.
 WebTree<E> WebTree.setFontSizeAndStyle(int fontSize, boolean bold, boolean italic)
          Sets font size and style for the specified component.
 WebTree<E> WebTree.setFontSizeAndStyle(int fontSize, int style)
          Sets font size and style for the specified component.
 WebTree<E> WebTree.setFontStyle(boolean bold, boolean italic)
          Sets component font style.
 WebTree<E> WebTree.setFontStyle(int style)
          Sets component font style.
 WebTree<E> WebTree.setItalicFont()
          Sets italic or plain font for the component.
 WebTree<E> WebTree.setItalicFont(boolean apply)
          Sets italic or plain font for the component.
 WebTree<E> WebTree.setPlainFont()
          Sets plain font for the component.
 WebTree<E> WebTree.setPlainFont(boolean apply)
          Sets plain font for the component.
 

Methods in com.alee.laf.tree that return types with arguments of type WebTree
protected  ToolTipProvider<? extends WebTree> WebTreeUI.getToolTipProvider()
          Returns custom WebLaF tooltip provider.
 ToolTipProvider<? extends WebTree> WebTree.getToolTipProvider()
          Returns custom WebLaF tooltip provider.
 

Methods in com.alee.laf.tree with parameters of type WebTree
 java.awt.Rectangle TreeToolTipProvider.getSourceBounds(WebTree tree, java.lang.Object value, int index, int column, boolean isSelected)
           
 WebCustomTooltip TreeToolTipProvider.getToolTip(WebTree<E> tree, E node, int row, boolean isSelected)
          Return custom WebLaF tooltip for the specified tree node.
 WebCustomTooltip TreeToolTipProvider.getToolTip(WebTree<E> tree, java.lang.Object value, int row, int depth, boolean isSelected)
           
abstract  java.lang.String TreeToolTipProvider.getToolTipText(WebTree<E> tree, E node, int row, boolean isSelected)
          Returns custom node tooltip text based on the node.
 java.lang.String TreeToolTipProvider.getToolTipText(WebTree<E> tree, java.lang.Object value, int row, int depth, boolean isSelected)
           
protected  java.lang.Object TreeToolTipProvider.getValue(WebTree tree, int index, int column)
           
protected  boolean TreeToolTipProvider.isSelected(WebTree tree, int index, int column)
           
 

Method parameters in com.alee.laf.tree with type arguments of type WebTree
 void WebTree.setToolTipProvider(ToolTipProvider<? extends WebTree> provider)
          Sets custom WebLaF tooltip provider.
 

Uses of WebTree in com.alee.managers.settings.processors
 

Methods in com.alee.managers.settings.processors with parameters of type WebTree
protected  void WebTreeSettingsProcessor.doDestroy(WebTree<? extends UniqueNode> component)
          Called when component is unregistered from ComponentSettingsManager.
protected  void WebTreeSettingsProcessor.doInit(WebTree<? extends UniqueNode> component)
          Called when a new component is registered in ComponentSettingsManager.
protected  void WebTreeSettingsProcessor.doLoad(WebTree<? extends UniqueNode> component)
          Called on component settings load.
protected  void WebTreeSettingsProcessor.doSave(WebTree<? extends UniqueNode> component)
          Called on component settings save.