org.xnap.pkg
Interface PackageSection

All Known Implementing Classes:
ContainerPackageSection, DefaultPackageSection

public interface PackageSection

Defines the requirements for a package section.

See Also:
PackageManager

Method Summary
 javax.swing.Icon getIcon()
          Returns a 16x16 icon.
 java.lang.String getName()
          Returns the name of the section.
 

Method Detail

getIcon

javax.swing.Icon getIcon()
Returns a 16x16 icon. The icon is displayed next to the name.


getName

java.lang.String getName()
Returns the name of the section.



Copyright © 2001-2005 XNap Team. All Rights Reserved.