org.xnap.gui.pkg
Class ContainerPackageSection

java.lang.Object
  extended by org.xnap.gui.pkg.ContainerPackageSection
All Implemented Interfaces:
PackageSection

public class ContainerPackageSection
extends java.lang.Object
implements PackageSection

See Also:
PackageManager

Constructor Summary
ContainerPackageSection(java.lang.String name)
           
 
Method Summary
 javax.swing.Icon getIcon()
          Returns a 16x16 icon.
 java.lang.String getName()
          Returns the name of the section.
 PackageInfo getPackageInfo()
           
 void setPackageInfo(PackageInfo info)
           
 void setUpdateAvailable(boolean updateAvailable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerPackageSection

public ContainerPackageSection(java.lang.String name)
Method Detail

getIcon

public javax.swing.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 java.lang.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 © 2001-2005 XNap Team. All Rights Reserved.