|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.kpat.tabs.OntologyViewTab
public class OntologyViewTab
The OntologyViewTab helps to build the components of the Namespace Tab in KPAT.
Nested Class Summary | |
---|---|
class |
OntologyViewTab.ListComparator
|
class |
OntologyViewTab.NamespaceTableCellRenderer
Table Cell Renderer for displaying a small font and tip text for each namespace. |
class |
OntologyViewTab.TableListSelectionHandler
Handles the selection on the table. |
Field Summary | |
---|---|
protected javax.swing.JList |
_classList
|
protected javax.swing.DefaultListModel |
_classListModel
|
protected javax.swing.JList |
_impList
|
protected javax.swing.DefaultListModel |
_impListModel
|
protected javax.swing.JList |
_instList
|
protected javax.swing.DefaultListModel |
_instListModel
|
protected java.util.Hashtable |
_longNamesHashtable
|
protected kaos.kpat.tabs.OntologyViewTab.NamespaceTableModel |
_model
|
protected javax.swing.JPanel |
_namespaceTab
|
protected java.util.Vector |
_namespListVector
|
protected javax.swing.JTable |
_namespTable
|
protected javax.swing.ProgressMonitor |
_progressMonitor
|
protected javax.swing.JList |
_propList
|
protected javax.swing.DefaultListModel |
_propListModel
|
protected javax.swing.JPanel |
_resultsNamespaceInfoPanel
|
protected javax.swing.JSplitPane |
_splitPane
|
protected javax.swing.Timer |
_timer
|
protected TunnelClient |
_tunnelClient
|
protected java.lang.String |
FILE_BREAK
|
static java.lang.String |
NAME
|
protected TableSorter |
sorter
|
Constructor Summary | |
---|---|
OntologyViewTab()
|
Method Summary | |
---|---|
protected void |
createGui()
|
void |
doLoadNamespace()
|
java.awt.Component |
getDisplayComponent()
|
java.lang.String |
getName()
|
protected void |
getNamespaceInformation(java.lang.String node)
Get the namespaces information (class, properties or imported namespaces) from the directory service and show it to the user when a namespace is selected on the namespace tree. |
javax.swing.JPanel |
getNamespaceTab()
Returns the Namespace Tab Panel |
javax.swing.JPanel |
getResultsPanel()
Returns the Panel that shows the results when an ontology is selected from the table |
void |
initialize(KPATApplet applet,
TunnelClient tunnelClient)
|
void |
refreshOccurred()
|
void |
updateNamespaces()
Update the Namespaces Tab |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
protected java.lang.String FILE_BREAK
protected java.util.Hashtable _longNamesHashtable
protected javax.swing.JList _classList
protected javax.swing.DefaultListModel _classListModel
protected javax.swing.JList _propList
protected javax.swing.DefaultListModel _propListModel
protected javax.swing.JList _impList
protected javax.swing.DefaultListModel _impListModel
protected javax.swing.JList _instList
protected javax.swing.DefaultListModel _instListModel
protected javax.swing.JPanel _namespaceTab
protected javax.swing.JPanel _resultsNamespaceInfoPanel
protected javax.swing.JTable _namespTable
protected kaos.kpat.tabs.OntologyViewTab.NamespaceTableModel _model
protected javax.swing.ProgressMonitor _progressMonitor
protected javax.swing.Timer _timer
protected TunnelClient _tunnelClient
protected java.util.Vector _namespListVector
protected javax.swing.JSplitPane _splitPane
protected TableSorter sorter
Constructor Detail |
---|
public OntologyViewTab()
Method Detail |
---|
public void initialize(KPATApplet applet, TunnelClient tunnelClient)
initialize
in interface TabPanel
public java.lang.String getName()
getName
in interface TabPanel
public java.awt.Component getDisplayComponent()
getDisplayComponent
in interface TabPanel
protected void createGui()
public void doLoadNamespace()
public void updateNamespaces()
protected void getNamespaceInformation(java.lang.String node)
public javax.swing.JPanel getResultsPanel()
public javax.swing.JPanel getNamespaceTab()
public void refreshOccurred()
refreshOccurred
in interface RefreshListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |