java.lang.Object
javax.swing.tree.AbstractLayoutCache
- All Implemented Interfaces:
- RowMapper
- Direct Known Subclasses:
- FixedHeightLayoutCache, VariableHeightLayoutCache
- See Also:
- Top Examples, Source Code,
XMLEncoder
public AbstractLayoutCache()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Rectangle getBounds(TreePath path,
Rectangle placeIn)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean getExpandedState(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TreeModel getModel()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AbstractLayoutCache.NodeDimensions getNodeDimensions()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Rectangle getNodeDimensions(Object value,
int row,
int depth,
boolean expanded,
Rectangle placeIn)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract TreePath getPathClosestTo(int x,
int y)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract TreePath getPathForRow(int row)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getPreferredHeight()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getPreferredWidth(Rectangle bounds)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getRowCount()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getRowForPath(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getRowHeight()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int[] getRowsForPaths(TreePath[] paths)
- See Also:
- RowMapper
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TreeSelectionModel getSelectionModel()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getVisibleChildCount(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Enumeration<TreePath> getVisiblePathsFrom(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void invalidatePathBounds(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void invalidateSizes()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract boolean isExpanded(TreePath path)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected boolean isFixedRowHeight()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isRootVisible()
- See Also:
rootVisible
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected AbstractLayoutCache.NodeDimensions nodeDimensions
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected boolean rootVisible
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int rowHeight
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setExpandedState(TreePath path,
boolean isExpanded)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setModel(TreeModel newModel)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setNodeDimensions(AbstractLayoutCache.NodeDimensions nd)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRootVisible(boolean rootVisible)
- See Also:
rootVisible
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRowHeight(int rowHeight)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSelectionModel(TreeSelectionModel newLSM)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TreeModel treeModel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void treeNodesChanged(TreeModelEvent e)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void treeNodesInserted(TreeModelEvent e)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void treeNodesRemoved(TreeModelEvent e)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected TreeSelectionModel treeSelectionModel
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void treeStructureChanged(TreeModelEvent e)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples