|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGFilterFactoryParms
The TWGFilterFactoryParms class contains the the parameters for defining a filter factory.
TWGFilterFactory
Constructor Summary | |
---|---|
TWGFilterFactoryParms()
Default constructor |
|
TWGFilterFactoryParms(java.util.Vector table_classes)
This method is public as an implementation side effect. |
Method Summary | |
---|---|
void |
addTable(java.lang.String table_class)
Add a table to the filter factory parameters |
java.lang.String |
getBundleKey()
Get the bundle key for the factory |
java.lang.String |
getBundleName()
Get the bundle name for the factory |
java.lang.String |
getGraphicName()
Get the icon graphic name |
java.util.Vector |
getTableClasses()
Get all the table class names |
void |
setBundleKey(java.lang.String key)
Set the bundle key for the factory display name |
void |
setBundleName(java.lang.String bundle)
Set the resource bundle name for the factory |
void |
setGraphicName(java.lang.String graphic)
Set the icon graphic name for the factory |
java.lang.String |
toString()
Convert object to String for debug |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGFilterFactoryParms()
public TWGFilterFactoryParms(java.util.Vector table_classes)
table_classes
- - a vector where each element is a string containing
the table class name for a table in the filter factoryMethod Detail |
public java.lang.String getBundleName()
public void setBundleName(java.lang.String bundle)
bundle
- - the bundle namepublic java.lang.String getBundleKey()
public void setBundleKey(java.lang.String key)
key
- - the key to use to search the resource bundle for the display name
for the factory.public java.lang.String getGraphicName()
public void setGraphicName(java.lang.String graphic)
graphic
- - the name of the icon graphicpublic void addTable(java.lang.String table_class)
table_class
- - the class name of the table to be addedpublic java.util.Vector getTableClasses()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |