com.alee.extended.list
Class WebFileListCellRenderer.FileCellLayout

java.lang.Object
  extended by com.alee.extended.layout.AbstractLayoutManager
      extended by com.alee.extended.list.WebFileListCellRenderer.FileCellLayout
All Implemented Interfaces:
java.awt.LayoutManager, java.awt.LayoutManager2
Enclosing class:
WebFileListCellRenderer

protected class WebFileListCellRenderer.FileCellLayout
extends AbstractLayoutManager

Custom layout for file list cell element.


Constructor Summary
protected WebFileListCellRenderer.FileCellLayout()
           
 
Method Summary
 java.awt.Rectangle getDescriptionBounds()
          Returns description bounds for list cell.
 void layoutContainer(java.awt.Container parent)
          
 java.awt.Dimension preferredLayoutSize(java.awt.Container parent)
          
 
Methods inherited from class com.alee.extended.layout.AbstractLayoutManager
addComponent, addLayoutComponent, addLayoutComponent, getLayoutAlignmentX, getLayoutAlignmentY, invalidateLayout, maximumLayoutSize, minimumLayoutSize, removeComponent, removeLayoutComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFileListCellRenderer.FileCellLayout

protected WebFileListCellRenderer.FileCellLayout()
Method Detail

preferredLayoutSize

public java.awt.Dimension preferredLayoutSize(java.awt.Container parent)


layoutContainer

public void layoutContainer(java.awt.Container parent)


getDescriptionBounds

public java.awt.Rectangle getDescriptionBounds()
Returns description bounds for list cell.

Returns:
description bounds for list cell