public final class DetailBarLabel extends java.lang.Object implements PropertyBarEntry
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
labelVaule
labelVaule for the detail bar.
|
| Constructor and Description |
|---|
DetailBarLabel(java.lang.String labelVaule)
constructor for the detail bar label.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(CompareVaNameVisitor visitor)
Accept methode for the CompareVaNameVisitor.
|
java.awt.Component |
accept(DetailBarVisitor visitor)
Accept methode for the DetaibarVisitor.
|
java.lang.String |
accept(ItemGetNameVisitor visitor)
Accept methode for the ItemGetNameVisitor.
|
void |
accept(ItemSetNameVisitor visitor)
Accept methode for the ItemSetNameVisitor.
|
java.lang.String |
getLabelVaule()
getter for labelVaule.
|
void |
setLabelVaule(java.lang.String labelVaule)
setter for labelVaule.
|
public DetailBarLabel(java.lang.String labelVaule)
labelVaule - labelVaule for the detail bar.public java.lang.String getLabelVaule()
public void setLabelVaule(java.lang.String labelVaule)
labelVaule - the new content.public java.awt.Component accept(DetailBarVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitorpublic boolean accept(CompareVaNameVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitorpublic java.lang.String accept(ItemGetNameVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitorpublic void accept(ItemSetNameVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitor