public final class DetailInputBox extends java.lang.Object implements PropertyBarEntry, PropertyDrawEntry
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
contentValue
Input box for the detail bar.
|
| Constructor and Description |
|---|
DetailInputBox(java.lang.String defaultValue)
constructor for the detail bar input box.
|
| 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.
|
void |
accept(DetailDrawVisitor 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 |
getContentValue()
getter for contentValue.
|
void |
setContentValue(java.lang.String contentValue)
setter for contentValue.
|
public DetailInputBox(java.lang.String defaultValue)
defaultValue - defaultVaule for the input box.public java.lang.String getContentValue()
public void setContentValue(java.lang.String contentValue)
contentValue - 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 void accept(DetailDrawVisitor visitor)
PropertyDrawEntryaccept in interface PropertyDrawEntryvisitor - the visitorpublic java.lang.String accept(ItemGetNameVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitorpublic void accept(ItemSetNameVisitor visitor)
PropertyBarEntryaccept in interface PropertyBarEntryvisitor - the visitor