Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The final class in the Explorer application is the AdvertisementTreeCellRenderer class in Listing 11.12. This class is used to change the value of the JTree node, depending on the type of data stored in the node. The object of this class is to make the display more informative. Many different types are checked here, but not all are actually sent as raw advertisements.
This class could be used for other applications because of this. Checking for another advertisement type can also extend the class.