public static class SourceEditor.ExtendedSourceEntry extends SourceEntry implements Comparable<SourceEditor.ExtendedSourceEntry>
Modifier and Type | Field and Description |
---|---|
String |
author |
String |
description |
String |
link |
Integer |
minJosmVersion |
String |
simpleFileName |
String |
version |
active, isZip, name, title, url, zipEntryPath
Constructor and Description |
---|
SourceEditor.ExtendedSourceEntry(String simpleFileName,
String url) |
Modifier and Type | Method and Description |
---|---|
private void |
appendRow(StringBuilder s,
String th,
String td) |
int |
compareTo(SourceEditor.ExtendedSourceEntry o) |
String |
getDisplayName() |
String |
getTooltip() |
String |
toString() |
equals, getDisplayString, getFileNamePart, getLocalSourceDir, getPrefName, getZipEntryDirName, hashCode, isLocal
public String simpleFileName
public String description
public Integer minJosmVersion
public SourceEditor.ExtendedSourceEntry(String simpleFileName, String url)
public String getDisplayName()
private void appendRow(StringBuilder s, String th, String td)
public String getTooltip()
public String toString()
toString
in class SourceEntry
public int compareTo(SourceEditor.ExtendedSourceEntry o)
compareTo
in interface Comparable<SourceEditor.ExtendedSourceEntry>