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