edu.stanford.smi.protegex.owl.ui.search.finder
Class DefaultPropertyFind

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byedu.stanford.smi.protegex.owl.ui.search.finder.DefaultFind
          extended byedu.stanford.smi.protegex.owl.ui.search.finder.DefaultPropertyFind
All Implemented Interfaces:
Find, ListModel, Serializable, TableModel

public class DefaultPropertyFind
extends DefaultFind

Author:
Nick Drummond, Medical Informatics Group, University of Manchester 20-Oct-2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.ui.search.finder.DefaultFind
orderedKeys, owlModel, results, string
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DefaultPropertyFind(OWLModel owlModel)
           
 
Method Summary
 String getDescription()
           
protected  boolean isValidFrameToSearch(edu.stanford.smi.protege.model.Frame f)
          Only look at classes, properties and individuals
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.search.finder.DefaultFind
addListDataListener, getColumnCount, getColumnName, getElementAt, getLastSearch, getModel, getNumSearchProperties, getResults, getRowCount, getSearchProperties, getSize, getSummaryText, getValueAt, removeListDataListener, searchOnSlot, startSearch
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, isCellEditable, removeTableModelListener, setValueAt
 

Constructor Detail

DefaultPropertyFind

public DefaultPropertyFind(OWLModel owlModel)
Method Detail

isValidFrameToSearch

protected boolean isValidFrameToSearch(edu.stanford.smi.protege.model.Frame f)
Description copied from class: DefaultFind
Only look at classes, properties and individuals

Overrides:
isValidFrameToSearch in class DefaultFind
Parameters:
f - a frame
Returns:
true if the given frame should be included in the results

getDescription

public String getDescription()
Specified by:
getDescription in interface Find
Overrides:
getDescription in class DefaultFind