Package org.gvsig.about.impl
Class DefaultAboutDeveloper
java.lang.Object
org.gvsig.about.impl.AbstractParticipant
org.gvsig.about.impl.DefaultAboutDeveloper
- All Implemented Interfaces:
org.gvsig.about.AboutDeveloper,org.gvsig.about.AboutParticipant
public class DefaultAboutDeveloper
extends AbstractParticipant
implements org.gvsig.about.AboutDeveloper
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.about.impl.AbstractParticipant
contributions -
Constructor Summary
ConstructorsConstructorDescriptionDefaultAboutDeveloper(DefaultAboutManager manager, String name, URL description, int priority) DefaultAboutDeveloper(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
-
DefaultAboutDeveloper
public DefaultAboutDeveloper(DefaultAboutManager manager, String name, URL description, int priority, URL icon) -
DefaultAboutDeveloper
public DefaultAboutDeveloper(DefaultAboutManager manager, String name, URL description, int priority)
-