Serialized Form


Package com.touchgraph.graphlayout

Class com.touchgraph.graphlayout.GLPanel extends JPanel implements Serializable

Serialized Fields

zoomLabel

String zoomLabel

rotateLabel

String rotateLabel

localityLabel

String localityLabel

hvScroll

HVScroll hvScroll

zoomScroll

ZoomScroll zoomScroll

hyperScroll

HyperScroll hyperScroll

rotateScroll

RotateScroll rotateScroll

localityScroll

LocalityScroll localityScroll

glPopup

JPopupMenu glPopup

scrollBarHash

Hashtable<K,V> scrollBarHash

tgPanel

TGPanel tgPanel

tgLensSet

TGLensSet tgLensSet

tgUIManager

TGUIManager tgUIManager

defaultColor

Color defaultColor

Class com.touchgraph.graphlayout.GraphLayoutApplet extends JApplet implements Serializable

Class com.touchgraph.graphlayout.TGException extends Exception implements Serializable

Serialized Fields

id

int id
An int containing an exception type identifier (ID).


exception

Exception exception
The embedded Exception if tunnelling.

The embedded exception if tunnelling, or null.

Class com.touchgraph.graphlayout.TGPanel extends JPanel implements Serializable

Serialized Fields

tgLayout

TGLayout tgLayout

topLeftDraw

Point2D.Double topLeftDraw

bottomRightDraw

Point2D.Double bottomRightDraw

completeEltSet

GraphEltSet completeEltSet

visibleLocality

VisibleLocality visibleLocality

localityUtils

LocalityUtils localityUtils

threadgroup

ThreadGroup threadgroup

basicMML

TGPanel.BasicMouseMotionListener basicMML

mouseOverE

Edge mouseOverE

mouseOverN

Node mouseOverN

maintainMouseOver

boolean maintainMouseOver

select

Node select

dragNode

Node dragNode

mousePos

Point mousePos

offscreen

Image offscreen

offscreensize

Dimension offscreensize

offgraphics

Graphics offgraphics

graphListeners

Vector<E> graphListeners

paintListeners

Vector<E> paintListeners

tgLensSet

TGLensSet tgLensSet

adjustOriginLens

TGPanel.AdjustOriginLens adjustOriginLens

switchSelectUI

TGPanel.SwitchSelectUI switchSelectUI

Package gnu.regexp

Class gnu.regexp.RE extends gnu.regexp.REToken implements Serializable

Serialized Fields

firstToken

gnu.regexp.REToken firstToken

lastToken

gnu.regexp.REToken lastToken

m_numSubs

int m_numSubs

Class gnu.regexp.REException extends Exception implements Serializable

Serialized Fields

m_type

int m_type

m_pos

int m_pos

Class gnu.regexp.REMatch extends Object implements Serializable

Serialized Fields

m_match

String m_match

eflags

int eflags

offset

int offset

anchor

int anchor

start

int[] start

end

int[] end

index

int index

next

REMatch next

Class gnu.regexp.REMatchEnumeration extends Object implements Serializable

Serialized Fields

m_more

int m_more

m_match

REMatch m_match

m_expr

RE m_expr

m_input

CharIndexed m_input

m_index

int m_index

m_eflags

int m_eflags

m_buffer

StringBuffer m_buffer

Class gnu.regexp.RESyntax extends Object implements Serializable

Serialized Fields

bits

BitSet bits

isFinal

boolean isFinal

lineSeparator

String lineSeparator

Package org.apache.commons.codec

Class org.apache.commons.codec.DecoderException extends Exception implements Serializable

Class org.apache.commons.codec.EncoderException extends Exception implements Serializable


Package org.ceryle

Class org.ceryle.XNodeShell extends JFrame implements Serializable

Serialized Fields

m_defaultDirectory

File m_defaultDirectory
The default directory used by the application for file operations.


homeDirectory

File homeDirectory
The Ceryle application home directory.


COLOR_BASE

Color COLOR_BASE

COLOR_UI_DARK

Color COLOR_UI_DARK

COLOR_SELECT_TEXT

Color COLOR_SELECT_TEXT

COLOR_MESSAGE_FORE

Color COLOR_MESSAGE_FORE

COLOR_MESSAGE_BACK

Color COLOR_MESSAGE_BACK

COLOR_DIM

Color COLOR_DIM

COLOR_STATUS

Color COLOR_STATUS

file_open

AbstractAction file_open

file_save

AbstractAction file_save

file_close

AbstractAction file_close

file_toolbar

AbstractAction file_toolbar

file_quit

AbstractAction file_quit

col_new

AbstractAction col_new

col_open

AbstractAction col_open

col_del

AbstractAction col_del

doc_new

AbstractAction doc_new

doc_open

AbstractAction doc_open

doc_mod

AbstractAction doc_mod

doc_del

AbstractAction doc_del

about_action

AbstractAction about_action

SIG_HTML

String SIG_HTML

SIG_XHTML

String SIG_XHTML

SIG_XTM

String SIG_XTM

SIG_XTMNS

String SIG_XTMNS

suspendNodeListTracking

boolean suspendNodeListTracking

suspendCollectionListTracking

boolean suspendCollectionListTracking

initialized

boolean initialized

m_mime

MIME m_mime

defStyle

Style defStyle

menuFont

Font menuFont

labelFont

Font labelFont

smallFont

Font smallFont

editorFont

Font editorFont

m_status_display

JLabel m_status_display

m_toolbar_item

JCheckBoxMenuItem m_toolbar_item

m_doc

PlainDocument m_doc

availableFonts

ArrayList<E> availableFonts

messageView

JTextArea messageView

textArea

JTextArea textArea

m_collectionList

JList m_collectionList

m_currentCollection

XNodeCollection m_currentCollection

m_xid

XNodeID m_xid

m_nodes

SetModel m_nodes

m_nodeList

JList m_nodeList

m_toolbar

JToolBar m_toolbar

messageSplit

JSplitPane messageSplit

idxsplit

JSplitPane idxsplit

dbsplit

JSplitPane dbsplit

m_xnsListener

XNodeStoreListener m_xnsListener

m_xp

XMLProcessor m_xp

m_xns

XNodeStore m_xns

mh

MessageHandler mh

Package org.ceryle.graph

Class org.ceryle.graph.GraphException extends ProcessException implements Serializable

Class org.ceryle.graph.GraphLayoutPanel extends JPanel implements Serializable

Serialized Fields

m_localityEnabled

boolean m_localityEnabled
Allows the locality scroll bar to be disabled.


gp

GraphPanel gp

m_view

View m_view

popPanel

JPanel popPanel

tgUIManager

TGUIManager tgUIManager

navigateUI

GraphNavigateUI navigateUI

gPopupMenu

GraphPopupMenu gPopupMenu

m_selectedSB

JScrollBar m_selectedSB

zoomSB

JScrollBar zoomSB

rotateSB

JScrollBar rotateSB

localitySB

JScrollBar localitySB

hyperSB

JScrollBar hyperSB

sequenceSB

JScrollBar sequenceSB

btn_infinity

JButton btn_infinity

m_mouseWheelListener

MouseWheelListener m_mouseWheelListener

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

m_verbose

boolean m_verbose

m_legendPanel

JPanel m_legendPanel

lastClick

Point2D.Double lastClick

tgLensSet

TGLensSet tgLensSet

modeSelect

JCheckBox modeSelect

scrollPanel

JPanel scrollPanel

m_graphContainer

JComponent m_graphContainer

zoomScroll

ZoomScroll zoomScroll

rotateScroll

RotateScroll rotateScroll

localityScroll

GraphLocalityScroll localityScroll

hyperScroll

HyperScroll hyperScroll

sequenceScroll

SequenceScroll sequenceScroll

hvScroll

HVScroll hvScroll

editUI

GLEditUI editUI

btn_zoom

JRadioButton btn_zoom

btn_rotate

JRadioButton btn_rotate

btn_locality

JRadioButton btn_locality

btn_hyper

JRadioButton btn_hyper

btn_sequence

JRadioButton btn_sequence

Class org.ceryle.graph.GraphPanel extends TGPanel implements Serializable

Serialized Fields

COLOR_BACKGROUND

Color COLOR_BACKGROUND
The background color of this GraphPanel. The default is set to TGPanel.BACK_COLOR, and overwritten by the stylesheet.


tgsp

TGScrollPane tgsp

mh

MessageHandler mh

provisionalNode

Node provisionalNode

hilighted

GraphNode hilighted

outlined

GraphNode outlined

connected

StackSet connected

previouslySelectedNodes

HashSet<E> previouslySelectedNodes

m_bgimage

ImageIcon m_bgimage

m_bgimageURL

URL m_bgimageURL

m_texture

TexturePaint m_texture

m_selmgr

SelectionManager m_selmgr

mouseIsDragging

boolean mouseIsDragging

m_gridMode

int m_gridMode

scrolling

boolean scrolling

m_centerTimer

Timer m_centerTimer

m_mouseTimer

Timer m_mouseTimer

m_msg_fader

org.ceryle.graph.GraphPanel.MessageFader m_msg_fader

m_fg_font

Font m_fg_font

m_fg_text

String[] m_fg_text

m_fg_textpos

Point m_fg_textpos

m_verbose

boolean m_verbose

eMML

GraphPanel.ExtendedMouseMotionListener eMML

cursorListener

KeyListener cursorListener

gp

GraphPanel gp

v1

QuadCurve2D.Double v1

pct

Point2D.Double pct

p1s

Point2D.Double p1s

p1e

Point2D.Double p1e

p1c

Point2D.Double p1c

COLOR_GRID1

Color COLOR_GRID1

COLOR_GRID2

Color COLOR_GRID2

COLOR_GRIDC

Color COLOR_GRIDC

gridSize

double gridSize

grid

double grid

cellSize

double cellSize

Class org.ceryle.graph.GraphPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

m_desktop

Desktop m_desktop

glp

GraphLayoutPanel glp

vmgr

ViewManager vmgr

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.graph.SelectionManager extends SetModel implements Serializable

Serialized Fields

mh

MessageHandler mh

gp

GraphPanel gp

Package org.ceryle.graph.tm

Class org.ceryle.graph.tm.TM4JVisualizerImpl extends JDialog implements Serializable

Serialized Fields

visualizeTemplates

boolean visualizeTemplates
Variable controlling if Association template relationships should be displayed, ie., if <instanceOf> within an Association should receive an explicit node display. Default is false.


visualizeScopes

boolean visualizeScopes
Variable controlling if scopes should be displayed, ie., if association scopes should receive an explicit node display. Default is true.


visualizeTypes

boolean visualizeTypes
Variable controlling whether class-instance relations (either as instanceOf elemenst or explicit class-instance associations) should be displayed. Default is true.


showHidden

boolean showHidden
A flag that when true indicates that any normally-hidden topics be displayed.


showFacets

boolean showFacets
A flag that when true indicates that any facet associations be displayed.


hideXTM

boolean hideXTM
A flag that when true suppresses display of Topics having subjects matching any of the XTM 1.0 PSIs.


inProgress

boolean inProgress
When true, indicates that the visualizer is currently loading/visualizing a Topic Map. This is not an indicator of incremental editing operations.


m_topicmap

TopicMap m_topicmap
The current TopicMap node (org.tm4j.topicmap.TopicMap).


scope_template

Topic[] scope_template
The scope of the XTM Associations.


scope_l10n

Topic[] scope_l10n
The scope of the default Locale.


topic_hasfacet

Topic topic_hasfacet
The typing Topic of a 'has facet' association.


m_deferred

boolean m_deferred
Indicates TopicMap size is bigger than threshold; that deferred addition will be done.


m_deferredSet

TM4JVisualizerImpl.DeferredNodeSet m_deferredSet
An extension of HashSet used only during deferred addition.


m_deferredThreshold

int m_deferredThreshold
The number of TopicMapObjects to visualize before using the deferred set method. This is set from the property http://purl.org/ceryle/prop/#graph-vizDeferredThreshold. The default is 100.


m_vizDlogThreshold

int m_vizDlogThreshold
The number of TopicMapObjects required before showing the dialog during vizualization. This is set from the property http://purl.org/ceryle/prop/#graph-vizDlogThreshold. The default is 175, which just exceeds the limit for the upper ontology.


m_hidden

Locator m_hidden
The Topic PSI for "hidden".


loc_visible

Locator loc_visible
The Topic PSI for "visible". If there is a conflict between 'hidden' and 'visible', the latter wins out.


topic_about

Topic topic_about
The metadata container Topic.


topic_to

Topic topic_to
The 'to' direction PSI Topic.


topic_from

Topic topic_from
The 'from' direction PSI Topic.


topic_kindof

Topic topic_kindof
The 'kind of' association type PSI Topic.


topic_isa

Topic topic_isa
The 'is a' association type PSI Topic.


m_scopeFacet

Set<E> m_scopeFacet
The Set used as the scope for the Facet relation.


label_kindof

String label_kindof

label_isa

String label_isa

m_abort

boolean m_abort
The indicator for abort.


m_progress

JProgressBar m_progress

btn_close

JButton btn_close

btn_abort

JButton btn_abort

m_closeOnComplete

boolean m_closeOnComplete

m_title

JLabel m_title

line

JLabel[] line

idPrefix

String idPrefix

m_assocs

HashSet<E> m_assocs

m_runtime

Runtime m_runtime

tmlp

TMLayoutPanel tmlp

tmproc

TopicMapProcessor tmproc

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

m_visible

boolean m_visible

m_verbose

boolean m_verbose

x_tnode

TNode x_tnode

variantStack

Stack<E> variantStack

psiLoadResource

Topic psiLoadResource

mem_anode

ANode mem_anode

Class org.ceryle.graph.tm.TM4JVisualizerImpl.DeferredNodeSet extends Hashtable implements Serializable

Class org.ceryle.graph.tm.TMLayoutPanel extends GraphLayoutPanel implements Serializable

Serialized Fields

enableMakeConsistent

boolean enableMakeConsistent
Variable controlling if the Topic Map should be made consistent prior to visualizing. NOTE: This is a temporary patch; the default is false.


showAssociations

boolean showAssociations
Variable controlling if associations should be displayed. The default is true.


showOccurrences

boolean showOccurrences
Variable controlling if topic occurrences should be displayed. The default is false.


showEdges

boolean showEdges
Variable controlling if edges should be displayed. The default is true.


colorizeByDistance

boolean colorizeByDistance
When true, sets a mode causing changes of locality to be color highlighted by a range of colors expressing distance from the selected node. (This is only a flag, and does not actually activate the mode.)


maps

int maps

tnodes

int tnodes

anodes

int anodes

snodes

int snodes

onodes

int onodes

rnodes

int rnodes

tmviz

TopicMapVisualizer tmviz
The TopicMapVisualizer used to display TopicMaps.


findTopicDlog

FindTopicDialog findTopicDlog
The dialog box used for find and replace operations.


tedlog

TopicEditorDialog tedlog
The dialog box used for topic editing operations.


m_aedlog

AssociationEditorDialog m_aedlog
The dialog box used for association editing operations.


tmpedit

TMPanelEditor tmpedit
The editor used for topic editing operations.


m_topicmaps

HashSet<E> m_topicmaps
The HashSet containing all TopicMap objects displayed in this TMLayoutPanel.


m_clut

ColorLookupTable m_clut
The current color lookup table (CLUT).


m_legend

Vector<E> m_legend
Container for legendary color squares.


m_tmSysIDs

HashSet<E> m_tmSysIDs
The HashSet containing the explicitly-requested TopicMap system IDs within this TMLayoutPanel.


m_xidTxferHandler

XidTransferHandler m_xidTxferHandler
The TransferHandler supporting Drag and Drop operations.


favInTransition

boolean favInTransition
A boolean indicating that the favorites list is in transition.


m_dirty

boolean m_dirty
Indicates if the document text has been changed.


listenerList

EventListenerList listenerList
List of dirty event listeners.


dirtyEvent

DirtyEvent dirtyEvent
Lazily-created dirty event.


ovViewMode

int ovViewMode

btn_closeLeg

JButton btn_closeLeg

m_favorites

FrequencyModel m_favorites

m_favoritesBox

JComboBox m_favoritesBox

tmlp

TMLayoutPanel tmlp

m_maxListSize

int m_maxListSize

tmproc

TopicMapProcessor tmproc
The TopicMapProcessor used by this TMLayoutPanel.


isSelecting

boolean isSelecting

locvalue

int locvalue

Class org.ceryle.graph.tm.TMPanel extends GraphPanel implements Serializable

Serialized Fields

m_topicmap

TopicMap m_topicmap
The last-visualized TopicMap (though this can also be explicitly set).


tm_avail

boolean tm_avail

fixedMap

HashMap<K,V> fixedMap

Class org.ceryle.graph.tm.TMPopupMenu extends GraphPopupMenu implements Serializable

Serialized Fields

graph_new_topic

JMenuItem graph_new_topic

graph_new_subtopic

JMenuItem graph_new_subtopic

graph_edit_topic

JMenuItem graph_edit_topic

graph_del_topic

JMenuItem graph_del_topic

graph_load_map

JMenuItem graph_load_map

graph_new_assoc

JMenuItem graph_new_assoc

graph_edit_assoc

JMenuItem graph_edit_assoc

graph_del_assoc

JMenuItem graph_del_assoc

graph_new_assert

JMenuItem graph_new_assert

graph_edit_assert

JMenuItem graph_edit_assert

graph_del_assert

JMenuItem graph_del_assert

graph_editor_pop

JMenuItem graph_editor_pop

occurrences_pop

JMenuItem occurrences_pop

graph_tool_viz

JCheckBoxMenuItem graph_tool_viz

m_tmlp

TMLayoutPanel m_tmlp

Class org.ceryle.graph.tm.VisualizationException extends ProcessException implements Serializable


Package org.ceryle.plink

Class org.ceryle.plink.PlinkException extends ProcessException implements Serializable


Package org.ceryle.plugin

Class org.ceryle.plugin.PluginException extends ProcessException implements Serializable


Package org.ceryle.script

Class org.ceryle.script.ScriptException extends ProcessException implements Serializable


Package org.ceryle.tm

Class org.ceryle.tm.InferenceException extends TopicMapException implements Serializable

Class org.ceryle.tm.TopicMapException extends ProcessException implements Serializable


Package org.ceryle.tm.assertion

Class org.ceryle.tm.assertion.AssertionQueryException extends TopicMapException implements Serializable


Package org.ceryle.ui

Class org.ceryle.ui.AboutDialog extends JDialog implements Serializable

Serialized Fields

BGIMAGE_LAYER

Integer BGIMAGE_LAYER

REVISION_LAYER

Integer REVISION_LAYER

ANIM_LAYER

Integer ANIM_LAYER

CONTENT_LAYER

Integer CONTENT_LAYER

content_layer

JPanel content_layer

westpane

JTabbedPane westpane

Class org.ceryle.ui.AbstractMetaField extends JPanel implements Serializable

Serialized Fields

fld

JTextField fld
This is protected (i.e., not private) only so that subclasses can write directly to it, avoiding the setContent(String) behaviour.


m_mdp

MetadataPanel m_mdp

srvs

Services srvs

mh

MessageHandler mh

btn_add

JButton btn_add

btn_remove

JButton btn_remove

m_parent

JComponent m_parent

m_fields

Stack<E> m_fields

m_label

String m_label

m_tooltip

String m_tooltip

noRefresh

boolean noRefresh

Class org.ceryle.ui.AddReferenceDialog extends JDialog implements Serializable

Serialized Fields

useXIDs

boolean useXIDs

m_xnc

XNodeCollection m_xnc

m_cid

String m_cid

m_listModel

SetModel m_listModel

m_list

JList m_list

selectedButton

int selectedButton

bold

Font bold

btn_help

JButton btn_help

btn_cancel

JButton btn_cancel

btn_select

JButton btn_select

btn_prev

JButton btn_prev

btn_next

JButton btn_next

m_listtitle

JLabel m_listtitle

m_northPanel

JPanel m_northPanel

m_centerPanel

JPanel m_centerPanel

m_southPanel

JPanel m_southPanel

helpPanel

JPanel helpPanel

help

JTextArea help

m_xns

XNodeStore m_xns

m_dv

DocumentView m_dv

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.ArrowButton extends JButton implements Serializable

Serialized Fields

m_state

int m_state
Current state.


left_def

ImageIcon left_def

left_sel

ImageIcon left_sel

left_dis

ImageIcon left_dis

right_def

ImageIcon right_def

right_sel

ImageIcon right_sel

right_dis

ImageIcon right_dis

both_def

ImageIcon both_def

both_sel

ImageIcon both_sel

both_dis

ImageIcon both_dis

none_def

ImageIcon none_def

none_sel

ImageIcon none_sel

none_dis

ImageIcon none_dis

listener

EventListener listener

mh

MessageHandler mh

Class org.ceryle.ui.AskDialog extends JDialog implements Serializable

Serialized Fields

m_checked

boolean m_checked

m_selected

int m_selected

m_frame

JFrame m_frame

Class org.ceryle.ui.BookmarksMenu extends JMenu implements Serializable

Serialized Fields

NL

String NL

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.BookmarksMenu.LinkMenuItem extends JMenuItem implements Serializable

Serialized Fields

linkref

LinkRef linkref

Class org.ceryle.ui.CeryleCheckBox extends JCheckBox implements Serializable

Class org.ceryle.ui.CeryleCheckBoxMenuItem extends JCheckBoxMenuItem implements Serializable

Class org.ceryle.ui.CeryleDialogButton extends JButton implements Serializable

Class org.ceryle.ui.CeryleMenu extends JMenu implements Serializable

Class org.ceryle.ui.CeryleMenuItem extends JMenuItem implements Serializable

Class org.ceryle.ui.CollectionList extends JList implements Serializable

Serialized Fields

m_showTitles

boolean m_showTitles

m_colHash

Hashtable<K,V> m_colHash

m_colDefaultRenderer

ListCellRenderer m_colDefaultRenderer

m_colTitleRenderer

org.ceryle.ui.CollectionList.CollectionListRenderer m_colTitleRenderer

m_colTitler

org.ceryle.ui.CollectionList.CollectionListTitler m_colTitler

m_sb

Color m_sb

m_bg

Color m_bg

m_sf

Color m_sf

m_fg

Color m_fg

m_dragListener

MouseInputListener m_dragListener

m_this

CollectionList m_this

dv

DocumentView dv

m_xns

XNodeStore m_xns

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.ColorMenuItem extends JMenuItem implements Serializable

Serialized Fields

m_name

String m_name

bgc

Color bgc

Class org.ceryle.ui.ColorPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

m_clut

ColorLookupTable m_clut

vmgr

ViewManager vmgr

m_popListener

org.ceryle.ui.ColorPopupMenu.ColorPopupListener m_popListener

m_listener

ActionListener m_listener

cpm

ColorPopupMenu cpm

comp

JComponent comp

Class org.ceryle.ui.ContributorField extends AbstractMetaField implements Serializable

Class org.ceryle.ui.CreatorField extends AbstractMetaField implements Serializable

Class org.ceryle.ui.DatabaseToolBar extends JToolBar implements Serializable

Serialized Fields

mh

MessageHandler mh

vmgr

ViewManager vmgr

btn_colnew

JButton btn_colnew

btn_colopen

JButton btn_colopen

btn_coldel

JButton btn_coldel

btn_nodenew

JButton btn_nodenew

btn_nodeget

JButton btn_nodeget

btn_nodemod

JButton btn_nodemod

btn_nodedup

JButton btn_nodedup

btn_nodedel

JButton btn_nodedel

btn_form

JButton btn_form

btn_colviz

JButton btn_colviz

btn_query

JButton btn_query

Class org.ceryle.ui.Desktop extends JFrame implements Serializable

Serialized Fields

autoSaveHistory

boolean autoSaveHistory
When true, automatically saves the find, replace, and location bar histories to ".ceryle.hist". Default is true.


autoSaveSettings

boolean autoSaveSettings
When true, automatically saves the current settings to the preferences file. Default is true.


searchLocHistory

StackSet searchLocHistory
Contents of search directory history.


findHistory

StackSet findHistory
Contents of find (query string) history.


replaceHistory

StackSet replaceHistory
Contents of replace history.


colIcon

ImageIcon colIcon

colOpenIcon

ImageIcon colOpenIcon

rootIcon

ImageIcon rootIcon

dbrootIcon

ImageIcon dbrootIcon

folderIcon

ImageIcon folderIcon

folderOpenIcon

ImageIcon folderOpenIcon

docIcon

ImageIcon docIcon

docPlainIcon

ImageIcon docPlainIcon

docWordIcon

ImageIcon docWordIcon

docPDFIcon

ImageIcon docPDFIcon

noteIcon

ImageIcon noteIcon

dirtyNoteIcon

ImageIcon dirtyNoteIcon

dirtyDocIcon

ImageIcon dirtyDocIcon

projIcon

ImageIcon projIcon

dirtyProjIcon

ImageIcon dirtyProjIcon

graphIcon

ImageIcon graphIcon

dirtyGraphIcon

ImageIcon dirtyGraphIcon

browseIcon

ImageIcon browseIcon

msgIcon

ImageIcon msgIcon

addIcon

ImageIcon addIcon

removeIcon

ImageIcon removeIcon

metaIcon

ImageIcon metaIcon

metadataIcon

ImageIcon metadataIcon

metadataHideIcon

ImageIcon metadataHideIcon

databaseIcon

ImageIcon databaseIcon

bookmarkIcon

ImageIcon bookmarkIcon

historyIcon

ImageIcon historyIcon

status_noticeIcon

ImageIcon status_noticeIcon

status_warnIcon

ImageIcon status_warnIcon

status_errorIcon

ImageIcon status_errorIcon

status_docIcon

ImageIcon status_docIcon

status_dirtyDocIcon

ImageIcon status_dirtyDocIcon

status_graphIcon

ImageIcon status_graphIcon

status_dirtyGraphIcon

ImageIcon status_dirtyGraphIcon

status_nullIcon

ImageIcon status_nullIcon

menus

DesktopMenus menus
The utility that creates the Desktop menus.


waitCursor

Cursor waitCursor

m_confirmQuit

boolean m_confirmQuit
When true, pops up a confirm dialog prior to exiting the application. Default is true.


m_confirmQuitHTTP

boolean m_confirmQuitHTTP
When true, pops up a confirm dialog prior to exiting the application, if the Web server is running. Default is true.


m_recent_graph_list

FrequencyModel m_recent_graph_list
The model behind the recently-opened graph list. This is lazily-created, and shared by all GraphView instances.


btn_help

HelpButton btn_help

helpColAvailable

boolean helpColAvailable

m_statusArea

JPanel m_statusArea

m_statusMsg1

JLabel m_statusMsg1

m_statusMsg2

JLabel m_statusMsg2

m_progress

ProgressBar m_progress

m_msgsplit

JSplitPane m_msgsplit

m_msgscroll

JScrollPane m_msgscroll

m_msgview

MessageView m_msgview

m_console

Component m_console

m_prefsDlog

PreferencesDialog m_prefsDlog

m_webIndicator

WebIndicator m_webIndicator

editState

JLabel editState

editAlert

JLabel editAlert

minWFWidth

int minWFWidth

maxWFWidth

int maxWFWidth

defWFHeight

int defWFHeight

minWFHeight

int minWFHeight

maxWFHeight

int maxWFHeight

sproc

SourceProcessor sproc
The SourceProcessor used for source handling (I/O).


m_dtpopup

JPopupMenu m_dtpopup
The popup menu for the desktop.


m_findDlog

FindReplaceDialog m_findDlog
The dialog box used for find and replace operations.


m_recent_max

int m_recent_max
The maximum length of the recently-opened graph list.


m_locationBar

LocationBar m_locationBar

sessions

long sessions

activeElapsed

long activeElapsed

totalElapsed

long totalElapsed

rsrcOpenerThreads

StackSet rsrcOpenerThreads
A StackSet containing threads used to open documents into ViewFrames. This is populated by the addLoadingThread(ResourceOpener) method, checked by the openResource() method, and the Thread is removed by resourceOpened() method.


cluts

Hashtable<K,V> cluts

frameBounds

Rectangle frameBounds

popupBounds

Rectangle popupBounds

container

Container container

vmgr

ViewManager vmgr

m_classifier

BackgroundClassifier m_classifier

srvs

Services srvs

m_xns

XNodeStore m_xns

mh

MessageHandlerImpl mh

pm

PropertyManager pm

m_verbose

boolean m_verbose

sp_threshold

double sp_threshold

about

AboutDialog about

Class org.ceryle.ui.DocumentToolBar extends JToolBar implements Serializable

Serialized Fields

doc_edit

JPanel doc_edit

plusIcon

ImageIcon plusIcon

minusIcon

ImageIcon minusIcon

btn_expand

JButton btn_expand

mh

MessageHandler mh

srvs

Services srvs

vmgr

ViewManager vmgr

Class org.ceryle.ui.DocumentView extends View implements Serializable

Serialized Fields

showNodeTitles

boolean showNodeTitles
When true, the Node titles are shown rather than IDs.


suspendTracking

boolean suspendTracking
A boolean indicating that the caret tracker should cease functioning temporarily.


m_container

JComponent m_container
The internal panel containing the entire view content, used for class extensibility.


m_docview

JComponent m_docview
The internal panel containing the document view content.


m_southComponent

JComponent m_southComponent
The internal panel containing any BorderLayout.SOUTH extension content.


m_toolbar

JToolBar m_toolbar
The current tool bar.


m_doctools

JToolBar m_doctools
The document tool bar.


m_alttools

JToolBar m_alttools
The alternate tool bar used by extensions.


m_popupmenu

NotePopupMenu m_popupmenu
The popup menu used with notes.


m_title

String m_title

m_findDlog

FindReplaceDialog m_findDlog

icon_title_check

ImageIcon icon_title_check

icon_title_check_sel

ImageIcon icon_title_check_sel

icon_title_uncheck

ImageIcon icon_title_uncheck

icon_title_uncheck_sel

ImageIcon icon_title_uncheck_sel

icon_title_pressed

ImageIcon icon_title_pressed

icon_wiki_open

ImageIcon icon_wiki_open

icon_wiki_open_sel

ImageIcon icon_wiki_open_sel

icon_wiki_closed

ImageIcon icon_wiki_closed

icon_wiki_closed_sel

ImageIcon icon_wiki_closed_sel

icon_wiki_minus

ImageIcon icon_wiki_minus

icon_wiki_plus_def

ImageIcon icon_wiki_plus_def

icon_wiki_plus_sel

ImageIcon icon_wiki_plus_sel

toolsDisabled

boolean toolsDisabled

note_initialized

boolean note_initialized

edit_initialized

boolean edit_initialized

initialized

boolean initialized

m_mode

int m_mode

m_editor

EditorPanel m_editor

m_meta

MetadataPanel m_meta

m_xnrmd

XNodeRevisionManagerDialog m_xnrmd

cardLayout

CardLayout cardLayout

m_editorCard

JPanel m_editorCard

m_noteCard

JPanel m_noteCard

m_auxCard

JPanel m_auxCard

m_outerNest

JPanel m_outerNest

m_collectionList

CollectionList m_collectionList

m_nodeList

JList m_nodeList

m_nodes

SetModel m_nodes

m_nodeHash

Hashtable<K,V> m_nodeHash

m_nodeTitler

org.ceryle.ui.DocumentView.NodeListTitler m_nodeTitler

m_wikitools

WikiTools m_wikitools

m_nestPane

JPanel m_nestPane

dbnav_cards

CardLayout dbnav_cards

m_dbnav

JPanel m_dbnav

m_dbTreePanel

JPanel m_dbTreePanel

m_dbTree

CollectionTree m_dbTree

m_colsplit

JSplitPane m_colsplit

m_dbsplit

JSplitPane m_dbsplit

plainFont

Font plainFont

italicFont

Font italicFont

NL

String NL

searchTool

SearchTool searchTool

colorChooser

JComboBox colorChooser

colorNames

String[] colorNames

btn_undo

JButton btn_undo

btn_redo

JButton btn_redo

btn_wikitools

JButton btn_wikitools

btn_colShowTitle

JButton btn_colShowTitle

btn_nodeShowTitle

JButton btn_nodeShowTitle

dbSplitMinimized

boolean dbSplitMinimized

position

DocumentView.PositionTracker position

m_dbtools

DatabaseToolBar m_dbtools

m_dbutils

DatabaseUtils m_dbutils

m_xns

XNodeStore m_xns

m_xnsListener

XNodeStoreListener m_xnsListener

m_formPanel

FormPanel m_formPanel

extraBtnCount

int extraBtnCount

m_colListIsAdj

boolean m_colListIsAdj

Class org.ceryle.ui.DottedBorder extends AbstractBorder implements Serializable

Serialized Fields

thickness

int thickness

lineColor

Color lineColor

roundedCorners

boolean roundedCorners

Class org.ceryle.ui.EditorArea extends JTextArea implements Serializable

Serialized Fields

activeCommand

boolean activeCommand
When true, the vi-like command mode features are active. When false, acts like a normal JTextArea.


pm

PropertyManager pm

m_instance

EditorArea m_instance

m_gutter

int m_gutter

m_editable

boolean m_editable

m_action_on_key

boolean m_action_on_key

mh

MessageHandler mh

Class org.ceryle.ui.EditorPanel extends JPanel implements Serializable

Serialized Fields

doc

Document doc
The javax.swing.text.Document content of the editor window.


useCornerButton

boolean useCornerButton
When true, the corner maximize/minimize button is included.


suppressDirtyStateChange

boolean suppressDirtyStateChange
When true, suppresses changes to the editor dirtiness state.


btn_meta_viz

JButton btn_meta_viz
The corner maximize/minimize button.


undoAction

org.ceryle.ui.EditorPanel.UndoAction undoAction
Handles undo edits.


redoAction

org.ceryle.ui.EditorPanel.RedoAction redoAction
Handles redo edits.


m_compoundEdit

CompoundEdit m_compoundEdit
The CompoundEdit object, used only during multiple edits.


undoHandler

UndoableEditListener undoHandler
Listener for edits on current document.


undoManager

UndoManager undoManager
UndoManager to which are added edits.


listenerList

EventListenerList listenerList
List of edit event listeners.


tabbedpane

JTabbedPane tabbedpane

m_ruler

HorizontalRuler m_ruler

dirtyEvent

DirtyEvent dirtyEvent

textarea

EditorArea textarea

scrolleditor

JScrollPane scrolleditor

pnl_content

JPanel pnl_content

pnl_metadata

MetadataPanel pnl_metadata

pnl_revmgr

XNodeRevisionManagerPanel pnl_revmgr

dv

DocumentView dv

m_dirty

boolean m_dirty

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

m_verbose

boolean m_verbose

initialized

boolean initialized

Class org.ceryle.ui.EntryDialog extends JDialog implements Serializable

Serialized Fields

btn_okay

JButton btn_okay

btn_cancel

JButton btn_cancel

cancelled

boolean cancelled

m_text

JTextComponent m_text

m_desktop

Desktop m_desktop

Class org.ceryle.ui.ExpandablePanel extends JPanel implements Serializable

Serialized Fields

m_maximized

boolean m_maximized
The current state of maximization (true) or minimization (false).


northPanel

JPanel northPanel

centerPanel

JPanel centerPanel

southPanel

JPanel southPanel

m_dialog

JDialog m_dialog

m_parent

Container m_parent

min

ImageIcon min

max

ImageIcon max

m_title

JLabel m_title

m_comment

JLabel m_comment

btn_expand

ExpandoButton btn_expand

m_component

JComponent m_component

mh

MessageHandler mh

Class org.ceryle.ui.ExpandableTitlePanel extends JPanel implements Serializable

Serialized Fields

btn_expand

JButton btn_expand

plusIcon

ImageIcon plusIcon

minusIcon

ImageIcon minusIcon

m_tp

JPanel m_tp

m_titlepanel

TitlePanel m_titlepanel

Class org.ceryle.ui.ExpandoButton extends JButton implements Serializable

Serialized Fields

m_size

int m_size

m_exp

Expandable m_exp

Class org.ceryle.ui.FileExistsDialog extends JDialog implements Serializable

Serialized Fields

m_selected

int m_selected

file_icon

ImageIcon file_icon

node_icon

ImageIcon node_icon

north_icon

JLabel north_icon

north_msg

JLabel north_msg

north_size

JLabel north_size

north_created

JLabel north_created

north_modified

JLabel north_modified

south_icon

JLabel south_icon

south_msg

JLabel south_msg

south_size

JLabel south_size

south_created

JLabel south_created

south_modified

JLabel south_modified

btn_rename

JButton btn_rename

btn_propose

JButton btn_propose

btn_skip

JButton btn_skip

btn_autoskip

JButton btn_autoskip

btn_overwrite

JButton btn_overwrite

btn_overwrite_all

JButton btn_overwrite_all

btn_cancel

JButton btn_cancel

mh

MessageHandler mh

srvs

Services srvs

Class org.ceryle.ui.FormDialog extends JDialog implements Serializable

Serialized Fields

title

String title

m_fp

FormPanel m_fp

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

Class org.ceryle.ui.FormPanel extends JPanel implements Serializable

Serialized Fields

doc

Document doc
The DOM Document used to generate and contain form information. If the form template is derived from an XNode, this will be its xnode:Envelope element, not the original source Document.


root

Element root
The DOM Element serving as the Document root (or "document element").


m_parent

JDialog m_parent

dv

DocumentView dv

wrapper

JPanel wrapper

formPane

JPanel formPane

icon

ImageIcon icon

formScrollPane

JScrollPane formScrollPane

m_cid

String m_cid

m_nid

String m_nid

m_title

String m_title

fld_nid

JTextField fld_nid

results

StringBuffer results

fillRigidArea

Box.Filler fillRigidArea

m_fields

Vector<E> m_fields

idCounter

int idCounter

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

Class org.ceryle.ui.FormPanel.FormFieldPanel extends JPanel implements Serializable

Serialized Fields

field

JTextComponent field
The JTextComponent used as the form field (this may be either a JTextField or a JTextArea).


elt

Element elt

title

String title

isLong

boolean isLong

href

String href

defaultContent

String defaultContent

isType

boolean isType

isLink

boolean isLink

prefH

int prefH

Class org.ceryle.ui.GraphToolBar extends JToolBar implements Serializable

Serialized Fields

useProjectMetaphor

boolean useProjectMetaphor

btn_newtopic

ToolButton btn_newtopic

btn_newassoc

ToolButton btn_newassoc

btn_swaproles

ToolButton btn_swaproles

btn_deltopic

ToolButton btn_deltopic

btn_arrange

ToolButton btn_arrange

btn_fileimage

ToolButton btn_fileimage

btn_webimage

ToolButton btn_webimage

btn_target

ToolButton btn_target

btn_rectopic

ToolButton btn_rectopic

graph_edit

JPanel graph_edit

image_edit

JPanel image_edit

plusIcon

ImageIcon plusIcon

minusIcon

ImageIcon minusIcon

plusImgIcon

ImageIcon plusImgIcon

btn_expand

JButton btn_expand

btn_imgExpand

JButton btn_imgExpand

btn_graphnew

ToolButton btn_graphnew

btn_graphopen

ToolButton btn_graphopen

btn_graphsave

ToolButton btn_graphsave

btn_graphsaveas

ToolButton btn_graphsaveas

btn_graphclose

ToolButton btn_graphclose

srvs

Services srvs

mh

MessageHandler mh

vmgr

ViewManager vmgr

colorPopup

ColorPopupMenu colorPopup

btn_colorize

ToolButton btn_colorize

Class org.ceryle.ui.GraphView extends View implements Serializable

Serialized Fields

m_timelinesViz

boolean m_timelinesViz
A boolean indicating the mode of display: if 'true', timelines are displayed.


tmlp

TMLayoutPanel tmlp
The TMLayoutPanel used.


tmviz

TopicMapVisualizer tmviz
The TopicMapVisualizer used to display TopicMaps.


tmproc

TopicMapProcessor tmproc
The TopicMapProcessor used by this GraphView.


timeline

TimeLine timeline

m_graphtools

GraphToolBar m_graphtools
The toolbar used to manipulate the graph.


m_saveSettings

boolean m_saveSettings
The option for saving graph settings upon exporting a file.


m_saveLocations

boolean m_saveLocations
The option for saving graph fixed node locations upon exporting a file.


m_restoreSettings

boolean m_restoreSettings
The option for restoring graph settings (if available) upon importing a file.


rotationAngle

int rotationAngle

m_search_string

String m_search_string

localityRadius

int localityRadius

timer

Timer timer

instance

GraphView instance

gInfoDlog

GraphInfoDialog gInfoDlog

findReplace

FindReplaceDialog findReplace

Class org.ceryle.ui.HorizontalRuler extends JPanel implements Serializable

Serialized Fields

m_rule

JLabel m_rule

Class org.ceryle.ui.IDDialog extends JDialog implements Serializable

Serialized Fields

dlog

Container dlog

m_cid

String m_cid

m_nid

String m_nid

m_cids

List<E> m_cids

m_cidBox

JComboBox m_cidBox

result

String result

cidField

JTextField cidField

nidField

JTextField nidField

titleField

JTextField titleField

m_status

JLabel m_status

btn_help

JButton btn_help

btn_random

JButton btn_random

btn_fromtitle

JButton btn_fromtitle

btn_nextID

JButton btn_nextID

btn_okay

JButton btn_okay

btn_cancel

JButton btn_cancel

helpPanel

JPanel helpPanel

m_titleMode

int m_titleMode

idlog

IDDialog idlog

m_nids

Set<E> m_nids

m_overwrite

boolean m_overwrite

isCIDEditor

boolean isCIDEditor

initialized

boolean initialized

m_idf

IDFactory m_idf

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.LabelMenuItem extends JMenuItem implements Serializable

Class org.ceryle.ui.LexiconDialog extends TextAreaDialog implements Serializable

Serialized Fields

m_entry

String m_entry

m_field

JTextField m_field

m_lex

Lexicon m_lex

posBox

JComboBox posBox

synonymsOnly

boolean synonymsOnly

Class org.ceryle.ui.LocationBar extends JToolBar implements Serializable

Serialized Fields

contents

SetModel contents

searchEditor

JTextField searchEditor

search_label

JLabel search_label

location

JComboBox location

search

JComboBox search

activeRequests

boolean activeRequests

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

addedListener

boolean addedListener

Class org.ceryle.ui.MessageView extends JPanel implements Serializable

Serialized Fields

m_popupmenu

MessageViewPopupMenu m_popupmenu
The popup menu used with the MessageView.


m_ta

JTextPane m_ta

mh

MessageHandler mh

m_doc

DefaultStyledDocument m_doc

m_normalStyle

Style m_normalStyle

m_noticeStyle

Style m_noticeStyle

m_warningStyle

Style m_warningStyle

m_warningFlag

Style m_warningFlag

m_errorStyle

Style m_errorStyle

m_errorFlag

Style m_errorFlag

idl

org.ceryle.ui.MessageView.Idle idl

moveCursor

Cursor moveCursor

Class org.ceryle.ui.MessageViewPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

file_save

JMenuItem file_save

srvs

Services srvs

mh

MessageHandler mh

mv

MessageView mv

m_loc

Point m_loc

Class org.ceryle.ui.MetadataPanel extends JPanel implements Serializable

Serialized Fields

COLOR_NONMOD

Color COLOR_NONMOD

COLOR_MOD

Color COLOR_MOD

textColLen

int textColLen

m_references

SetModel m_references

mup_rows

int mup_rows

ref_rows

int ref_rows

ta_rows

int ta_rows

urlColLen

int urlColLen

pnl_title

TitlePanel pnl_title

pnl_titleWrapper

JPanel pnl_titleWrapper

m_creatorFields

Stack<E> m_creatorFields

m_creatorPanel

JPanel m_creatorPanel

m_contribFields

Stack<E> m_contribFields

m_contribPanel

JPanel m_contribPanel

fld_cid

JTextField fld_cid

fld_nid

JTextField fld_nid

fld_created

JTextField fld_created

fld_modified

JTextField fld_modified

fld_revision

JTextField fld_revision

fld_systemId

JTextField fld_systemId

fld_source

JTextField fld_source

fld_isMetaRef

JTextField fld_isMetaRef

fld_format

JTextField fld_format

m_formpop

JComboBox m_formpop

m_langpop

JComboBox m_langpop

btn_revpop

BasicArrowButton btn_revpop

m_revisionpopup

RevisionPopupMenu m_revisionpopup

fld_subject

JTextArea fld_subject

fld_description

JTextArea fld_description

fld_mupEditor

JTextArea fld_mupEditor

btn_remRef

JButton btn_remRef

btn_grow

JButton btn_grow

btn_shrink

JButton btn_shrink

btn_syncMetadata

JButton btn_syncMetadata

m_mup

JPanel m_mup

m_bup

JPanel m_bup

sp_mup

JScrollPane sp_mup

sp_bup

JScrollPane sp_bup

icon_listgrow

ImageIcon icon_listgrow

icon_listgrow_sel

ImageIcon icon_listgrow_sel

icon_listgrow_dis

ImageIcon icon_listgrow_dis

icon_listshrink

ImageIcon icon_listshrink

icon_listshrink_sel

ImageIcon icon_listshrink_sel

icon_listshrink_dis

ImageIcon icon_listshrink_dis

m_refList

JList m_refList

m_sniffpopup

MetadataPopupMenu m_sniffpopup

m_refRenderer

ReferenceRenderer m_refRenderer

m_editor

EditorPanel m_editor

initialized

boolean initialized

NL

String NL

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.MetadataPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

mdp

MetadataPanel mdp

srvs

Services srvs

mh

MessageHandler mh

btn_sync_meta

JMenuItem btn_sync_meta

m_loc

Point m_loc

Class org.ceryle.ui.NotePopupMenu extends JPopupMenu implements Serializable

Serialized Fields

doc_save

JMenuItem doc_save

m_desktop

Desktop m_desktop

dv

DocumentView dv

vmgr

ViewManager vmgr

srvs

Services srvs

mh

MessageHandler mh

m_loc

Point m_loc

Class org.ceryle.ui.OptionDialog extends JDialog implements Serializable

Serialized Fields

dlog

Container dlog

btn_help

JButton btn_help

btn_random

JButton btn_random

btn_okay

JButton btn_okay

btn_cancel

JButton btn_cancel

idlog

OptionDialog idlog

optionPanel

OptionPanel optionPanel

m_cancelled

boolean m_cancelled

mh

MessageHandler mh

srvs

Services srvs

m_desktop

Desktop m_desktop

Class org.ceryle.ui.OptionPanel extends JPanel implements Serializable

Serialized Fields

m_group

ButtonGroup m_group

m_buttons

Hashtable<K,V> m_buttons

m_splitpane

JSplitPane m_splitpane

helpPanel

JPanel helpPanel

m_selected

JRadioButton m_selected

helpTable

Hashtable<K,V> helpTable

m_help

JEditorPane m_help

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.PopUpWindow extends JInternalFrame implements Serializable

Serialized Fields

messageView

JTextField messageView

Class org.ceryle.ui.ProgressBar extends JProgressBar implements Serializable

Serialized Fields

indeterminateSupport

boolean indeterminateSupport
When true, uses the Java2 'indeterminate' state for progress bar rather than flashing. In some JDKs this might not be supported. Default is true.


inProgress

org.ceryle.ui.ProgressBar.InProgress inProgress
Thread for flashing the progress indicator.


srvs

Services srvs

mh

MessageHandler mh

vmgr

ViewManager vmgr

Class org.ceryle.ui.ProjectToolBar extends JToolBar implements Serializable

Serialized Fields

m_titlepanel

ExpandableTitlePanel m_titlepanel
The ExpandableTitlePanel used.


btn_reorient

ToolButton btn_reorient

btn_usesplit

ToolButton btn_usesplit

btn_swapviewV

ToolButton btn_swapviewV

btn_swapviewH

ToolButton btn_swapviewH

mh

MessageHandler mh

vmgr

ViewManager vmgr

Class org.ceryle.ui.ProjectView extends View implements Serializable

Serialized Fields

topic_proj

Topic topic_proj
The project Topic instance.


m_graphview

GraphView m_graphview
The GraphView used.


m_docview

DocumentView m_docview
The DocumentView used.


m_focusOnGraph

boolean m_focusOnGraph
An indication of which pane has the current focus.


m_useSplit

boolean m_useSplit
A boolean that determines (when true) to use a split pane rather than tabs to divide the GraphView from the DocumentView.


m_protoURL

URL m_protoURL
The URL of the prototype project document.


m_northOfGraphView

JComponent m_northOfGraphView

m_tabbedpane

JTabbedPane m_tabbedpane

m_projsplit

JSplitPane m_projsplit

tab1

String tab1

tab2

String tab2

splitMouseListener

MouseListener splitMouseListener

m_graphpanel

JPanel m_graphpanel

m_docpanel

JPanel m_docpanel

m_projtools

ProjectToolBar m_projtools

gObjects

HashSet<E> gObjects

tmproc

TopicMapProcessor tmproc

refreshed

boolean refreshed

pcount

int pcount

Class org.ceryle.ui.ProjectView.ProjectGraphView extends GraphView implements Serializable

Serialized Fields

m_pv

ProjectView m_pv

Class org.ceryle.ui.ReferenceRenderer extends JLabel implements Serializable

Serialized Fields

locked

boolean locked

m_titleOnly

boolean m_titleOnly

m_list

JList m_list

m_table

Hashtable<K,V> m_table

m_tabbedpane

JTabbedPane m_tabbedpane

srvs

Services srvs

m_xns

XNodeStore m_xns

mh

MessageHandler mh

m_text

String m_text

m_renderer

ReferenceRenderer m_renderer

Class org.ceryle.ui.RevisionPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

rev_mgr

JMenuItem rev_mgr

m_editor

EditorPanel m_editor

vmgr

ViewManager vmgr

srvs

Services srvs

mh

MessageHandler mh

m_loc

Point m_loc

Class org.ceryle.ui.SearchTool extends JToolBar implements Serializable

Serialized Fields

m_queryBox

JComboBox m_queryBox

m_queries

SetModel m_queries

srvs

Services srvs

mh

MessageHandler mh

initialized

boolean initialized

Class org.ceryle.ui.SelectionDialog extends JDialog implements Serializable

Serialized Fields

srvs

Services srvs

mh

MessageHandler mh

m_listModel

SetModel m_listModel

m_list

JList m_list

selectedButton

int selectedButton

btn_help

JButton btn_help

btn_cancel

JButton btn_cancel

btn_all

JButton btn_all

btn_none

JButton btn_none

btn_extra

JButton btn_extra

btn_select

JButton btn_select

btn_none_strut

Component btn_none_strut

btn_extra_strut

Component btn_extra_strut

btn_all_strut

Component btn_all_strut

m_listtitle

JLabel m_listtitle

m_northPanel

JPanel m_northPanel

m_centerPanel

JPanel m_centerPanel

m_southPanel

JPanel m_southPanel

helpPanel

JPanel helpPanel

help

JTextArea help

bold

Font bold

Class org.ceryle.ui.SimpleToolButton extends JButton implements Serializable

Serialized Fields

def

ImageIcon def

sel

ImageIcon sel

dis

ImageIcon dis

LogBtn

String LogBtn

Class org.ceryle.ui.TextAreaDialog extends JDialog implements Serializable

Serialized Fields

srvs

Services srvs

mh

MessageHandler mh

m_enableHTML

boolean m_enableHTML

m_text

JTextComponent m_text

Class org.ceryle.ui.TitlePanel extends JPanel implements Serializable

Serialized Fields

fld_title

JTextField fld_title

m_buttonPanel

JPanel m_buttonPanel

m_innerPanel

JPanel m_innerPanel

btn_set

JButton btn_set

m_id

String m_id

Class org.ceryle.ui.ToolButton extends JButton implements Serializable

Serialized Fields

def

ImageIcon def

sel

ImageIcon sel

dis

ImageIcon dis

listener

EventListener listener

LogBtn

String LogBtn

Class org.ceryle.ui.View extends JPanel implements Serializable

Serialized Fields

m_type

int m_type

m_desktop

Desktop m_desktop

vmgr

ViewManager vmgr

vf

ViewFrame vf

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

isClosing

boolean isClosing

m_verbose

boolean m_verbose

Class org.ceryle.ui.ViewFrame extends JInternalFrame implements Serializable

Serialized Fields

m_systemId

String m_systemId
The system reference (not its metadata title) for the most recently loaded file.


m_title

String m_title
The title of this ViewFrame. This may or may not match the systemId.


m_view

View m_view

m_type

int m_type

m_desktop

Desktop m_desktop

mh

MessageHandler mh

Class org.ceryle.ui.ViewManager extends DefaultDesktopManager implements Serializable

Serialized Fields

m_dtp

JDesktopPane m_dtp
The JDesktopPane used as the container for most of the UI.


m_dbutils

DatabaseUtils m_dbutils
The DatabaseUtils (re-)used as the Views.


newNote

Action newNote
The Actions used to create new Views.


openProjectView

Action openProjectView
The Actions used to create new Views.


openDocumentView

Action openDocumentView
The Actions used to create new Views.


openGraphView

Action openGraphView
The Actions used to create new Views.


m_noteCount

int m_noteCount

m_notesCID

String m_notesCID

m_notesVisible

boolean m_notesVisible

m_maxViewCount

int m_maxViewCount

m_resolution

int m_resolution

m_idf

IDFactory m_idf

m_viewRegistry

StackSet m_viewRegistry

m_menuItems

Hashtable<K,V> m_menuItems

bgImage

JLabel bgImage

suppressActivate

boolean suppressActivate

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

m_verbose

boolean m_verbose

m_xns

XNodeStore m_xns

Class org.ceryle.ui.WebIndicator extends JLabel implements Serializable

Serialized Fields

m_desktop

Desktop m_desktop

mh

MessageHandler mh

m_active

boolean m_active

Class org.ceryle.ui.WelcomeWindow extends JWindow implements Serializable

Serialized Fields

CONTENT_LAYER

Integer CONTENT_LAYER

ANIME_LAYER

Integer ANIME_LAYER

delay

int delay

messageView

JTextField messageView

timer

Timer timer

complete

boolean complete

msgCount

int msgCount

messages

Queue messages

startColor

Color startColor

endColor

Color endColor

mh

MessageHandler mh

Class org.ceryle.ui.WikiTools extends JPanel implements Serializable

Serialized Fields

mh

MessageHandler mh

vmgr

ViewManager vmgr

Class org.ceryle.ui.XidTransferHandler extends TransferHandler implements Serializable

Serialized Fields

m_view

View m_view

vmgr

ViewManager vmgr

m_navui

TMNavigateUI m_navui

Package org.ceryle.ui.event

Class org.ceryle.ui.event.DirtyEvent extends EventObject implements Serializable


Package org.ceryle.ui.graph

Class org.ceryle.ui.graph.AddFacetDialog extends SelectionDialog implements Serializable

Serialized Fields

m_topic

Topic m_topic

m_tm

TopicMap m_tm

m_renderer

org.ceryle.ui.graph.AddFacetDialog.AddFacetRenderer m_renderer

tmproc

TopicMapProcessor tmproc

m_label

String m_label

Class org.ceryle.ui.graph.AssociationEditorDialog extends JDialog implements Serializable

Serialized Fields

m_orig_left_node

TNode m_orig_left_node

m_orig_right_node

TNode m_orig_right_node

m_orig_atype

Topic m_orig_atype

m_orig_left_role

Topic m_orig_left_role

m_orig_right_role

Topic m_orig_right_role

m_member_left

Member m_member_left

m_member_right

Member m_member_right

m_anode

ANode m_anode

m_left_node

TNode m_left_node

m_right_node

TNode m_right_node

m_topicmap

TopicMap m_topicmap

psiClassInstance

Topic psiClassInstance

psiSuperclassSubclass

Topic psiSuperclassSubclass

psiHasFacet

Topic psiHasFacet

popup_AT

GraphPopupMenu popup_AT

popup_L

GraphPopupMenu popup_L

popup_R

GraphPopupMenu popup_R

popup_rL

GraphPopupMenu popup_rL

popup_rR

GraphPopupMenu popup_rR

m_sentence

JLabel m_sentence

m_elp

EditorLayoutPanel m_elp

btn_help

JButton btn_help

btn_revert

JButton btn_revert

btn_set

JButton btn_set

btn_close

JButton btn_close

btn_edit

JButton btn_edit

btn_leftRole

JButton btn_leftRole

btn_leftPlayer

JButton btn_leftPlayer

btn_rightRole

JButton btn_rightRole

btn_rightPlayer

JButton btn_rightPlayer

btn_select_type

JButton btn_select_type

btn_isTemplate

JCheckBoxMenuItem btn_isTemplate

m_templateModel

SetModel m_templateModel

m_templatesBox

JComboBox m_templatesBox

fld_description

JEditorPane fld_description

tmlp

TMLayoutPanel tmlp

tmproc

TopicMapProcessor tmproc

m_isTemplate

boolean m_isTemplate

m_assoc_type

Topic m_assoc_type

m_topic

Topic m_topic

inTransition

boolean inTransition

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

Class org.ceryle.ui.graph.AssociationEditorDialog.ATPopup extends GraphPopupMenu implements Serializable

Serialized Fields

anode

ANode anode

Class org.ceryle.ui.graph.AssociationEditorDialog.PlayerPopup extends GraphPopupMenu implements Serializable

Serialized Fields

tnode

TNode tnode

isSubject

boolean isSubject

Class org.ceryle.ui.graph.AssociationEditorDialog.RolePopup extends GraphPopupMenu implements Serializable

Serialized Fields

tnode

TNode tnode

isSubject

boolean isSubject

Class org.ceryle.ui.graph.ComposerDialog extends JDialog implements Serializable

Serialized Fields

fld_message

JLabel fld_message

fld_length

JLabel fld_length

fld_included

JLabel fld_included

composeMode

ButtonGroup composeMode

pnl_title

TitlePanel pnl_title

m_tabbedpane

JTabbedPane m_tabbedpane

fld_status

JProgressBar fld_status

option_dochead

JCheckBox option_dochead

option_docfoot

JCheckBox option_docfoot

option_doctoc

JCheckBox option_doctoc

option_divmark

JCheckBox option_divmark

option_fragment

JCheckBox option_fragment

option_secthead

JCheckBox option_secthead

option_sectfoot

JCheckBox option_sectfoot

option_secttoc

JCheckBox option_secttoc

option_sectnums

JCheckBox option_sectnums

btn_composite

JRadioButton btn_composite

btn_separate

JRadioButton btn_separate

btn_help

JButton btn_help

btn_close

JButton btn_close

btn_prepare

JButton btn_prepare

btn_compose

JButton btn_compose

m_whatsnext

ExpandablePanel m_whatsnext

m_reportPanel

JPanel m_reportPanel

m_summaryPanel

JPanel m_summaryPanel

helpPanel

JPanel helpPanel

fld_help

JEditorPane fld_help

fld_next

JTextArea fld_next

m_composer

Composer m_composer

srvs

Services srvs

mh

MessageHandler mh

m_listModel

SetModel m_listModel

list

JList list

Class org.ceryle.ui.graph.Compositor extends JPanel implements Serializable

Serialized Fields

tmproc

TopicMapProcessor tmproc

mh

MessageHandler mh

m_xnode

XNode m_xnode

m_topic

Topic m_topic

btn_included

JCheckBox btn_included

fld_size

JLabel fld_size

fld_label

JLabel fld_label

label_title

JLabel label_title

fld_title

JLabel fld_title

label_sysid

JLabel label_sysid

fld_sysid

JLabel fld_sysid

fld_ctype

JLabel fld_ctype

label_status

JLabel label_status

btn_select

JButton btn_select

fld_status

JProgressBar fld_status

m_status

int m_status

m_mime

MIME m_mime

m_length

int m_length

m_included

boolean m_included

m_isFragment

boolean m_isFragment

m_instance

Compositor m_instance

m_doc

PlainDocument m_doc

m_xhtmldoc

Document m_xhtmldoc

m_reader

Reader m_reader

m_occur

Occurrence m_occur

m_composer

Composer m_composer

m_desktop

Desktop m_desktop

srvs

Services srvs

Class org.ceryle.ui.graph.ConnectedNodesPanel extends ExpandablePanel implements Serializable

Serialized Fields

m_dialog

TopicEditorDialog m_dialog

localityRadius

int localityRadius

tmlp

TMLayoutPanel tmlp

connected

SetModel connected

locListener

ConnectedNodesPanel.LocalityListener locListener

m_list

JList m_list

depthList

JComboBox depthList

directionList

JComboBox directionList

m_tnode

TNode m_tnode

m_topic

Topic m_topic

fontHeight

int fontHeight

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.graph.DatatypeValuePanel extends ValuePanel implements Serializable

Serialized Fields

m_listpanel

JPanel m_listpanel

m_listener

DocumentListener m_listener

Class org.ceryle.ui.graph.DateTimeValuePanel extends ValuePanel implements Serializable

Serialized Fields

m_textarea

JTextArea m_textarea

m_listener

DocumentListener m_listener

Class org.ceryle.ui.graph.DateValuePanel extends ValuePanel implements Serializable

Serialized Fields

m_textarea

JTextArea m_textarea

m_listener

DocumentListener m_listener

Class org.ceryle.ui.graph.EditorLayoutPanel extends TMLayoutPanel implements Serializable

Serialized Fields

e_anode

ANode e_anode

e_tnode_L

TNode e_tnode_L

e_tnode_R

TNode e_tnode_R

e_tnode_rL

TNode e_tnode_rL

e_tnode_rR

TNode e_tnode_rR

e_edge_LA

GraphEdge e_edge_LA

e_edge_RA

GraphEdge e_edge_RA

assoc_mode

boolean assoc_mode

m_centerTimer

Timer m_centerTimer

m_elp

EditorLayoutPanel m_elp

m_aed

AssociationEditorDialog m_aed

origin

Point origin

Class org.ceryle.ui.graph.EnumerationValuePanel extends ValuePanel implements Serializable

Serialized Fields

m_listpanel

JPanel m_listpanel

m_listener

DocumentListener m_listener

Class org.ceryle.ui.graph.FacetPanel extends JPanel implements Serializable

Serialized Fields

dirty

boolean dirty
Indicates that an editing action has occurred in the text area.


inTransition

boolean inTransition
Indicates that the panel is in a transitional state.


m_editable

boolean m_editable
Indicates that editing features are enabled.


valmgr

ValueManager valmgr
A ValueManager (a JPanel managed by a CardLayout) used to contain one or more cards for various content datatypes, as according to the ValuePanel API.


m_dialog

TopicEditorDialog m_dialog

m_comment

JLabel m_comment

tmproc

TopicMapProcessor tmproc

tmlp

TMLayoutPanel tmlp

m_facets

JComboBox m_facets

m_facetsModel

SetModel m_facetsModel

m_props

JComboBox m_props

m_currentTNode

TNode m_currentTNode

m_currentTopic

Topic m_currentTopic

m_currentFacet

Topic m_currentFacet

m_currentProperty

Occurrence m_currentProperty

m_currentPropertyType

Topic m_currentPropertyType

m_fPropTypeList

StackSet m_fPropTypeList

m_unassigned

StackSet m_unassigned

btn_hasFacet

JRadioButton btn_hasFacet

btn_isFacetOf

JRadioButton btn_isFacetOf

btn_addFacet

JButton btn_addFacet

btn_remFacet

JButton btn_remFacet

btn_addProp

JButton btn_addProp

btn_remProp

JButton btn_remProp

fontHeight

int fontHeight

m_parent

Container m_parent

centerPanel

JPanel centerPanel

southPanel

JPanel southPanel

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.graph.FavoritesList extends JComboBox implements Serializable

Serialized Fields

favInTransition

boolean favInTransition
A boolean indicating that the favorites list is in transition.


m_freqmodel

FrequencyModel m_freqmodel

instance

FavoritesList instance

tmproc

TopicMapProcessor tmproc

tmlp

TMLayoutPanel tmlp

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.graph.FindTopicDialog extends JDialog implements Serializable

Serialized Fields

mh

MessageHandler mh

findKeyListener

KeyListener findKeyListener
The listener for key events in the find combobox.


findPanel

FindTopicPanel findPanel

statusField

JLabel statusField

Class org.ceryle.ui.graph.FindTopicPanel extends JPanel implements Serializable

Serialized Fields

m_resultList

JList m_resultList
The JList used to display the result of a search.


topics

HashMap<K,V> topics

findBox

JComboBox findBox

findEditor

JTextField findEditor

btn_find

JButton btn_find

tmlp

TMLayoutPanel tmlp

parent

Window parent

settingsPanel

JPanel settingsPanel

resynType

JComboBox resynType

m_results

StackSet m_results

searchStatus

JLabel searchStatus

resynLabel

JLabel resynLabel

resultPanel

JPanel resultPanel

buttonPanel

JPanel buttonPanel

btn_casesens

JCheckBox btn_casesens

btn_vizonly

JCheckBox btn_vizonly

btn_stringmatch

JRadioButton btn_stringmatch

btn_regexp

JRadioButton btn_regexp

btn_findnext

JButton btn_findnext

btn_close

JButton btn_close

ss

String ss

pos

int pos

instance

FindTopicPanel instance

settings

BitSet settings

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

tmproc

TopicMapProcessor tmproc

mw

MessageWriter mw

resultIt

Iterator<E> resultIt

Class org.ceryle.ui.graph.GraphInfoDialog extends JDialog implements Serializable

Serialized Fields

m_text

JEditorPane m_text

tmproc

TopicMapProcessor tmproc
The TopicMapProcessor used by this GraphView.


m_content

String m_content

m_size

Dimension m_size

NL

String NL

gv

GraphView gv

tmlp

TMLayoutPanel tmlp

srvs

Services srvs

mh

MessageHandler mh

dialog

GraphInfoDialog dialog

Class org.ceryle.ui.graph.GraphNavigator extends JDialog implements Serializable

Serialized Fields

m_topicmap

TopicMap m_topicmap
The TopicMap currently being navigated.


m_topicItem

JPopupMenu m_topicItem

m_assocItem

JPopupMenu m_assocItem

m_occurItem

JPopupMenu m_occurItem

m_topicMenu

JPopupMenu m_topicMenu

m_assocMenu

JPopupMenu m_assocMenu

m_occurMenu

JPopupMenu m_occurMenu

srvs

Services srvs

mh

MessageHandler mh

m_listModel

SetModel m_listModel

m_list

JList m_list

Class org.ceryle.ui.graph.LinkPopupMenu extends GraphPopupMenu implements Serializable

Serialized Fields

menuItem1

JMenuItem menuItem1

menuItem2

JMenuItem menuItem2

m_tnode

TNode m_tnode

m_topic

Topic m_topic

m_tm

TopicMap m_tm

tmlp

TMLayoutPanel tmlp

m_loc

Point m_loc

tmproc

TopicMapProcessor tmproc

Class org.ceryle.ui.graph.OccurrenceViewer.OccurrenceView extends DocumentView implements Serializable

Serialized Fields

btn_newOccur

JButton btn_newOccur

btn_addOccur

JButton btn_addOccur

btn_remOccur

JButton btn_remOccur

btn_saveOccur

JButton btn_saveOccur

btn_form

JButton btn_form

btn_selectOccur

JCheckBox btn_selectOccur

btn_help

JButton btn_help

btn_save

JButton btn_save

btn_close

JButton btn_close

o_occurBox

JComboBox o_occurBox

m_tmlistrend

TopicMapObjectRenderer m_tmlistrend

selectedChangeIsInternal

boolean selectedChangeIsInternal

Class org.ceryle.ui.graph.ResourceSelectionDialog extends JDialog implements Serializable

Serialized Fields

selectionMode

int selectionMode

whichTab

int whichTab

tabbedPane

JTabbedPane tabbedPane

tmlp

TMLayoutPanel tmlp

gp

TMPanel gp

findPanel

FindTopicPanel findPanel

bookmarkList

JComponent bookmarkList

bookmarkModel

SetModel bookmarkModel

bmtm

TableModel bmtm

historyList

JList historyList

gv

GraphView gv

nsl

org.ceryle.ui.graph.ResourceSelectionDialog.NodeSelectionListener nsl

collectionList

JList collectionList

dbSplitPane

JSplitPane dbSplitPane

nodes

SetModel nodes

nodeList

JList nodeList

textarea

JTextArea textarea

graphSystemId

String graphSystemId

SP

String SP

includeBrowse

boolean includeBrowse

initialized

boolean initialized

btn_findtopic

ToolButton btn_findtopic

graphPanel

JPanel graphPanel

helpPanel

JPanel helpPanel

selectionModel

SetModel selectionModel

selection

JComponent selection

rsd

ResourceSelectionDialog rsd

m_settings

GraphSettings m_settings

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

Class org.ceryle.ui.graph.StringValuePanel extends ValuePanel implements Serializable

Serialized Fields

m_textarea

JTextArea m_textarea

m_listener

DocumentListener m_listener

Class org.ceryle.ui.graph.TopicEditorDialog extends JDialog implements Serializable

Serialized Fields

BORDER

int BORDER
The border size around each tabbed panel.


maxH

Dimension maxH
Specifies a dimension setting a maximum height for text widgets, based on font size.


m_topic

Topic m_topic
The Topic object this TopicEditorDialog references.


dirty

boolean dirty
A boolean indicating an editing change to the Topic has occurred, but not yet been saved to the TopicMap.


tmpedit

TMPanelEditor tmpedit
The TMPanelEditor used to make editing changes to the underlying TopicMap document. This is lazily-created.


tmproc

TopicMapProcessor tmproc

m_topicmap

TopicMap m_topicmap

tmlp

TMLayoutPanel tmlp

m_tnode

TNode m_tnode

tabbedPane

JTabbedPane tabbedPane

idField

JTextField idField

descField

JTextArea descField

titleLabel

JLabel titleLabel

typeLabel

JLabel typeLabel

m_namesModel

SetModel m_namesModel

m_typesModel

SetModel m_typesModel

m_label

String m_label

m_names

JComboBox m_names

m_types

JComboBox m_types

m_hidden

Topic m_hidden

nameComment

JLabel nameComment

descComment

JLabel descComment

facetComment

JLabel facetComment

occurComment

JLabel occurComment

instComment

JLabel instComment

facetPanel

FacetPanel facetPanel

m_occurrences

SetModel m_occurrences

m_instances

SetModel m_instances

connPanel

ConnectedNodesPanel connPanel

occurList

JList occurList

instList

JList instList

connList

JList connList

btn_set

JButton btn_set

btn_close

JButton btn_close

btn_rem_name

JButton btn_rem_name

btn_rem_type

JButton btn_rem_type

btn_add_type

JButton btn_add_type

btn_add_occur

JButton btn_add_occur

btn_open_occur

JButton btn_open_occur

btn_rem_occur

JButton btn_rem_occur

btn_add_inst

JButton btn_add_inst

btn_open_inst

JButton btn_open_inst

btn_rem_inst

JButton btn_rem_inst

btn_hidden

JCheckBox btn_hidden

inTransition

boolean inTransition

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

bold

Font bold

Class org.ceryle.ui.graph.TopicMapObjectRenderer extends JLabel implements Serializable

Serialized Fields

tmproc

TopicMapProcessor tmproc
A reference to the TopicMapProcessor used to create the displayed Topic, necessary to perform any post-creation modifications.


m_renderLocators

boolean m_renderLocators

model

SetModel model

m_table

Hashtable<K,V> m_table

srvs

Services srvs

mh

MessageHandler mh

m_text

String m_text

OBTAINING

String OBTAINING

EMPTY

String EMPTY

Class org.ceryle.ui.graph.ValueManager extends JPanel implements Serializable

Serialized Fields

m_editable

boolean m_editable
Indicates that editing features are enabled.


valueCardLayout

CardLayout valueCardLayout

m_valuePanel

ValuePanel m_valuePanel

m_parent

JPanel m_parent

m_dtTypeVPanel

DatatypeValuePanel m_dtTypeVPanel

m_defaultPanel

ValuePanel m_defaultPanel

m_values

Hashtable<K,V> m_values

mh

MessageHandler mh

Class org.ceryle.ui.graph.ValuePanel extends JPanel implements Serializable

Serialized Fields

srvs

Services srvs

mh

MessageHandler mh

m_parent

JPanel m_parent

m_editable

boolean m_editable

m_ID

String m_ID

Package org.ceryle.ui.help

Class org.ceryle.ui.help.HelpButton extends JButton implements Serializable

Serialized Fields

m_active

boolean m_active

def

ImageIcon def

sel

ImageIcon sel

act

ImageIcon act

dis

ImageIcon dis

srvs

Services srvs

Class org.ceryle.ui.help.HelpDialog extends JDialog implements Serializable

Serialized Fields

hmargin

int hmargin
"Document mode" horizontal margin (in pixels).


vmargin

int vmargin
"Document mode" vertical margin (in pixels).


northPanel

JPanel northPanel

m_title

JLabel m_title

m_counter

JLabel m_counter

m_text

JEditorPane m_text

m_docmode

boolean m_docmode
A state indicator - when true the help text body style is altered for greater readability.


m_useHelpDocMode

boolean m_useHelpDocMode
The value of the preference indicating that when true, the display help topics should be altered for greater readability. The property is: "http://purl.org/ceryle/prop/#helpDocumentMode"


m_showtips

boolean m_showtips
When true, show tips at startup.


btn_resize

JButton btn_resize

m_smaller

Dimension m_smaller

m_bigger

Dimension m_bigger

m_swapTopic

XNodeID m_swapTopic

welcomeAvailable

boolean welcomeAvailable

introAvailable

boolean introAvailable

evalAvailable

boolean evalAvailable

idc

int idc

m_selectActionPanel

JPanel m_selectActionPanel

btn_index

JButton btn_index

btn_prev

JButton btn_prev

btn_next

JButton btn_next

btn_end

JButton btn_end

btn_hide

JButton btn_hide

btn_close

JButton btn_close

btn_showhelp

JCheckBox btn_showhelp

help_dialog

HelpDialog help_dialog

m_desktop

Desktop m_desktop

xns

XNodeStore xns

srvs

Services srvs

mh

MessageHandler mh

m_hideAction

Action m_hideAction

Class org.ceryle.ui.help.HelpException extends ProcessException implements Serializable

Class org.ceryle.ui.help.LexiconDialog extends Object implements Serializable


Package org.ceryle.ui.prefs

Class org.ceryle.ui.prefs.DatabasePrefPanel extends PreferencePanel implements Serializable

Serialized Fields

label_rev_limits

JLabel label_rev_limits

label_rev_revs

JLabel label_rev_revs

label_rev_KB

JLabel label_rev_KB

rcSpinner

JSpinner rcSpinner

rsSpinner

JSpinner rsSpinner

btn_revCountLimit

JCheckBox btn_revCountLimit

btn_revSpaceLimit

JCheckBox btn_revSpaceLimit

btn_default

JButton btn_default

btn_purge

JButton btn_purge

btn_ratio

JButton btn_ratio

lcaRadio

ButtonGroup lcaRadio

lsaRadio

ButtonGroup lsaRadio

btn_lca_del

JRadioButton btn_lca_del

btn_lca_warn

JRadioButton btn_lca_warn

btn_lsa_del

JRadioButton btn_lsa_del

btn_lsa_warn

JRadioButton btn_lsa_warn

fld_xnodeHome

JTextField fld_xnodeHome

fld_wordnetHome

JTextField fld_wordnetHome

notesCidBox

JComboBox notesCidBox

biblioCidBox

JComboBox biblioCidBox

m_timeout

int m_timeout

m_helpDocMode

boolean m_helpDocMode

m_useRevCtrl

boolean m_useRevCtrl

m_useRevCountLimit

boolean m_useRevCountLimit

m_rev_count_limit

int m_rev_count_limit

m_useRevSpaceLimit

boolean m_useRevSpaceLimit

m_rev_space_limit

int m_rev_space_limit

m_useCache

boolean m_useCache

m_enable_bg_classif

boolean m_enable_bg_classif

m_readOnly

boolean m_readOnly

m_purgatory

boolean m_purgatory

btn_purgatory

JCheckBox btn_purgatory

Class org.ceryle.ui.prefs.EditFiletypeDialog extends JDialog implements Serializable

Serialized Fields

actionGroup

ButtonGroup actionGroup

btn_default

JRadioButton btn_default

btn_selected

JRadioButton btn_selected

btn_disk

JRadioButton btn_disk

m_browserRemote

boolean m_browserRemote

m_mimetype

String m_mimetype

m_extension

String m_extension

m_description

String m_description

m_path

String m_path

fld_mimetype

JTextField fld_mimetype

fld_extension

JTextField fld_extension

fld_description

JTextField fld_description

fld_path

JTextField fld_path

cancelled

boolean cancelled

btn1

String btn1

btn2

String btn2

btn3

String btn3

fld_len

int fld_len

m_pd

PreferencesDialog m_pd

m_ftpp

FiletypePrefPanel m_ftpp

m_this

EditFiletypeDialog m_this

m_newType

boolean m_newType

srvs

Services srvs

mh

MessageHandler mh

initialized

boolean initialized

Class org.ceryle.ui.prefs.EditorColorChooser extends JDialog implements Serializable

Serialized Fields

m_chooser

JColorChooser m_chooser

srvs

Services srvs

mh

MessageHandler mh

m_samplePanel

EditorSamplePanel m_samplePanel

COLOR_FG

String COLOR_FG

COLOR_BG

String COLOR_BG

COLOR_SFG

String COLOR_SFG

COLOR_SBG

String COLOR_SBG

COLOR_CARET

String COLOR_CARET

m_fpp

FontPrefPanel m_fpp

Class org.ceryle.ui.prefs.EditorSamplePanel extends JPanel implements Serializable

Serialized Fields

m_editorarea

EditorArea m_editorarea

start

int start

end

int end

Class org.ceryle.ui.prefs.FiletypePrefPanel extends PreferencePanel implements Serializable

Serialized Fields

ACTION_DEFAULT

String ACTION_DEFAULT

ACTION_CURR_WIND

String ACTION_CURR_WIND

ACTION_NEW_WIND

String ACTION_NEW_WIND

ACTION_NEW_TAB

String ACTION_NEW_TAB

ACTION_BG_TAB

String ACTION_BG_TAB

m_remote_command

String m_remote_command

m_actions

ButtonGroup m_actions

btn_default

JRadioButton btn_default

btn_curr_wind

JRadioButton btn_curr_wind

btn_new_wind

JRadioButton btn_new_wind

btn_new_tab

JRadioButton btn_new_tab

btn_bg_tab

JRadioButton btn_bg_tab

m_lookup

Hashtable<K,V> m_lookup

m_browserBox

JComboBox m_browserBox

m_browsers

Vector<E> m_browsers

m_list

JList m_list

m_list_model

Vector<E> m_list_model

m_description

JLabel m_description

m_extension

JLabel m_extension

m_action

JLabel m_action

btn_newtype

JButton btn_newtype

btn_edittype

JButton btn_edittype

btn_removetype

JButton btn_removetype

Class org.ceryle.ui.prefs.FontPrefPanel extends PreferencePanel implements Serializable

Serialized Fields

catName

String[] catName

m_dirtyCat

boolean[] m_dirtyCat

m_samplePanel

EditorSamplePanel m_samplePanel

m_model

FontPrefPanel.FontTableModel m_model

m_fAv

TreeMap<K,V> m_fAv

m_fAvL

JList m_fAvL

gutterSpinner

JSpinner gutterSpinner

m_gutter

int m_gutter

edColorDlog

EditorColorChooser edColorDlog

selected_font

Font selected_font

PLAIN

Integer PLAIN

ITALIC

Integer ITALIC

BOLD

Integer BOLD

BOLD_ITALIC

Integer BOLD_ITALIC

selected_style

Integer selected_style

m_sty

Vector<E> m_sty

m_styL

JList m_styL

m_siz

Vector<E> m_siz

m_sizL

JList m_sizL

btn_setColors

JButton btn_setColors

skin_notice

JLabel skin_notice

selected_size

Float selected_size

m_category

int m_category

m_setDesc

JLabel m_setDesc

valuesAreChanging

boolean valuesAreChanging

Class org.ceryle.ui.prefs.FontPrefPanel.FontTableModel extends AbstractTableModel implements Serializable

Serialized Fields

data

Object[][] data

columnNames

String[] columnNames

Class org.ceryle.ui.prefs.GeneralPrefPanel extends PreferencePanel implements Serializable

Serialized Fields

fld_wordnetHome

JTextField fld_wordnetHome

fld_author

JTextField fld_author

fld_grvConsPath

JTextField fld_grvConsPath

m_autosave

boolean m_autosave

m_confirmQuit

boolean m_confirmQuit

m_displayWelcome

boolean m_displayWelcome

m_importNotes

boolean m_importNotes

m_initialNotes

boolean m_initialNotes

lex_support

boolean lex_support

m_helpDocMode

boolean m_helpDocMode

m_skinsModel

SetModel m_skinsModel

m_skinBox

JComboBox m_skinBox

btn_helpDocMode

JCheckBox btn_helpDocMode

NO_VIEW

String NO_VIEW

PROJECT_VIEW

String PROJECT_VIEW

NOTE_VIEW

String NOTE_VIEW

DOC_VIEW

String DOC_VIEW

VIEW_GRF

String VIEW_GRF

startup

ButtonGroup startup

btn_none

JRadioButton btn_none

btn_project

JRadioButton btn_project

btn_doc

JRadioButton btn_doc

btn_graph

JRadioButton btn_graph

btn_image

JRadioButton btn_image

btn_browse

JRadioButton btn_browse

Class org.ceryle.ui.prefs.GraphPrefPanel extends PreferencePanel implements Serializable

Serialized Fields

fld_onto_min

JTextField fld_onto_min

fld_onto_up

JTextField fld_onto_up

fld_onto_mid

JTextField fld_onto_mid

fld_proto

JTextField fld_proto

btn_default

JCheckBox btn_default

btn_loadFacets

JCheckBox btn_loadFacets

btn_core

JCheckBox btn_core

btn_i18n

JCheckBox btn_i18n

btn_hidden

JCheckBox btn_hidden

btn_facets

JCheckBox btn_facets

btn_occur

JCheckBox btn_occur

btn_assocTmpl

JCheckBox btn_assocTmpl

btn_browse

JRadioButton btn_browse

btn_document

JRadioButton btn_document

btn_asTab

JRadioButton btn_asTab

btn_node

JRadioButton btn_node

url_fld_len

int url_fld_len

preloadDefault

boolean preloadDefault

preloadFacets

boolean preloadFacets

preloadCore

boolean preloadCore

preloadI18n

boolean preloadI18n

showHidden

boolean showHidden

showFacets

boolean showFacets

showOccur

boolean showOccur

showAssocTmpl

boolean showAssocTmpl

clutPanelWidth

int clutPanelWidth

clutPanelHeight

int clutPanelHeight

m_clut_panel

JPanel m_clut_panel

m_clut_display

JPanel m_clut_display

m_cbdCLUTname

String m_cbdCLUTname

m_clutsModel

SetModel m_clutsModel

m_clutBox

JComboBox m_clutBox

m_centeringFreq

int m_centeringFreq
Auto-center frequency (seconds). Default is 5. This feature is controlled from a checkbox on the Graph menu.


m_messageFadeTime

int m_messageFadeTime
Message fade time (seconds). Default is 5.


BROWSER

String BROWSER

DOC_VIEW

String DOC_VIEW

doubleClickView

ButtonGroup doubleClickView

colorizeMode

ButtonGroup colorizeMode

Class org.ceryle.ui.prefs.HTTPPrefPanel extends PreferencePanel implements Serializable

Serialized Fields

wrapPlainTextBox

JCheckBox wrapPlainTextBox

m_remoteAccess

boolean m_remoteAccess

m_startHTTP

boolean m_startHTTP

m_confirmExitHTTP

boolean m_confirmExitHTTP

m_showLogInMessages

boolean m_showLogInMessages

fld_hostname

JTextField fld_hostname

baseURLLabel

JLabel baseURLLabel

m_port

int m_port

m_xns

XNodeStore m_xns

Class org.ceryle.ui.prefs.PathPreferencePanel extends JPanel implements Serializable

Serialized Fields

dlogBtn

JButton dlogBtn

fld

JTextField fld

Class org.ceryle.ui.prefs.PreferencePanel extends JPanel implements Serializable

Serialized Fields

m_title

String m_title

m_desc

String m_desc

m_pd

PreferencesDialog m_pd

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

initialized

boolean initialized

m_dirty

boolean m_dirty

m_this

PreferencePanel m_this

Class org.ceryle.ui.prefs.PreferencesDialog extends JDialog implements Serializable

Serialized Fields

keys

LinkedHashMap<K,V> keys

prefList

JList prefList

cards

JPanel cards

btn_close

JButton btn_close

btn_save

JButton btn_save

m_dirty

boolean m_dirty

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

pm

PropertyManager pm

Class org.ceryle.ui.prefs.PropertyListPanel extends PreferencePanel implements Serializable

Class org.ceryle.ui.prefs.SamplePanel extends PreferencePanel implements Serializable

Class org.ceryle.ui.prefs.WikiPrefPanel extends PreferencePanel implements Serializable

Serialized Fields

m_collectionBox

JComboBox m_collectionBox

m_wikiAppList

SetModel m_wikiAppList

m_wikiTemplateBox

JComboBox m_wikiTemplateBox

m_templates

String[] m_templates

m_wikiAppBox

JComboBox m_wikiAppBox

m_wikiSyntaxBox

JComboBox m_wikiSyntaxBox

m_pageLocGroup

ButtonGroup m_pageLocGroup

btn_defaultLoc

JRadioButton btn_defaultLoc

btn_collectionLoc

JRadioButton btn_collectionLoc

btn_customLoc

JRadioButton btn_customLoc

btn_allowHTML

JCheckBox btn_allowHTML

btn_camelCaseLinks

JCheckBox btn_camelCaseLinks

btn_outlinkImg

JCheckBox btn_outlinkImg

btn_harvestAssertions

JCheckBox btn_harvestAssertions

btn_importPages

JCheckBox btn_importPages

btn_exportPages

JCheckBox btn_exportPages

serverStatus

JLabel serverStatus

m_allowHTML

boolean m_allowHTML

m_camelCaseLinks

boolean m_camelCaseLinks

m_outlinkImg

boolean m_outlinkImg

m_importPages

boolean m_importPages

m_harvestAssertions

boolean m_harvestAssertions

m_exportPages

boolean m_exportPages

m_appname

String m_appname

isCeryleWiki

boolean isCeryleWiki

m_pathpref

PathPreferencePanel m_pathpref

fld_pagedir

JTextField fld_pagedir

m_pagepath

JLabel m_pagepath

syntaxLabel

JLabel syntaxLabel

m_xns

XNodeStore m_xns

Package org.ceryle.ui.search

Class org.ceryle.ui.search.FindReplaceDialog extends JDialog implements Serializable

Serialized Fields

key_handler

FindReplaceDialog.KeyHandler key_handler

ACTION_string

String ACTION_string

ACTION_regexp

String ACTION_regexp

ACTION_keyword

String ACTION_keyword

ACTION_graph

String ACTION_graph

ACTION_xpath

String ACTION_xpath

screen

Dimension screen

maxW

int maxW

maxH

int maxH

minW

int minW

defW

int defW

minH

int minH

defH

int defH

minGraphH

int minGraphH

defGraphH

int defGraphH

minKeywordH

int minKeywordH

defKeywordH

int defKeywordH

m_lex_avail

boolean m_lex_avail

m_lex

Lexicon m_lex

m_searchTree

SearchTree m_searchTree

m_prefKeywordH

int m_prefKeywordH

m_prefGraphH

int m_prefGraphH

inTransition

boolean inTransition

initialized

boolean initialized

m_dbrList

JList m_dbrList

m_cards

JPanel m_cards

findBox

JComboBox findBox

replaceBox

JComboBox replaceBox

resynType

JComboBox resynType

posBox

JComboBox posBox

findEditor

JTextField findEditor

replaceEditor

JTextField replaceEditor

searchStatus

JLabel searchStatus

resynLabel

JLabel resynLabel

posLabel

JLabel posLabel

m_findPanel

JPanel m_findPanel

m_replacePanel

JPanel m_replacePanel

btn_caseSens

JCheckBox btn_caseSens

btn_multiline

JCheckBox btn_multiline

btn_synonyms

JCheckBox btn_synonyms

btn_vizOnly

JCheckBox btn_vizOnly

btn_searchId

JCheckBox btn_searchId

btn_asYouType

JCheckBox btn_asYouType

btn_string

JRadioButton btn_string

btn_regexp

JRadioButton btn_regexp

btn_keyword

JRadioButton btn_keyword

btn_xpath

JRadioButton btn_xpath

btn_graph

JRadioButton btn_graph

search_string

JRadioButtonMenuItem search_string

search_regexp

JRadioButtonMenuItem search_regexp

search_keyword

JRadioButtonMenuItem search_keyword

search_xpath

JRadioButtonMenuItem search_xpath

search_graph

JRadioButtonMenuItem search_graph

btn_find

JButton btn_find

btn_find_next

JButton btn_find_next

btn_replace

JButton btn_replace

btn_replace_all

JButton btn_replace_all

btn_select

JButton btn_select

m_radioPanel

JPanel m_radioPanel

m_optionPanel

JPanel m_optionPanel

gv

GraphView gv

m_tnode

TNode m_tnode

m_topic

Topic m_topic

index_menu

JMenu index_menu

m_menubar

JMenuBar m_menubar

index_build

JMenuItem index_build

index_update

JMenuItem index_update

index_optimize

JMenuItem index_optimize

index_delete

JMenuItem index_delete

index_add_dir

JMenuItem index_add_dir

index_rem_dir

JMenuItem index_rem_dir

keywordPanel

KeywordPanel keywordPanel

graphSearchPanel

GraphSearchPanel graphSearchPanel

m_searchString

String m_searchString

m_replaceString

String m_replaceString

m_pos

int m_pos

settings

BitSet settings

m_desktop

Desktop m_desktop

srvs

Services srvs

mh

MessageHandler mh

tweak

boolean tweak

Class org.ceryle.ui.search.GraphSearchPanel extends JPanel implements Serializable

Serialized Fields

m_resultList

JList m_resultList

topics

HashMap<K,V> topics

btn_select

JButton btn_select

btn_colorize

ToolButton btn_colorize

m_colorpopup

ColorPopupMenu m_colorpopup

m_result_model

DefaultComboBoxModel m_result_model

m_status

JLabel m_status

m_results

StackSet m_results

m_ibox

InferenceBox m_ibox

tmlp

TMLayoutPanel tmlp

tmproc

TopicMapProcessor tmproc

m_desktop

Desktop m_desktop

srvs

Services srvs

mw

MessageWriter mw

mh

MessageHandler mh

m_frdlog

FindReplaceDialog m_frdlog

resultIt

Iterator<E> resultIt

Class org.ceryle.ui.search.InferenceBox extends JPanel implements Serializable

Serialized Fields

options

String[] options

tmlp

TMLayoutPanel tmlp

gsp

GraphSearchPanel gsp

m_label

JLabel m_label

box_infer

JComboBox box_infer

btn_go

JButton btn_go

infer

Inferencer infer

tmproc

TopicMapProcessor tmproc

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.search.KeywordPanel extends JPanel implements Serializable

Serialized Fields

m_progress

ProgressBar m_progress

m_searchHits

SearchHit[] m_searchHits

m_engine

SearchService m_engine

m_searchTree

SearchTree m_searchTree

m_result_model

DefaultComboBoxModel m_result_model

m_resultList

JList m_resultList

btn_open

JButton btn_open

btn_applyToGraph

JButton btn_applyToGraph

btn_colorizeGraph

JButton btn_colorizeGraph

m_searchInfo

JLabel m_searchInfo

m_status

JLabel m_status

m_idxDir

File m_idxDir

m_desktop

Desktop m_desktop

srvs

Services srvs

mw

MessageWriter mw

mh

MessageHandler mh

Class org.ceryle.ui.search.SearchTree extends JTree implements Serializable

Serialized Fields

rootTitle

String rootTitle
The optional root node title. When null, the root node is not displayed.


m_rootNode

DefaultMutableTreeNode m_rootNode

m_dbRootNode

DefaultMutableTreeNode m_dbRootNode

m_dbRootPath

TreePath m_dbRootPath

m_model

DefaultTreeModel m_model

m_rootCollection

XNodeCollection m_rootCollection

m_collections

Hashtable<K,V> m_collections

m_directories

Hashtable<K,V> m_directories

searchDbBtn

JCheckBox searchDbBtn

m_frDialog

FindReplaceDialog m_frDialog

tree

JTree tree

xns

XNodeStore xns

srvs

Services srvs

mh

MessageHandler mh

initialized

boolean initialized

Class org.ceryle.ui.search.SearchTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

isCollection

boolean isCollection

Package org.ceryle.ui.tree

Class org.ceryle.ui.tree.CollectionTree extends JTree implements Serializable

Serialized Fields

m_dbTreeModel

DefaultTreeModel m_dbTreeModel

m_dbTreeRoot

MutableTreeNode m_dbTreeRoot

m_collections

Hashtable<K,V> m_collections

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.tree.CollectionTreeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

m_rootNode

TreeNode m_rootNode

m_rootTitle

String m_rootTitle

docIcon

ImageIcon docIcon

docPlainIcon

ImageIcon docPlainIcon

rootIcon

ImageIcon rootIcon

dbrootIcon

ImageIcon dbrootIcon

colIcon

ImageIcon colIcon

colOpenIcon

ImageIcon colOpenIcon

folderIcon

ImageIcon folderIcon

folderOpenIcon

ImageIcon folderOpenIcon

UNNAMED

String UNNAMED

ROOTURI

String ROOTURI

m_desktop

Desktop m_desktop

xns

XNodeStore xns

srvs

Services srvs

mh

MessageHandler mh

Class org.ceryle.ui.tree.TopicTreeDialog extends JDialog implements Serializable

Serialized Fields

srvs

Services srvs

tmproc

TopicMapProcessor tmproc

mh

MessageHandler mh

m_treemodel

TopicTreeModel m_treemodel

m_tree

JTree m_tree

root

Vector<E> root

selectedButton

int selectedButton

btn_help

JButton btn_help

btn_cancel

JButton btn_cancel

btn_select

JButton btn_select

northPanel

JPanel northPanel

centerPanel

JPanel centerPanel

southPanel

JPanel southPanel

helpPanel

JPanel helpPanel

desc

JTextArea desc

help

JTextArea help

m_query

StackSet m_query

ROWS

int ROWS

COLS

int COLS

Class org.ceryle.ui.tree.TopicTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

m_isFacet

boolean m_isFacet

m_exists

boolean m_exists

Class org.ceryle.ui.tree.TopicTreeRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

tmproc

TopicMapProcessor tmproc

srvs

Services srvs

mh

MessageHandler mh

COLOR_FACET

Color COLOR_FACET

COLOR_FACET_GRAY

Color COLOR_FACET_GRAY

COLOR_SELECTED

Color COLOR_SELECTED

COLOR_GRAY_BG

Color COLOR_GRAY_BG

Package org.ceryle.ui.xnode

Class org.ceryle.ui.xnode.DifferenceDialog extends JDialog implements Serializable

Serialized Fields

COL_CHCK

int COL_CHCK

COL_REVN

int COL_REVN

COL_DATE

int COL_DATE

COL_CREA

int COL_CREA

COL_FRMT

int COL_FRMT

COL_DIFF

int COL_DIFF

COL_SIZE

int COL_SIZE

m_centerpanel

JPanel m_centerpanel

m_xnode

XNode m_xnode

m_currentVersion

int m_currentVersion

m_message

JLabel m_message

m_diffmsg

JLabel m_diffmsg

btn_select

JButton btn_select

btn_all

JButton btn_all

btn_none

JButton btn_none

btn_restore

JButton btn_restore

btn_delete

JButton btn_delete

viewport_size

Dimension viewport_size

m_disposer

DifferenceDialog.DialogDisposer m_disposer

m_xns

XNodeStore m_xns

m_diffpanel

XNodeDiffPanel m_diffpanel

m_xnrm

XNodeRevisionManager m_xnrm

srvs

Services srvs

pm

PropertyManager pm

mh

MessageHandler mh

Class org.ceryle.ui.xnode.RevisionTableModelImpl extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames

revisions

Vector<E> revisions

Class org.ceryle.ui.xnode.RevisionTableRenderer extends JLabel implements Serializable

Serialized Fields

COLOR_SEL

Color COLOR_SEL

COLOR_HI_SEL

Color COLOR_HI_SEL

m_defaultRenderer

TableCellRenderer m_defaultRenderer

m_utils

XNodeRevisionManagerUtils m_utils

m_clock

Clock m_clock

Class org.ceryle.ui.xnode.XNodeDiffPanel extends JEditorPane implements Serializable

Serialized Fields

m_xndiff

XNodeDiffProvider m_xndiff

Class org.ceryle.ui.xnode.XNodeManager extends JDialog implements Serializable

Serialized Fields

initialized

boolean initialized

p_left

JPanel p_left

p_leftAction

JPanel p_leftAction

p_center

JPanel p_center

p_centerAction

JPanel p_centerAction

p_right

JPanel p_right

p_rightAction

JPanel p_rightAction

btn_help

JButton btn_help

btn_close

JButton btn_close

btn_copyleft

JButton btn_copyleft

btn_moveleft

JButton btn_moveleft

btn_copyright

JButton btn_copyright

btn_moveright

JButton btn_moveright

btn_import_doc

JButton btn_import_doc

btn_export_doc

JButton btn_export_doc

btn_delete_doc

JButton btn_delete_doc

btn_import_col

JButton btn_import_col

btn_export_col

JButton btn_export_col

btn_confirm

JCheckBox btn_confirm

help

JTextArea help

m_nodesLeft

SetModel m_nodesLeft

m_nodeListLeft

JList m_nodeListLeft

m_collectionListLeft

JList m_collectionListLeft

leftMeta

org.ceryle.ui.xnode.XNodeManager.NodeMeta leftMeta

m_nodesRight

SetModel m_nodesRight

m_nodeListRight

JList m_nodeListRight

m_collectionListRight

JList m_collectionListRight

rightMeta

org.ceryle.ui.xnode.XNodeManager.NodeMeta rightMeta

m_desktop

Desktop m_desktop

vmgr

ViewManager vmgr

dv

DocumentView dv

srvs

Services srvs

m_xns

XNodeStore m_xns

mh

MessageHandler mh

changed

boolean changed

Class org.ceryle.ui.xnode.XNodeRevisionManagerDialog extends JDialog implements Serializable

Serialized Fields

m_cid

String m_cid

m_autoselect

boolean m_autoselect

m_dirty

boolean m_dirty

m_tableModel

RevisionTableModel m_tableModel

m_table

JTable m_table

m_message

JLabel m_message

m_summary

JLabel m_summary

m_rev_count_msg

JLabel m_rev_count_msg

m_rev_space_msg

JLabel m_rev_space_msg

btn_prev

JButton btn_prev

btn_next

JButton btn_next

btn_allcols

JButton btn_allcols

btn_select

JButton btn_select

btn_all

JButton btn_all

btn_none

JButton btn_none

btn_delete

JButton btn_delete

viewport_size

Dimension viewport_size

m_disposer

XNodeRevisionManagerDialog.DialogDisposer m_disposer

m_old_xnc

XNodeCollection m_old_xnc

m_xnc

XNodeCollection m_xnc

m_xns

XNodeStore m_xns

m_utils

XNodeRevisionManagerUtils m_utils

m_xnrm

XNodeRevisionManager m_xnrm

m_dv

DocumentView m_dv

m_desktop

Desktop m_desktop

srvs

Services srvs

pm

PropertyManager pm

mh

MessageHandler mh

Class org.ceryle.ui.xnode.XNodeRevisionManagerPanel extends JPanel implements Serializable

Serialized Fields

m_centerpanel

JPanel m_centerpanel

m_diffpanel

XNodeDiffPanel m_diffpanel

m_autoselect

boolean m_autoselect

m_dirty

boolean m_dirty

m_tableModel

RevisionTableModel m_tableModel

m_table

JTable m_table

m_dv

DocumentView m_dv

m_currentVersion

int m_currentVersion

m_message

JLabel m_message

m_diffmsg

JLabel m_diffmsg

m_summary

JLabel m_summary

m_rev_count_msg

JLabel m_rev_count_msg

m_rev_space_msg

JLabel m_rev_space_msg

btn_select

JButton btn_select

btn_all

JButton btn_all

btn_none

JButton btn_none

btn_restore

JButton btn_restore

btn_delete

JButton btn_delete

viewport_size

Dimension viewport_size

m_xnode

XNode m_xnode

m_xns

XNodeStore m_xns

m_utils

XNodeRevisionManagerUtils m_utils

m_xnrm

XNodeRevisionManager m_xnrm

srvs

Services srvs

pm

PropertyManager pm

mh

MessageHandler mh

Class org.ceryle.ui.xnode.XNodeRevisionManagerPanel.SubsetRevisionTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columnNames

String[] columnNames

revisions

Vector<E> revisions

btnCache

Hashtable<K,V> btnCache

Package org.ceryle.util

Class org.ceryle.util.AddressableStack extends Stack implements Serializable

Class org.ceryle.util.Cache extends Hashtable implements Serializable

Serialized Fields

m_autocheck

boolean m_autocheck
The boolean indicating whether the check for cache limits should be automatic, upon each addition, or manual, using Cache.checkLimit().


q

Queue q

max

int max

Class org.ceryle.util.DirectoryList extends File implements Serializable

Serialized Fields

filter

FileFilter filter

Class org.ceryle.util.FrequencyModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

m_maxSize

int m_maxSize
The maximum size of the list. If the value is less than one the feature is disabled.


sobjects

Vector<E> sobjects

selectedObject

Object selectedObject

Class org.ceryle.util.ParseException extends ProcessException implements Serializable

Serialized Fields

line

int line

Class org.ceryle.util.ProcessException extends Exception implements Serializable

serialVersionUID: -25151908091115L

Serialized Fields

isMessageId

boolean isMessageId
Indicates if message is a org.ceryle.util.MessageId string or actual message content.


messageId

String messageId
A String containing an optional first message parameter.


param1

String param1
A String containing an optional first message parameter.


param2

String param2
A String containing an optional second message parameter.


param3

String param3
A String containing an optional third message parameter.


line

int line
An int containing an optional line number parameter (-1 if unused).


exception

Exception exception
The embedded Exception if tunnelling.

The embedded exception if tunnelling, or null.

Class org.ceryle.util.Queue extends Stack implements Serializable

Class org.ceryle.util.SetModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

selectedObject

Object selectedObject

Class org.ceryle.util.SizeOf extends Object implements Serializable

Class org.ceryle.util.StackSet extends Stack implements Serializable


Package org.ceryle.util.http

Class org.ceryle.util.http.HTTPControlPanel extends JPanel implements Serializable

Serialized Fields

btn_start

JButton btn_start

btn_restart

JButton btn_restart

btn_halt

JButton btn_halt

btn_kill

JButton btn_kill

fld_status

JLabel fld_status

m_timer

Timer m_timer

shouldBeRunning

boolean shouldBeRunning

mh

MessageHandler mh

srvs

Services srvs

Package org.ceryle.util.idle

Class org.ceryle.util.idle.IdleEvent extends EventObject implements Serializable


Package org.ceryle.util.search

Class org.ceryle.util.search.SearchException extends ProcessException implements Serializable


Package org.ceryle.util.timeline

Class org.ceryle.util.timeline.TimeExtentDialog extends JDialog implements Serializable

Serialized Fields

m_timeline

TimeLine m_timeline

tep

TimeExtentPanel tep

btn_set

JButton btn_set

m_status

JLabel m_status

Class org.ceryle.util.timeline.TimeExtentPanel extends JPanel implements Serializable

Serialized Fields

mh

MessageHandler mh

mw

MessageWriter mw

timeline

TimeLine timeline

startField

JTextField startField

durationField

JTextField durationField

endField

JTextField endField

Class org.ceryle.util.timeline.TimeScale extends ArrayList implements Serializable

Serialized Fields

ppt

int ppt
Pixels per tick used for display of this TimeScale (default is 5).


majScaleIdx

int majScaleIdx

minScaleIdx

int minScaleIdx

Package org.ceryle.wiki.event

Class org.ceryle.wiki.event.AssertionEventMonitor extends WikiEventMonitor implements Serializable

Serialized Fields

m_engine_refs

Hashtable<K,V> m_engine_refs

panel_weps

JPanel panel_weps

m_filter_AssertionEvents

boolean m_filter_AssertionEvents

m_coloredOutput

boolean m_coloredOutput

m_includePage

boolean m_includePage

m_useRegex

boolean m_useRegex

m_allCaptured

boolean m_allCaptured

m_logicMode

int m_logicMode

m_templateMode

int m_templateMode

m_regex_pgn

Pattern m_regex_pgn

m_regex_sub

Pattern m_regex_sub

m_regex_prd

Pattern m_regex_prd

m_regex_obj

Pattern m_regex_obj

m_subjectStyle

Style m_subjectStyle

m_predicateStyle

Style m_predicateStyle

m_objectStyle

Style m_objectStyle

m_noteStyle

Style m_noteStyle

label_pgn

JLabel label_pgn

label_sub

JLabel label_sub

label_prd

JLabel label_prd

label_obj

JLabel label_obj

label_include

JLabel label_include

label_require

JLabel label_require

box_pagename

JComboBox box_pagename

box_subject

JComboBox box_subject

box_predicate

JComboBox box_predicate

box_object

JComboBox box_object

btn_start

JButton btn_start

btn_clear

JButton btn_clear

btn_assertions

JRadioButton btn_assertions

btn_templates

JRadioButton btn_templates

btn_both

JRadioButton btn_both

btn_any

JRadioButton btn_any

btn_all

JRadioButton btn_all

m_logic_group

ButtonGroup m_logic_group

m_tmode_group

ButtonGroup m_tmode_group

m_wep_group

ButtonGroup m_wep_group