|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container javax.swing.JComponent javax.swing.JPanel edu.stanford.smi.protege.widget.AbstractWidget edu.stanford.smi.protege.widget.AbstractSlotWidget edu.stanford.smi.protegex.widget.contains.ContainsWidget edu.uchsc.ccp.knowtator.SlotMentionWidget
public class SlotMentionWidget
This class is a simple extension of the ContainsWidget that simply overrides the setValues method so that the slot mentions of a class mention or instance mention will always be in a predictable order - rather than a random order(!) The order of the slots is currently alphabetical by the slot name. Preference is given to the slot's form label as it appears in the mentioned classes slot widget as configured in the Forms tab.
Nested Class Summary | |
---|---|
class |
SlotMentionWidget.SlotMentionComparator
|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class edu.stanford.smi.protege.widget.AbstractSlotWidget |
---|
READ_ONLY_WIDGET_PROPERTY |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
SlotMentionWidget()
|
Method Summary | |
---|---|
void |
initialize()
|
void |
setValues(Collection values)
|
Methods inherited from class edu.stanford.smi.protegex.widget.contains.ContainsWidget |
---|
addInstance, addInstances, clearSelection, createWidgetConfigurationPanel, dispose, getSelectedInstance, getState, getValues, isSelectionEmpty, isSuitable, main, removeInstance, selectInstance, setEditable, setInstance, valueChanged, widgetWrapperHadActivity |
Methods inherited from class edu.stanford.smi.protege.widget.AbstractWidget |
---|
addSelectionListener, beginTransaction, beginTransaction, commitTransaction, endTransaction, equals, getDescriptor, getKnowledgeBase, getProject, getPropertyList, getSelection, getStringProperty, isDesignTime, isRuntime, notifySelectionListeners, paint, removeSelectionListener, rollbackTransaction, setLabel, setPropertyList, setup, show |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.smi.protege.widget.Widget |
---|
getDescriptor, getKnowledgeBase, getProject, setLabel |
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
---|
addSelectionListener, getSelection, notifySelectionListeners, removeSelectionListener |
Methods inherited from interface edu.stanford.smi.protege.plugin.Plugin |
---|
getName |
Constructor Detail |
---|
public SlotMentionWidget()
Method Detail |
---|
public void initialize()
initialize
in interface Widget
initialize
in class edu.stanford.smi.protegex.widget.contains.ContainsWidget
public void setValues(Collection values)
setValues
in class edu.stanford.smi.protegex.widget.contains.ContainsWidget
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |