public abstract class ContentGetter
extends java.lang.Object
Constructor and Description |
---|
ContentGetter() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getContent(java.awt.Component comp)
Provides the characteristic text.
|
java.lang.Object |
getUserObject()
Provides the user object.
|
void |
setUserObject(java.lang.Object obj)
Sets a new user object.
|
public abstract java.lang.String getContent(java.awt.Component comp)
comp
- The componentnull
otherwisepublic void setUserObject(java.lang.Object obj)
obj
- The objectpublic java.lang.Object getUserObject()
null
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.