|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTable
edu.stanford.smi.protege.util.SelectableTable
edu.stanford.smi.protegex.owl.ui.owltable.SymbolTable
edu.stanford.smi.protegex.owl.ui.owltable.OWLTable
A JTable in which one column displays an OWL expression in the syntax defined by the OWLModel's OWLClassDisplay.
Nested Class Summary |
Nested classes inherited from class javax.swing.JTable |
JTable.AccessibleJTable |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private OWLTableAction |
copyAction
|
private OWLTableAction |
cutAction
|
private OWLTableAction |
pasteAction
|
private OWLTableTransferHandler |
transferHandler
|
private OWLTableAction |
viewClsAction
|
Fields inherited from class edu.stanford.smi.protegex.owl.ui.owltable.SymbolTable |
editAnnotationsAction, editMultiLineAction, INFINITE_TIME |
Fields inherited from class edu.stanford.smi.protege.util.SelectableTable |
|
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.Container |
|
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 | |
OWLTable(OWLTableModel tableModel,
OWLModel owlModel,
boolean withIcon)
|
Method Summary | |
protected ResourceRenderer |
createOWLFrameRenderer()
|
protected String |
editMultiLine(RDFResource input)
|
void |
enableActions(Collection actions)
|
OWLNamedClass |
getEditedCls()
|
protected Collection |
getNavigationMenuItems(RDFResource resource)
|
OWLTableModel |
getOWLTableModel()
|
edu.stanford.smi.protege.model.Cls |
getSelectedCls()
|
protected String |
getToolTipText(RDFResource resource)
|
protected void |
navigateTo(RDFResource instance)
|
void |
setCls(OWLNamedClass cls)
|
void |
setValueAt(Object aValue,
int row,
int column)
|
private void |
viewSelectedCls()
|
Methods inherited from class edu.stanford.smi.protege.util.SelectableTable |
addSelectionListener, getSelection, notifySelectionListeners, removeSelectionListener, toString |
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.util.Selectable |
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
Field Detail |
private OWLTableAction copyAction
private OWLTableAction cutAction
private OWLTableAction pasteAction
private OWLTableAction viewClsAction
private OWLTableTransferHandler transferHandler
Constructor Detail |
public OWLTable(OWLTableModel tableModel, OWLModel owlModel, boolean withIcon)
Method Detail |
protected ResourceRenderer createOWLFrameRenderer()
createOWLFrameRenderer
in class SymbolTable
protected String editMultiLine(RDFResource input)
editMultiLine
in class SymbolTable
public void enableActions(Collection actions)
enableActions
in class SymbolTable
public OWLNamedClass getEditedCls()
protected Collection getNavigationMenuItems(RDFResource resource)
getNavigationMenuItems
in class SymbolTable
public OWLTableModel getOWLTableModel()
public edu.stanford.smi.protege.model.Cls getSelectedCls()
protected String getToolTipText(RDFResource resource)
getToolTipText
in class SymbolTable
protected void navigateTo(RDFResource instance)
navigateTo
in class SymbolTable
public void setCls(OWLNamedClass cls)
public void setValueAt(Object aValue, int row, int column)
private void viewSelectedCls()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |