edu.jhu.tmaj.client.image.data
Class SubTableSection
java.lang.Object
edu.jhu.tmaj.client.image.data.SubTableSection
- All Implemented Interfaces:
- ColorCoded, TableSection, java.io.Serializable, java.lang.Comparable<SubTableSection>
public final class SubTableSection
- extends java.lang.Object
- implements TableSection, java.lang.Comparable<SubTableSection>, java.io.Serializable, ColorCoded
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SubTableSection
public SubTableSection(MainTableSection mainTableSection,
java.lang.String subSectionName)
getMainTableSection
public MainTableSection getMainTableSection()
getSubSectionName
public java.lang.String getSubSectionName()
compareTo
public int compareTo(SubTableSection o)
- Specified by:
compareTo
in interface java.lang.Comparable<SubTableSection>
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getColor
public java.awt.Color getColor()
- Specified by:
getColor
in interface ColorCoded