Serialized Form


Package edu.byu.deg.OntologyEditor

Class edu.byu.deg.OntologyEditor.AboutDialog extends JDialog implements Serializable

Serialized Fields

frameSizeAdjusted

boolean frameSizeAdjusted

m_okBtn

JButton m_okBtn

m_scrollPane

JScrollPane m_scrollPane

m_aboutText

JTextPane m_aboutText

Class edu.byu.deg.OntologyEditor.AbstractInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

m_frame

OntologyCanvasWindow m_frame

m_menuItem

JMenuItem m_menuItem

m_editor

OntologyEditor m_editor

Class edu.byu.deg.OntologyEditor.ActionGroup extends LinkedList implements Serializable

Class edu.byu.deg.OntologyEditor.EditableText extends JTextArea implements Serializable

Serialized Fields

m_bEditing

boolean m_bEditing
This boolean member variable maintains the state of whether or not the control is in edit mode.

See Also:
EditableText.isEditingText()

m_selectColor

Color m_selectColor

m_selectTextColor

Color m_selectTextColor

m_caretWidth

int m_caretWidth

Class edu.byu.deg.OntologyEditor.ExtFileChooser extends JFileChooser implements Serializable

Class edu.byu.deg.OntologyEditor.FontDialog extends JDialog implements Serializable

Serialized Fields

m_fontChanged

boolean m_fontChanged

m_fontColorChanged

boolean m_fontColorChanged

m_fillColorChanged

boolean m_fillColorChanged

m_lineColorChanged

boolean m_lineColorChanged

m_lineWidthChanged

boolean m_lineWidthChanged

m_initFont

Font m_initFont

m_initFontColor

Color m_initFontColor

m_initFillColor

Color m_initFillColor

m_initLineColor

Color m_initLineColor

m_initLineWidth

int m_initLineWidth

m_font

Font m_font

m_size

int m_size

m_attr

Hashtable m_attr

m_buttonPressed

int m_buttonPressed

m_style

edu.byu.deg.osmx.OSMXStyleType m_style

frameSizeAdjusted

boolean frameSizeAdjusted

m_fontCombo

JComboBox m_fontCombo

JLabel1

JLabel JLabel1

JLabel2

JLabel JLabel2

m_sizeCombo

JComboBox m_sizeCombo

m_widthCombo

JComboBox m_widthCombo

m_boldCheckBox

JCheckBox m_boldCheckBox

m_italicCheckBox

JCheckBox m_italicCheckBox

JLabel3

JLabel JLabel3

m_sample

JPanel m_sample

JLabel4

JLabel JLabel4

JLabel5

JLabel JLabel5

JLabel6

JLabel JLabel6

JLabel7

JLabel JLabel7

m_fontColorBtn

edu.byu.deg.common.ColorButton m_fontColorBtn

m_fillColorBtn

edu.byu.deg.common.ColorButton m_fillColorBtn

m_lineColorBtn

edu.byu.deg.common.ColorButton m_lineColorBtn

m_defaultBtn

JButton m_defaultBtn

m_okBtn

JButton m_okBtn

m_cancelBtn

JButton m_cancelBtn

Class edu.byu.deg.OntologyEditor.ObjBorder extends AbstractBorder implements Serializable

Serialized Fields

m_insets

Insets m_insets

m_bSelected

boolean m_bSelected

m_bReadOnly

boolean m_bReadOnly

m_bRect

boolean m_bRect

m_dash

float[] m_dash

m_lineWidth

int m_lineWidth

m_selOptions

int m_selOptions

m_rectColor

Color m_rectColor

m_fillColor

Color m_fillColor

m_x

int m_x

m_y

int m_y

m_width

int m_width

m_height

int m_height

m_handleWidth

int m_handleWidth

Class edu.byu.deg.OntologyEditor.OntologyCanvas extends JPanel implements Serializable

Serialized Fields

m_doc

edu.byu.deg.osmx.OSMXDocument m_doc

m_state

int m_state

m_numSelected

int m_numSelected

m_bDragging

boolean m_bDragging

m_bSelecting

boolean m_bSelecting

m_bResizing

boolean m_bResizing

m_initialPoint

Point m_initialPoint

m_oldPoint

Point m_oldPoint

m_offset

Point m_offset

m_initialShape

DrawShape m_initialShape

m_deselectionCandidate

DrawShape m_deselectionCandidate

m_dataFrameInfo

FrameInfo m_dataFrameInfo

m_editor

OntologyEditor m_editor

m_parentWindow

OntologyCanvasWindow m_parentWindow

dragPanel

edu.byu.deg.OntologyEditor.OntologyCanvas.DragPanel dragPanel

selectionDragger

JPanel selectionDragger

selectedShapes

Set selectedShapes

shapesByElement

Map shapesByElement

srcShape

DrawShape srcShape

destShape

DrawShape destShape

activeShape

DrawShape activeShape

activeMouseEvent

MouseEvent activeMouseEvent

DPI

int DPI
See Also:
Constant Field Values

PAGEWIDTH

double PAGEWIDTH
See Also:
Constant Field Values

PAGEHEIGHT

double PAGEHEIGHT
See Also:
Constant Field Values

PAGESACROSS

int PAGESACROSS
See Also:
Constant Field Values

PAGESDOWN

int PAGESDOWN
See Also:
Constant Field Values

Class edu.byu.deg.OntologyEditor.OntologyCanvasWindow extends AbstractInternalFrame implements Serializable

Serialized Fields

m_canvas

OntologyCanvas m_canvas

m_editor

OntologyEditor m_editor

m_dataFrame

DataFrameEditorWindow m_dataFrame

m_macroEditor

MacroLexiconEditorWindow m_macroEditor

m_macroEditorInfo

FrameInfo m_macroEditorInfo

ontologyDoc

edu.byu.deg.osmx.OSMXDocument ontologyDoc

Class edu.byu.deg.OntologyEditor.OntologyEditor extends JApplet implements Serializable

Serialized Fields

m_aboutDlg

AboutDialog m_aboutDlg

objectState

String objectState
The current state of the OntologyEditor. Represents the currently selected state button on the state toolbar.


currentShape

String currentShape

desktop

JDesktopPane desktop
A handle to the desktop containing all of the JInternalFrames.


initErrorOccurred

boolean initErrorOccurred

numOpenWindows

int numOpenWindows

numWindowsInList

int numWindowsInList

daml_files

URL[] daml_files

osm_files

URL[] osm_files

current_ont_index

int current_ont_index

progressBar

JProgressBar progressBar

actions

Map actions

actionGroups

Map actionGroups

menus

Map menus

toolbars

Map toolbars

menuItemGroups

Map menuItemGroups

toolbarButtonGroups

Map toolbarButtonGroups

mainMenu

JMenuBar mainMenu

Class edu.byu.deg.OntologyEditor.PrimaryMarker extends JComponent implements Serializable

Serialized Fields

color

Color color

Class edu.byu.deg.OntologyEditor.ServerFileChooser extends JPanel implements Serializable

Serialized Fields

cancelled

boolean cancelled

ready

boolean ready

urls

URL[] urls

open_btn

JButton open_btn

cancel_btn

JButton cancel_btn

file_list

JComboBox file_list

parent_action

AbstractAction parent_action

Class edu.byu.deg.OntologyEditor.ToggleMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

mutex

boolean mutex

defaultItem

boolean defaultItem


Package edu.byu.deg.OntologyEditor.actions

Class edu.byu.deg.OntologyEditor.actions.AddAnchorAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AddDataFramesAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignBottomAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignHorCenterAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignLeftAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignRightAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignTopAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.AlignVertCenterAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.CanvasAction extends InternalFrameAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.ChooseShapeAction extends GeneralAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.CloseAction extends InternalFrameAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.DataFrameAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.DeleteAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.ExportAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.FontAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.GeneralAction extends AbstractAction implements Serializable

Serialized Fields

editor

OntologyEditor editor

Class edu.byu.deg.OntologyEditor.actions.GenSpecTypeAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.HelpAboutAction extends GeneralAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.HypergraphAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.InternalFrameAction extends GeneralAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.MacroEditorAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.MoveBackAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.MoveFrontAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.NewAction extends GeneralAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.OntosAction extends AbstractAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.OpenAction extends GeneralAction implements Serializable

Serialized Fields

file_chooser

ServerFileChooser file_chooser

content

String content

Class edu.byu.deg.OntologyEditor.actions.OutputSchemeAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.RemoveAnchorAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SaveAction extends InternalFrameAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SaveAsAction extends InternalFrameAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SaveOSMLAction extends InternalFrameAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SelectionAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetAnchorAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetCardinalityConstraintAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetFunctionalAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetHighLevelAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetLeftArrowAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetLexicalAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetOptionalAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetPrimaryObjectSetAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetReadOnlyAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetRightArrowAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SetShowDiamondAction extends ShapeAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.ShapeAction extends CanvasAction implements Serializable

Serialized Fields

shape

DrawShape shape

Class edu.byu.deg.OntologyEditor.actions.ShowDataFrameEditorAction extends CanvasAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SpaceAcrossAction extends SelectionAction implements Serializable

Class edu.byu.deg.OntologyEditor.actions.SpaceDownAction extends SelectionAction implements Serializable


Package edu.byu.deg.OntologyEditor.epsgraphics

Class edu.byu.deg.OntologyEditor.epsgraphics.EpsException extends RuntimeException implements Serializable


Package edu.byu.deg.OntologyEditor.shapes

Class edu.byu.deg.OntologyEditor.shapes.AnchorShape extends PlanarShape implements Serializable

Serialized Fields

originPt

Point originPt

anchorPoint

Point anchorPoint

anchor

edu.byu.deg.osmx.binding.AnchorType anchor

canvasSizeListener

ComponentAdapter canvasSizeListener

Class edu.byu.deg.OntologyEditor.shapes.ConnectableContainerShape extends ObjConnectableShape implements Serializable

Serialized Fields

nameText

JTextArea nameText

suppressDocEvents

boolean suppressDocEvents

Class edu.byu.deg.OntologyEditor.shapes.ConnectableShape extends PlanarShape implements Serializable

Class edu.byu.deg.OntologyEditor.shapes.ConnectionShape extends DrawShape implements Serializable

Serialized Fields

connectedShape

ConnectableShape connectedShape

connectorShape

ConnectorShape connectorShape

connection

edu.byu.deg.osmx.binding.BasicConnection connection

anchors

List anchors

parentComponentListener

ComponentAdapter parentComponentListener

Class edu.byu.deg.OntologyEditor.shapes.ConnectorShape extends PlanarShape implements Serializable

Serialized Fields

connections

List connections

centerPoint

Point centerPoint

oldCenterPoint

Point oldCenterPoint

floatingCenter

boolean floatingCenter

canvasSizeListener

ComponentAdapter canvasSizeListener

Class edu.byu.deg.OntologyEditor.shapes.DrawShape extends JPanel implements Serializable

Serialized Fields

rootCanvas

OntologyCanvas rootCanvas
Reference to the OntologyCanvas that contains this shape.


parentCanvas

Canvas parentCanvas
Reference to the nearest Canvas that contains this shape.


element

edu.byu.deg.osmx.OSMXElement element
Reference to the underlying element that contains state information for this shape.


selected

boolean selected
Tracks selection state (true -> shape is selected).


itemListeners

ArrayList itemListeners

initialLocation

Point initialLocation
Tracks latest location of this shape previous to a DrawShape.drag(int, int) operation.


shapeBorder

Border shapeBorder
The Border object used for painting this shape.


elementListener

PropertyChangeListener elementListener
Object used as a proxy to listen for PropertyChangeEvents on OSMXElements.

Class edu.byu.deg.OntologyEditor.shapes.GenConnectionShape extends ConnectionShape implements Serializable

Serialized Fields

genSpecShape

GenSpecShape genSpecShape

Class edu.byu.deg.OntologyEditor.shapes.GeneralConstraintShape extends TextShape implements Serializable

Serialized Fields

gc

edu.byu.deg.osmx.binding.GeneralConstraint gc

Class edu.byu.deg.OntologyEditor.shapes.GenSpecShape extends ConnectorShape implements Serializable

Serialized Fields

genSpec

edu.byu.deg.osmx.binding.GenSpecType genSpec

genConnections

List genConnections

specConnections

List specConnections

triangleShape

edu.byu.deg.OntologyEditor.shapes.GenSpecShape.TrianglePanel triangleShape

Class edu.byu.deg.OntologyEditor.shapes.NoteShape extends TextShape implements Serializable

Serialized Fields

note

edu.byu.deg.osmx.binding.Note note

Class edu.byu.deg.OntologyEditor.shapes.ObjConnectableShape extends ConnectableShape implements Serializable

Class edu.byu.deg.OntologyEditor.shapes.ObjectSetShape extends ConnectableContainerShape implements Serializable

Serialized Fields

cardinalityConstraint

EditableText cardinalityConstraint

primaryMarker

PrimaryMarker primaryMarker

objSetName

String objSetName

objSet

edu.byu.deg.osmx.OSMXObjectSetType objSet

constraintPanel

JPanel constraintPanel

gridbag

GridBagLayout gridbag

Class edu.byu.deg.OntologyEditor.shapes.ObjectShape extends ObjConnectableShape implements Serializable

Serialized Fields

objName

String objName

obj

edu.byu.deg.osmx.OSMXObjectType obj

suppressDocEvents

boolean suppressDocEvents

objNameText

TextShape objNameText

canvasSizeListener

ComponentAdapter canvasSizeListener

centerRegion

Ellipse2D centerRegion

objectPanel

edu.byu.deg.OntologyEditor.shapes.ObjectShape.ObjectPanel objectPanel

centerPoint

Point centerPoint

Class edu.byu.deg.OntologyEditor.shapes.ParticipationConstraintShape extends TextShape implements Serializable

Class edu.byu.deg.OntologyEditor.shapes.PlanarShape extends DrawShape implements Serializable

Serialized Fields

positionChanging

boolean positionChanging

posElem

edu.byu.deg.osmx.PositionedElement posElem

Class edu.byu.deg.OntologyEditor.shapes.RelationshipSetShape extends ConnectorShape implements Serializable

Serialized Fields

relSet

edu.byu.deg.osmx.OSMXRelationshipSetType relSet

nameArrow

Arrow nameArrow

relSetNameText

TextShape relSetNameText

suppressDocEvents

boolean suppressDocEvents

nameText

JTextArea nameText

diamondPanel

edu.byu.deg.OntologyEditor.shapes.RelationshipSetShape.DiamondPanel diamondPanel

centerRegion

Ellipse2D centerRegion

Class edu.byu.deg.OntologyEditor.shapes.RelSetConnectionShape extends ConnectionShape implements Serializable

Serialized Fields

relSetConn

edu.byu.deg.osmx.binding.RelSetConnectionType relSetConn

partConst

ParticipationConstraintShape partConst

Class edu.byu.deg.OntologyEditor.shapes.SpecConnectionShape extends ConnectionShape implements Serializable

Serialized Fields

genSpecShape

GenSpecShape genSpecShape

Class edu.byu.deg.OntologyEditor.shapes.TextShape extends PlanarShape implements Serializable

Serialized Fields

text

JTextArea text

textElement

edu.byu.deg.osmx.OSMXPositionedText textElement

suppressDocEvents

boolean suppressDocEvents