Package org.gvsig.about.impl
Class DefaultAboutSponsor
java.lang.Object
org.gvsig.about.impl.AbstractParticipant
org.gvsig.about.impl.DefaultAboutSponsor
- All Implemented Interfaces:
org.gvsig.about.AboutParticipant,org.gvsig.about.AboutSponsor
public class DefaultAboutSponsor
extends AbstractParticipant
implements org.gvsig.about.AboutSponsor
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.about.impl.AbstractParticipant
contributions -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAboutSponsor(DefaultAboutManager manager, String name, URL description, int priority) DefaultAboutSponsor(DefaultAboutManager manager, String name, URL description, int priority, URL icon) -
Method Summary
Methods inherited from class org.gvsig.about.impl.AbstractParticipant
addContribution, addContribution, addVariables, getContributions, getContributionsTable, getDate, getDescription, getIcon, getInformationPage, getManager, getName, getPriority, set, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.about.AboutParticipant
addContribution, addContribution, addVariables, getContributions, getContributionsTable, getDescription, getIcon, getInformationPage, getManager, getName, getPriority, set
-
Constructor Details
-
DefaultAboutSponsor
public DefaultAboutSponsor(DefaultAboutManager manager, String name, URL description, int priority, URL icon) -
DefaultAboutSponsor
-