Serialized Form


Package ch.hearc.I04_05s08.GUI

Class ch.hearc.I04_05s08.GUI.DialogBox extends SimpleDialog implements Serializable

Serialized Fields

element

Element element
The node


graph

GraphPanel graph
The graph

Class ch.hearc.I04_05s08.GUI.Help extends JDialog implements Serializable

Serialized Fields

textpane

JTextPane textpane
The text pane

Class ch.hearc.I04_05s08.GUI.MainApplication extends JFrame implements Serializable

Serialized Fields

tabs

JTabbedPane tabs
The tabs


rsgm

RdfsGraphManager rsgm
The manager of RDF Schemas


rgm

RdfGraphManager rgm
The manager of RDFs

Class ch.hearc.I04_05s08.GUI.MenuApplication extends JMenuBar implements Serializable

Serialized Fields

roots

String[] roots
Title of the elements of the menu


rootKeys

int[] rootKeys
Key of the menu's element


rootMenus

JMenu[] rootMenus
The JMenu


rdfsMenu

JMenu rdfsMenu
RDFS submenu


rdfsMenuTitle

String rdfsMenuTitle
RDFS submenu's title


rdfsItems

JMenuItem[] rdfsItems
RDFS items


rdfsItemsTitle

String[] rdfsItemsTitle
RDFS items' title


rdfMenu

JMenu rdfMenu
RDF submenu


rdfMenuTitle

String rdfMenuTitle
RDF submenu's title


rdfItems

JMenuItem[] rdfItems
RDF items


rdfItemsTitle

String[] rdfItemsTitle
RDF items' title


fileItems

JMenuItem[] fileItems
File items


fileItemsTitle

String[] fileItemsTitle
File item's title


fileItemsKeys

KeyStroke[] fileItemsKeys
File item's shortcuts


editItems

JMenuItem[] editItems
Edit menu items


editItemsTitle

String[] editItemsTitle
Edit menu items' title


editItemsKeys

KeyStroke[] editItemsKeys
Edit menu items' shortcuts


helpItems

JMenuItem[] helpItems
Help menu items


helpItemsTitle

String[] helpItemsTitle
Help menu items' title


helpItemsKeys

KeyStroke[] helpItemsKeys
Help menu items' shortcuts

Class ch.hearc.I04_05s08.GUI.SimpleDialog extends JDialog implements Serializable

Serialized Fields

modify

JButton modify
The button that commit the modifications


cancel

JButton cancel
The button to cancel any operation


topPanel

JPanel topPanel
The top panel

Class ch.hearc.I04_05s08.GUI.Tab extends JPanel implements Serializable

Serialized Fields

graph

GraphPanel graph
The graph


manager

GraphManager manager
The manager


filename

String filename
The filename


file

OntFile file
The file

Class ch.hearc.I04_05s08.GUI.ToolBar extends JPanel implements Serializable


Package ch.hearc.I04_05s08.GUI.Graph

Class ch.hearc.I04_05s08.GUI.Graph.GraphPanel extends JPanel implements Serializable

Serialized Fields

nodes

LinkedList nodes
List of nodes


arrows

LinkedList arrows
List of arrows


elements

LinkedList[] elements
List of lists


selectedElement

Element selectedElement
Current selected Element


oldElement

Element oldElement
Last selected Element


offset

Point2D offset
Offset of the point inside the Node


line

Line2D line
Temporary line before arrow


mode

int mode
Mode of drawing


drawingElement

Element drawingElement
The element that will be drawing


file

OntFile file
Ontology file

Class ch.hearc.I04_05s08.GUI.Graph.SourcePane extends JTextPane implements Serializable


Package ch.hearc.I04_05s08.GUI.RDF

Class ch.hearc.I04_05s08.GUI.RDF.RdfArrowDialog extends DialogBox implements Serializable

Serialized Fields

textfield

JTextField textfield
The field

Class ch.hearc.I04_05s08.GUI.RDF.RdfDialog extends DialogBox implements Serializable

Serialized Fields

textfields

JTextField[] textfields
Text fields

Class ch.hearc.I04_05s08.GUI.RDF.RdfFileDialog extends SimpleDialog implements Serializable

Serialized Fields

rdfslist

JList rdfslist
list of rdfs


listmodel

DefaultListModel listmodel
list model


manager

RdfGraphManager manager
the manager


top

JPanel top
Top panel


browse

JButton browse
browse button


delete

JButton delete
Delete button


files

String files
The RDF Schemas


filechooser

JFileChooser filechooser
File chooser

Class ch.hearc.I04_05s08.GUI.RDF.RdfGraph extends GraphPanel implements Serializable

Serialized Fields

file

RdfFile file
RDF


tree

JTree tree
the tree


tp

JTextPane tp
Source display


colors

Color[][] colors
Colors

Class ch.hearc.I04_05s08.GUI.RDF.RdfNewFileDialog extends RdfFileDialog implements Serializable

Class ch.hearc.I04_05s08.GUI.RDF.RdfOpenFileDialog extends RdfFileDialog implements Serializable

Serialized Fields

filename

JTextField filename
The file name


jfc

JFileChooser jfc
A File chooser

Class ch.hearc.I04_05s08.GUI.RDF.RdfTab extends Tab implements Serializable

Class ch.hearc.I04_05s08.GUI.RDF.RdfToolBar extends ToolBar implements Serializable

Serialized Fields

rdfs

RdfsFile[] rdfs
Known RDF Schemas


graph

RdfGraph graph
The graph


tree

JTree tree
Tree


nodeIcon

Icon nodeIcon
Node icon


arcIcon

Icon arcIcon
Arc icon


literalIcon

Icon literalIcon
Literal icon

Class ch.hearc.I04_05s08.GUI.RDF.RdfTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class ch.hearc.I04_05s08.GUI.RDF.RdfTreeLeaf extends RdfTreeNode implements Serializable

Serialized Fields

icon

Icon icon
The icon


colors

Color[] colors
The colors


instance

Instance instance
Associated resource

Class ch.hearc.I04_05s08.GUI.RDF.RdfTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

help

String help
Help text of the node


Package ch.hearc.I04_05s08.GUI.RDFS

Class ch.hearc.I04_05s08.GUI.RDFS.RdfsDialog extends DialogBox implements Serializable

Serialized Fields

textfields

JTextField[] textfields
Text fields

Class ch.hearc.I04_05s08.GUI.RDFS.RdfsGraph extends GraphPanel implements Serializable

Serialized Fields

file

RdfsFile file
RDF Schema


tp

JTextPane tp
Source display

Class ch.hearc.I04_05s08.GUI.RDFS.RdfsTab extends Tab implements Serializable

Class ch.hearc.I04_05s08.GUI.RDFS.RdfsToolBar extends ToolBar implements Serializable

Serialized Fields

btns

JButton[] btns
Buttons


icons

Icon[] icons
Icons

Class ch.hearc.I04_05s08.GUI.RDFS.RdfsToolButton extends JButton implements Serializable

Serialized Fields

mode

int mode
The mode for the graph


e

Element e
The element to draw



A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC