org.ceryle.ui.graph
Class AddFacetDialog.TopicFacet

java.lang.Object
  extended by org.ceryle.ui.graph.AddFacetDialog.TopicFacet
Enclosing class:
AddFacetDialog

protected class AddFacetDialog.TopicFacet
extends Object

An inner class acting as a struct for a Topic-facet pair. This also creates labels from the TopicMapProcessor so that it doesn't have to be done repeatedly during list redraws.


Field Summary
protected  String fLabel
           
protected  Topic i_facet
           
protected  Topic i_topic
           
protected  int i_type
           
protected  String tLabel
           
 
Constructor Summary
protected AddFacetDialog.TopicFacet(int type, Topic topic, Topic facet)
           
 
Method Summary
 Topic getFacet()
           
 Topic getTopic()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i_type

protected int i_type

i_topic

protected Topic i_topic

i_facet

protected Topic i_facet

tLabel

protected String tLabel

fLabel

protected String fLabel
Constructor Detail

AddFacetDialog.TopicFacet

protected AddFacetDialog.TopicFacet(int type,
                                    Topic topic,
                                    Topic facet)
Method Detail

getTopic

public Topic getTopic()

getFacet

public Topic getFacet()

toString

public String toString()
Overrides:
toString in class Object


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.