edu.stanford.smi.protegex.widget.graph
Class FrameData
java.lang.Object
edu.stanford.smi.protegex.widget.graph.FrameData
public class FrameData
- extends Object
Encapsulates data object to be rendered in various combo boxes and tables
in the widget configuration dialog. The main reason for this is that OWL
class names are long and we only want to display the short name in the
user interface, but we still need access to the longer name when we store
configuration properties in the PPRJ files.
- Author:
- Jennifer Vendetti
FrameData
public FrameData(Frame frame)
getDisplayName
public String getDisplayName()
getFullName
public String getFullName()
getFrame
public Frame getFrame()
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Submit a bug report or feature request