netx.start
Class AppInfo

java.lang.Object
  |
  +--netx.start.AppInfo
All Implemented Interfaces:
java.lang.Comparable

public class AppInfo
extends java.lang.Object
implements java.lang.Comparable


Method Summary
 int compareTo(java.lang.Object o)
           
 JNLPFile getFile()
           
 java.net.URL getFileLocation()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getName()
           
 boolean isExternal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

isExternal

public boolean isExternal()

getName

public java.lang.String getName()

getFileLocation

public java.net.URL getFileLocation()

getFile

public JNLPFile getFile()

getIcon

public javax.swing.Icon getIcon()