dsto.dfc.swing.icons
Interface IconicFolder

All Superinterfaces:
Iconic
All Known Implementing Classes:
AbstractIconicFolder

public interface IconicFolder
extends Iconic

An iconic object that is also a container of some sort (such as a folder or group) that supports different icons depending on whether it is logically 'open' or 'closed'.

Version:
$Revision$

Field Summary
 
Fields inherited from interface dsto.dfc.swing.icons.Iconic
NULL_ICON
 
Method Summary
 Icon getLargeOpenIcon()
          The large (32x32) icon to use when folder is displayed as open.
 Icon getOpenIcon()
          The normal (16x16) icon to use when folder is displayed as open.
 
Methods inherited from interface dsto.dfc.swing.icons.Iconic
getIcon, getLargeIcon, getName
 

Method Detail

getOpenIcon

Icon getOpenIcon()
The normal (16x16) icon to use when folder is displayed as open. The closed icon is assumed to be the value of getIcon ().


getLargeOpenIcon

Icon getLargeOpenIcon()
The large (32x32) icon to use when folder is displayed as open. The closed icon is assumed to be the value of getLargeIcon ().



Copyright © 2008 Commonwealth of Australia