org.xnap.commons.gui.pkg
Class ContainerPackageSection
java.lang.Object
org.xnap.commons.gui.pkg.ContainerPackageSection
- All Implemented Interfaces:
- PackageSection
public class ContainerPackageSection
- extends Object
- implements PackageSection
- See Also:
PackageManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerPackageSection
public ContainerPackageSection(String name)
getIcon
public Icon getIcon()
- Description copied from interface:
PackageSection
- Returns a 16x16 icon. The icon is displayed next to the name.
- Specified by:
getIcon
in interface PackageSection
- See Also:
PackageSection.getIcon()
getName
public String getName()
- Description copied from interface:
PackageSection
- Returns the name of the section.
- Specified by:
getName
in interface PackageSection
- See Also:
PackageSection.getName()
getPackageInfo
public PackageInfo getPackageInfo()
setPackageInfo
public void setPackageInfo(PackageInfo info)
setUpdateAvailable
public void setUpdateAvailable(boolean updateAvailable)
Copyright © 2004-2006 XNap Commons Team. All Rights Reserved.