KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > tree > FixedHeightLayoutCache

javax.swing.tree
Class FixedHeightLayoutCache

java.lang.Object
  extended by javax.swing.tree.AbstractLayoutCache
      extended by javax.swing.tree.FixedHeightLayoutCache
All Implemented Interfaces:
RowMapper
See Also:
Source Code, XMLEncoder

public FixedHeightLayoutCache()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Rectangle getBounds(TreePath path,
                           Rectangle placeIn)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getExpandedState(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getPathClosestTo(int x,
                                 int y)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TreePath getPathForRow(int row)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRowCount()
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRowForPath(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getVisibleChildCount(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Enumeration<TreePath> getVisiblePathsFrom(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void invalidatePathBounds(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void invalidateSizes()
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isExpanded(TreePath path)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setExpandedState(TreePath path,
                             boolean isExpanded)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setModel(TreeModel newModel)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRootVisible(boolean rootVisible)
See Also:
AbstractLayoutCache.rootVisible
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRowHeight(int rowHeight)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void treeNodesChanged(TreeModelEvent e)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void treeNodesInserted(TreeModelEvent e)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void treeNodesRemoved(TreeModelEvent e)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void treeStructureChanged(TreeModelEvent e)
See Also:
AbstractLayoutCache
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags