| edu.rice.cs.util.swing.DisplayManager
DisplayManager | public interface DisplayManager (Code) | | FileIconManagers choose the icons to use when displaying files using their icons in lists or trees.
|
getIcon | public Icon getIcon(T f)(Code) | | Given a piece of data, decide which icon to use
Parameters: f - The data to base the icon decision on The icon to display for the given data |
getName | public String getName(T f)(Code) | | Given a data, decide on which name to display for it
Parameters: f - The data to base the naming decison on The name to display for the data |
|
|