public static class TitledTextCell.TitledText extends Object implements Comparable<TitledTextCell.TitledText>
Constructor and Description |
---|
TitledText(String title,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TitledTextCell.TitledText o) |
String |
getDescription() |
String |
getTitle() |
public String getTitle()
public String getDescription()
public int compareTo(TitledTextCell.TitledText o)
compareTo
in interface Comparable<TitledTextCell.TitledText>
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.