Serialized Form
Package edu.byu.deg.OntologyEditor |
frameSizeAdjusted
boolean frameSizeAdjusted
m_okBtn
JButton m_okBtn
m_scrollPane
JScrollPane m_scrollPane
m_aboutText
JTextPane m_aboutText
m_frame
OntologyCanvasWindow m_frame
m_menuItem
JMenuItem m_menuItem
m_editor
OntologyEditor m_editor
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
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
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
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
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
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
color
Color color
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
mutex
boolean mutex
defaultItem
boolean defaultItem
Package edu.byu.deg.OntologyEditor.actions |
editor
OntologyEditor editor
file_chooser
ServerFileChooser file_chooser
content
String content
shape
DrawShape shape
Package edu.byu.deg.OntologyEditor.epsgraphics |
Package edu.byu.deg.OntologyEditor.shapes |
originPt
Point originPt
anchorPoint
Point anchorPoint
anchor
edu.byu.deg.osmx.binding.AnchorType anchor
canvasSizeListener
ComponentAdapter canvasSizeListener
nameText
JTextArea nameText
suppressDocEvents
boolean suppressDocEvents
connectedShape
ConnectableShape connectedShape
connectorShape
ConnectorShape connectorShape
connection
edu.byu.deg.osmx.binding.BasicConnection connection
anchors
List anchors
parentComponentListener
ComponentAdapter parentComponentListener
connections
List connections
centerPoint
Point centerPoint
oldCenterPoint
Point oldCenterPoint
floatingCenter
boolean floatingCenter
canvasSizeListener
ComponentAdapter canvasSizeListener
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
PropertyChangeEvent
s on
OSMXElement
s.
genSpecShape
GenSpecShape genSpecShape
gc
edu.byu.deg.osmx.binding.GeneralConstraint gc
genSpec
edu.byu.deg.osmx.binding.GenSpecType genSpec
genConnections
List genConnections
specConnections
List specConnections
triangleShape
edu.byu.deg.OntologyEditor.shapes.GenSpecShape.TrianglePanel triangleShape
note
edu.byu.deg.osmx.binding.Note note
cardinalityConstraint
EditableText cardinalityConstraint
primaryMarker
PrimaryMarker primaryMarker
objSetName
String objSetName
objSet
edu.byu.deg.osmx.OSMXObjectSetType objSet
constraintPanel
JPanel constraintPanel
gridbag
GridBagLayout gridbag
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
positionChanging
boolean positionChanging
posElem
edu.byu.deg.osmx.PositionedElement posElem
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
relSetConn
edu.byu.deg.osmx.binding.RelSetConnectionType relSetConn
partConst
ParticipationConstraintShape partConst
genSpecShape
GenSpecShape genSpecShape
text
JTextArea text
textElement
edu.byu.deg.osmx.OSMXPositionedText textElement
suppressDocEvents
boolean suppressDocEvents