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

Field Summary
static int DEFAULT_TYPE_CLASS
           
static int DEFAULT_TYPE_INDIVIDUAL
           
static int DEFAULT_TYPE_PROPERTY
           
 
Method Summary
 RDFResource getResource()
           
 void setResource(RDFResource resource)
           
 
Methods inherited from interface edu.stanford.smi.protegex.owl.ui.widget.InferredModeWidget
setInferredMode
 
Methods inherited from interface edu.stanford.smi.protege.util.Selectable
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener
 

Field Detail

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
Method Detail

getResource

public RDFResource getResource()

setResource

public void setResource(RDFResource resource)