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

Packages that use WebTree
com.alee.extended.language   
com.alee.extended.tree   
com.alee.laf.tree   
 

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
 

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 WebFileTree
          This component is a file tree with asynchronous childs loading.
 

Uses of WebTree in com.alee.laf.tree
 

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.