edu.stanford.smi.protegex.owl.ui.resourcedisplay
Interface ResourcePanel
- All Superinterfaces:
- InferredModeWidget, edu.stanford.smi.protege.util.Selectable
- All Known Implementing Classes:
- ResourceDisplay
- public interface ResourcePanel
- extends InferredModeWidget, edu.stanford.smi.protege.util.Selectable
An interface for user interface components that display a given RDFResource
as a form. Instances of this are used as the main panel on the various tabs.
- Author:
- Holger Knublauch
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
DEFAULT_TYPE_CLASS
public static final int DEFAULT_TYPE_CLASS
- See Also:
- Constant Field Values
DEFAULT_TYPE_PROPERTY
public static final int DEFAULT_TYPE_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_TYPE_INDIVIDUAL
public static final int DEFAULT_TYPE_INDIVIDUAL
- See Also:
- Constant Field Values
getResource
public RDFResource getResource()
setResource
public void setResource(RDFResource resource)