Module java.desktop

Class IconView

java.lang.Object
javax.swing.text.View
javax.swing.text.IconView
All Implemented Interfaces:
SwingConstants

public class IconView extends View
Icon decorator that implements the view interface. The entire element is used to represent the icon. This acts as a gateway from the display-only View implementations to interactive lightweight icons (that is, it allows icons to be embedded into the View hierarchy. The parent of the icon is the container that is handed out by the associated view factory.