Serialized Form


Package tk.exgerm.about

Class tk.exgerm.about.AboutAction extends ExGAction implements Serializable

Serialized Fields

window

AboutWindow window

Class tk.exgerm.about.AboutWindow extends JDialog implements Serializable

Serialized Fields

lblGERMProgram

JLabel lblGERMProgram

lblInfo

JLabel lblInfo

lblLink

JLabel lblLink

reallyClose

boolean reallyClose

lblDelInfo

JLabel lblDelInfo

lblWikiInfo

JLabel lblWikiInfo

lblZeljoInfo

JLabel lblZeljoInfo

lblCacheInfo

JLabel lblCacheInfo

lblKedzaInfo

JLabel lblKedzaInfo

lblDedaInfo

JLabel lblDedaInfo

lblDelPicture

JLabel lblDelPicture

lblWikiPicture

JLabel lblWikiPicture

lblZeljoPicture

JLabel lblZeljoPicture

lblCachePicture

JLabel lblCachePicture

lblKedzaPicture

JLabel lblKedzaPicture

lblDedaPicture

JLabel lblDedaPicture

lblGERMPicture

JLabel lblGERMPicture

lblexGERMTeamPicture

JLabel lblexGERMTeamPicture

lblTeamInfo

JLabel lblTeamInfo

btnClose

JButton btnClose

box4

Box box4

box2

Box box2

box1

Box box1

box3

Box box3

box5

Box box5

box6

Box box6

pctSize

Dimension pctSize

tabs

JTabbedPane tabs

pGerm

JPanel pGerm

pTeamPct

JPanel pTeamPct

pTeamInfo

JPanel pTeamInfo

boxes

ArrayList<E> boxes

rnd

Random rnd

g

GridBagConstraints g

Package tk.exgerm.console.actions

Class tk.exgerm.console.actions.ClearConsoleAction extends AbstractAction implements Serializable

Serialized Fields

console

Console console

Class tk.exgerm.console.actions.CopyAction extends AbstractAction implements Serializable

Serialized Fields

console

Console console

Class tk.exgerm.console.actions.CutAction extends AbstractAction implements Serializable

Serialized Fields

console

Console console

Class tk.exgerm.console.actions.NewConsoleAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

service

ConsoleService service

Class tk.exgerm.console.actions.PasteAction extends AbstractAction implements Serializable

Serialized Fields

console

Console console

Package tk.exgerm.console.gui

Class tk.exgerm.console.gui.Console extends JScrollPane implements Serializable

Serialized Fields

parser

Parser parser

output

PrintStream output

historyCounter

int historyCounter

doc

StyledDocument doc

rootElem

Element rootElem

context

ICoreContext context

textPane

JTextPane textPane

aliases

Map<K,V> aliases

autoComplete

AutoComplete autoComplete

popup

JPopupMenu popup

warningColor

Color warningColor

errorColor

Color errorColor

criticalErrorColor

Color criticalErrorColor

focusChange

IListener focusChange

configChange

IListener configChange

history

Vector<E> history
Vektor koji sadrži istoriju unetih komandi.


prompt

String prompt
Trenutno aktuelan prompt.

Class tk.exgerm.console.gui.ConsoleConfigWindow extends JPanel implements Serializable

serialVersionUID: 8653069887547726867L

Serialized Fields

coreContext

ICoreContext coreContext

fontChooser

com.l2fprod.common.swing.JFontChooser fontChooser

panel1

JPanel panel1

consoleSimpleText

JLabel consoleSimpleText

chooseFontBtn

JButton chooseFontBtn

panel2

JPanel panel2

label6

JLabel label6

syntaxColorSimple

JTextField syntaxColorSimple

syntaxColorBtn

JButton syntaxColorBtn

label7

JLabel label7

semanticColorSimple

JTextField semanticColorSimple

semanticColorBtn

JButton semanticColorBtn

label8

JLabel label8

commandColorSimple

JTextField commandColorSimple

commandColorBtn

JButton commandColorBtn

Package tk.exgerm.core.actions

Class tk.exgerm.core.actions.ConfigurationAction extends ExGAction implements Serializable

serialVersionUID: 4033382702490494448L

Class tk.exgerm.core.actions.ExitAction extends ExGAction implements Serializable

Class tk.exgerm.core.actions.ShowHideStatusbarAction extends ExGAction implements Serializable


Package tk.exgerm.core.exception

Class tk.exgerm.core.exception.ExGCommandAlreadyExistException extends Exception implements Serializable

serialVersionUID: 303552505473015145L

Class tk.exgerm.core.exception.ExGCommandErrorException extends Exception implements Serializable

serialVersionUID: 3653809294835625761L

Serialized Fields

errorType

ExGCommandErrorException.CommandErrorType errorType

message

String message

Class tk.exgerm.core.exception.ExGEdgeDoesNotExsistException extends Exception implements Serializable

serialVersionUID: -9017102252474828762L

Class tk.exgerm.core.exception.ExGGraphDoesNotExsistException extends Exception implements Serializable

serialVersionUID: 8505751252351995580L

Class tk.exgerm.core.exception.ExGGraphExsistException extends ExGNameConflictException implements Serializable

serialVersionUID: 6225009114648265087L

Class tk.exgerm.core.exception.ExGIteratorAlreadyExsistException extends Exception implements Serializable

serialVersionUID: 5879876247071885608L

Class tk.exgerm.core.exception.ExGIteratorDoesNotExsistException extends Exception implements Serializable

serialVersionUID: 9192544893702359829L

Class tk.exgerm.core.exception.ExGNameConflictException extends Exception implements Serializable

serialVersionUID: 8772409372786689888L

Class tk.exgerm.core.exception.ExGNodeAlreadyExsistException extends ExGNameConflictException implements Serializable

serialVersionUID: -3329495827439227607L

Class tk.exgerm.core.exception.ExGNodeDoesNotExsistException extends Exception implements Serializable

serialVersionUID: -2763771979596775765L

Class tk.exgerm.core.exception.ExGNodeNotConnectedException extends Exception implements Serializable

serialVersionUID: -4402540190704458889L

Class tk.exgerm.core.exception.ExGNotImplementedException extends Exception implements Serializable

serialVersionUID: -184927819200347117L

Class tk.exgerm.core.exception.ExGRuntimeException extends Exception implements Serializable

serialVersionUID: -7730973036444962067L

Class tk.exgerm.core.exception.ExGUnknownCommandException extends Exception implements Serializable

serialVersionUID: 303552505473015145L


Package tk.exgerm.core.gui

Class tk.exgerm.core.gui.ConfigurationManager extends ExGermDialog implements Serializable

serialVersionUID: 8221442124577336297L

Serialized Fields

buttonBar

JPanel buttonBar

carddPanel

JPanel carddPanel

bg

ButtonGroup bg

selectedButton

ExGButton selectedButton

panels

ArrayList<E> panels

comparator

Comparator<T> comparator

Class tk.exgerm.core.gui.ExGButton extends JButton implements Serializable

serialVersionUID: 3927853128326962460L

Serialized Fields

configMan

ConfigurationManager configMan

Class tk.exgerm.core.gui.ExGermDialog extends JDialog implements Serializable

serialVersionUID: -527882707438328195L

Serialized Fields

dialogPane

JPanel dialogPane

contentPanel

JPanel contentPanel

buttonBar

JPanel buttonBar

cancelClicked

boolean cancelClicked

okButton

JButton okButton

cancelOrCloseButton

JButton cancelOrCloseButton

mode

int mode

okAction

Action okAction

cancelOrCloseAction

Action cancelOrCloseAction

Class tk.exgerm.core.gui.MainWindow extends JFrame implements Serializable

serialVersionUID: 7079934648220452008L

Serialized Fields

statusBar

StatusBar statusBar
self-explanatory


label

DefaultStatusbarLabel label
Jedina labela koja uvek postoji. Služi da bi komponente mogle da postave jednostavne poruke u statusbar, a da ne moraju da registruju svoje labele (ili druge komponente) u statusbar.


actionManager

ActionManager actionManager
self-explanatory


actionRegister

ActionRegister actionRegister
self-explanatory


tabManager

TabManager tabManager
self-explanatory

Class tk.exgerm.core.gui.StatusBar extends JPanel implements Serializable

serialVersionUID: -916885483705249840L

Serialized Fields

components

Map<K,V> components
Mapa svih komponenti za prikaz po delu status bara gde se prikazuju.


Package tk.exgerm.core.gui.tabmanager

Class tk.exgerm.core.gui.tabmanager.CloseButton extends JButton implements Serializable

serialVersionUID: 1723665346577102822L

Class tk.exgerm.core.gui.tabmanager.TabComponent extends JPanel implements Serializable

serialVersionUID: 3270472181359783068L

Serialized Fields

tabPanel

TabPanel tabPanel

tabTitle

JLabel tabTitle

tabTitleEdit

TabTitleEdit tabTitleEdit

closeButton

JButton closeButton

popupMenu

JPopupMenu popupMenu

isTabNameChangeable

boolean isTabNameChangeable

Class tk.exgerm.core.gui.tabmanager.TabManager extends JPanel implements Serializable

serialVersionUID: 3506502630855051711L

Serialized Fields

tabs

Map<K,V> tabs
Mapa koja sadrži panele


leftSeparator

JSplitPane leftSeparator
Separatori koji odvajaju tabPanele i omogućavaju promenu veličine njihovog prikaza


bottomSeparator

JSplitPane bottomSeparator

rightSeparator

JSplitPane rightSeparator

Class tk.exgerm.core.gui.tabmanager.TabPanel extends JTabbedPane implements Serializable

serialVersionUID: -5572112340559075311L

Serialized Fields

img

Image img

oldTabIndicatorPosition

Point oldTabIndicatorPosition

tabIndicatorShowed

boolean tabIndicatorShowed

selected

Component selected

sendTabChangedEvent

boolean sendTabChangedEvent

Class tk.exgerm.core.gui.tabmanager.TabPanelTransferHandler extends TransferHandler implements Serializable

serialVersionUID: -5094621262424895296L

Serialized Fields

FLAVOR

DataFlavor FLAVOR
Tip podataka koji prihvata oldTabPanel


dragComponent

Component dragComponent
Komponenta koja se prenosi


oldTabPanel

TabPanel oldTabPanel

Class tk.exgerm.core.gui.tabmanager.TabTitleEdit extends JTextField implements Serializable

serialVersionUID: -4900482772351958897L

Serialized Fields

tabPanel

TabPanel tabPanel

tabComponent

TabComponent tabComponent

Package tk.exgerm.core.plugin

Class tk.exgerm.core.plugin.ExGAction extends AbstractAction implements Serializable

serialVersionUID: -7932665974746597654L


Package tk.exgerm.dabsearch.gui

Class tk.exgerm.dabsearch.gui.DaBSearchChooser extends JDialog implements Serializable

Serialized Fields

graph

IGraph graph

dialogResult

boolean dialogResult

container

Container container

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

cbFrom

JComboBox cbFrom

cbTo

JComboBox cbTo

rbBS

JRadioButton rbBS

rbDS

JRadioButton rbDS

btnGroup

ButtonGroup btnGroup

radioBox

Box radioBox

Package tk.exgerm.dabsearch.util

Class tk.exgerm.dabsearch.util.SearchAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

service

DABSService service

Package tk.exgerm.eventtracker

Class tk.exgerm.eventtracker.EventTracker extends JScrollPane implements Serializable

serialVersionUID: 4129221142231743118L

Serialized Fields

textPane

JTextPane textPane

out

PrintStream out

doc

Document doc

rootElem

Element rootElem

Package tk.exgerm.graphgenerator

Class tk.exgerm.graphgenerator.GraphGenerator extends JDialog implements Serializable

Serialized Fields

context

ICoreContext context

generate

Generate generate

graphs

String[] graphs
Lista imena svih tipova grafova koje generator nudi kao opciju


explanations

String[] explanations
Lista kratkih objašnjenja tipova grafova koje ova kompoenenta nudi


btnOK

JButton btnOK

btnCancel

JButton btnCancel

lblParameterN

JLabel lblParameterN

lblParameterM

JLabel lblParameterM

lblGraphName

JLabel lblGraphName

tfParameterN

JTextField tfParameterN

tfParameterM

JTextField tfParameterM

tfGraphName

JTextField tfGraphName

lblSelect

JLabel lblSelect

lblInsert

JLabel lblInsert

bgGraphs

ButtonGroup bgGraphs

graphsBox

Box graphsBox

explanationsBox

Box explanationsBox

parametersBox

Box parametersBox

mBox

Box mBox

nBox

Box nBox

buttonBox

Box buttonBox

dialogResult

boolean dialogResult

Class tk.exgerm.graphgenerator.GraphGeneratorAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

generator

GraphGenerator generator

Package tk.exgerm.graphtree

Class tk.exgerm.graphtree.exGERMIconRenderer extends DefaultTreeCellRenderer implements Serializable

Class tk.exgerm.graphtree.GraphTree extends JTree implements Serializable

Serialized Fields

root

Workspace root
Korenski čvor GraphTree-ja


coreContext

ICoreContext coreContext

nodePropsAction

NodePropertiesAction nodePropsAction

edgePropsAction

EdgePropertiesAction edgePropsAction

graphPropsAction

GraphPropertiesAction graphPropsAction

nodeRemoveAction

NodeRemoveAction nodeRemoveAction

edgeRemoveAction

EdgeRemoveAction edgeRemoveAction

graphRemoveAction

GraphRemoveAction graphRemoveAction

nodeConnectAction

NodeConnectAction nodeConnectAction

newNodeAction

NewNodeAction newNodeAction

newSubgraphAction

NewSubgraphAction newSubgraphAction

help

HelpAction help

treePopGraph

JPopupMenu treePopGraph

treePopNode

JPopupMenu treePopNode

treePopEdge

JPopupMenu treePopEdge

treePopSubgraph

JPopupMenu treePopSubgraph

listener

MouseListener listener

Class tk.exgerm.graphtree.GraphTreeConfiguration extends JPanel implements Serializable

Serialized Fields

coreContext

ICoreContext coreContext

configPanel

JPanel configPanel

lblTreeWidth

JLabel lblTreeWidth

tfTreeWidth

JTextField tfTreeWidth

Class tk.exgerm.graphtree.GraphTreeScroll extends JScrollPane implements Serializable


Package tk.exgerm.graphtree.actions

Class tk.exgerm.graphtree.actions.EdgePropertiesAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

edge

IEdge edge

Class tk.exgerm.graphtree.actions.EdgeRemoveAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

edge

IEdge edge

Class tk.exgerm.graphtree.actions.GraphPropertiesAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

graph

IGraph graph

Class tk.exgerm.graphtree.actions.GraphRemoveAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

graph

IGraph graph

Class tk.exgerm.graphtree.actions.HelpAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

Class tk.exgerm.graphtree.actions.NewGraphTreeAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

service

GraphTreeService service

Class tk.exgerm.graphtree.actions.NewNodeAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

graph

IGraph graph

Class tk.exgerm.graphtree.actions.NewSubgraphAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

graph

IGraph graph

Class tk.exgerm.graphtree.actions.NodeConnectAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

node

INode node

Class tk.exgerm.graphtree.actions.NodePropertiesAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

node

INode node

Class tk.exgerm.graphtree.actions.NodeRemoveAction extends AbstractAction implements Serializable

Serialized Fields

context

ICoreContext context

node

INode node

Package tk.exgerm.graphtree.model

Class tk.exgerm.graphtree.model.GraphModel extends DefaultTreeModel implements Serializable


Package tk.exgerm.help

Class tk.exgerm.help.exGERMIconRenderer extends DefaultTreeCellRenderer implements Serializable

Class tk.exgerm.help.HelpAction extends ExGAction implements Serializable

Serialized Fields

helpService

HelpService helpService

coreContext

ICoreContext coreContext

Class tk.exgerm.help.HelpView extends JEditorPane implements Serializable

Class tk.exgerm.help.HelpViewSrcoll extends JScrollPane implements Serializable

Serialized Fields

view

HelpView view

Package tk.exgerm.help.gui

Class tk.exgerm.help.gui.HelpWindow extends JFrame implements Serializable

Serialized Fields

context

ICoreContext context

splitPane

JSplitPane splitPane

spTree

JScrollPane spTree

spEditor

JScrollPane spEditor

tree

JTree tree

editorPane

JEditorPane editorPane

position

int position

visitedURLs

ArrayList<E> visitedURLs

btnFwd

JLabel btnFwd

btnBwd

JLabel btnBwd

btnBox

Box btnBox

panel

JPanel panel

listener

MouseListener listener

listenerFwd

MouseListener listenerFwd

listenerBwd

MouseListener listenerBwd

Package tk.exgerm.mp3player

Class tk.exgerm.mp3player.PlayAction extends ExGAction implements Serializable

Serialized Fields

mp3

MP3 mp3

Package tk.exgerm.persistance.actions

Class tk.exgerm.persistance.actions.OpenAction extends PersistanceAction implements Serializable

Serialized Fields

service

PersistanceService service

context

ICoreContext context

Class tk.exgerm.persistance.actions.OpenAsAction extends PersistanceAction implements Serializable

Serialized Fields

service

PersistanceService service

context

ICoreContext context

Class tk.exgerm.persistance.actions.PersistanceAction extends ExGAction implements Serializable

serialVersionUID: -4391389990251978106L

Class tk.exgerm.persistance.actions.SaveAction extends PersistanceAction implements Serializable

Serialized Fields

service

PersistanceService service

context

ICoreContext context

Class tk.exgerm.persistance.actions.SaveAsAction extends PersistanceAction implements Serializable

Serialized Fields

service

PersistanceService service

context

ICoreContext context

Package tk.exgerm.persistance.gui

Class tk.exgerm.persistance.gui.GraphFileChooser extends JFileChooser implements Serializable


Package tk.exgerm.persistance.parser

Class tk.exgerm.persistance.parser.InternalParseException extends Exception implements Serializable

serialVersionUID: 3276117237572912817L


Package tk.exgerm.persistance.parser.GDLParser

Class tk.exgerm.persistance.parser.GDLParser.ParseException extends Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class tk.exgerm.persistance.parser.GDLParser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package tk.exgerm.pluginmanager

Class tk.exgerm.pluginmanager.ExGOSGiUpdateException extends Exception implements Serializable

Serialized Fields

type

ExGOSGiUpdateException.ErrorType type

bundle

org.osgi.framework.Bundle bundle

Package tk.exgerm.pluginmanager.actions

Class tk.exgerm.pluginmanager.actions.Check4UpdatesAction extends ExGAction implements Serializable

Serialized Fields

manager

PluginManager manager

Class tk.exgerm.pluginmanager.actions.PluginManagerAction extends ExGAction implements Serializable

Serialized Fields

manager

PluginManager manager

Package tk.exgerm.pluginmanager.gui

Class tk.exgerm.pluginmanager.gui.PluginFileChooser extends JFileChooser implements Serializable

Class tk.exgerm.pluginmanager.gui.PluginManagerMainWindow extends JDialog implements Serializable

Serialized Fields

table

JTable table

manager

PluginManager manager

tableModel

PluginsTableModel tableModel

cancelFlag

boolean cancelFlag

progressBar

JProgressBar progressBar

mainLabel

JLabel mainLabel

currentPluginLabel

JLabel currentPluginLabel

updatePanel

JPanel updatePanel

fileChooser

PluginFileChooser fileChooser

URLChooserDialog

URLChooser URLChooserDialog

stateImages

HashMap<K,V> stateImages

stateRender

DefaultTableCellRenderer stateRender
See Also:
DefaultTableCellRenderer

Class tk.exgerm.pluginmanager.gui.PluginsTableModel extends DefaultTableModel implements Serializable

Serialized Fields

header

Vector<E> header

manager

PluginManager manager

mw

PluginManagerMainWindow mw

updateState

ArrayList<E> updateState

init

boolean init

Class tk.exgerm.pluginmanager.gui.URLChooser extends JDialog implements Serializable

Serialized Fields

textField

JTextField textField

URL

String URL

Package tk.exgerm.splashscreen

Class tk.exgerm.splashscreen.SplashScreen extends JWindow implements Serializable

Serialized Fields

activated

List<E> activated

tracker

MediaTracker tracker

img

Image img

loadinStatus

String loadinStatus

Package tk.exgerm.ucsearch

Class tk.exgerm.ucsearch.UCSearchAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

service

UCSearchService service

search

UCSearch search

Class tk.exgerm.ucsearch.UCSearchChooser extends JDialog implements Serializable

Serialized Fields

graph

IGraph graph

dialogResult

boolean dialogResult

container

Container container

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

cbFrom

JComboBox cbFrom

cbTo

JComboBox cbTo

tfAttribute

JTextField tfAttribute

Package tk.exgerm.visualiser.actions

Class tk.exgerm.visualiser.actions.AddStateAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.BestFitAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.ClearSearchResultsAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.DirectedEdgeStateAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.EdgeStateAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.EraserStateAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.HelpAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

Class tk.exgerm.visualiser.actions.NewGraphAction extends ExGAction implements Serializable

Serialized Fields

context

ICoreContext context

Class tk.exgerm.visualiser.actions.PointStateAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.actions.PropertiesAction extends ExGAction implements Serializable

Serialized Fields

viewManager

ViewManager viewManager

context

ICoreContext context

Package tk.exgerm.visualiser.config

Class tk.exgerm.visualiser.config.VisualiserConfigWindow extends JPanel implements Serializable

serialVersionUID: 1956945301455398443L

Serialized Fields

coreContext

ICoreContext coreContext

panel1

JPanel panel1

label1

JLabel label1

radioButton1

JRadioButton radioButton1

radioButton2

JRadioButton radioButton2

radioButton3

JRadioButton radioButton3

panel2

JPanel panel2

label2

JLabel label2

spinner1

JSpinner spinner1

label3

JLabel label3

spinner2

JSpinner spinner2

label4

JLabel label4

slider1

JSlider slider1

Package tk.exgerm.visualiser.navigator

Class tk.exgerm.visualiser.navigator.NavigatorMenu extends JMenu implements Serializable

serialVersionUID: -3915442249872074345L

Serialized Fields

showAutomatic

JRadioButtonMenuItem showAutomatic

showAlways

JRadioButtonMenuItem showAlways

showNever

JRadioButtonMenuItem showNever

bg

ButtonGroup bg

Class tk.exgerm.visualiser.navigator.ShowAlwaysAction extends AbstractAction implements Serializable

serialVersionUID: -179697486621192300L

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.navigator.ShowAutomaticAction extends AbstractAction implements Serializable

serialVersionUID: 4707123454147663273L

Serialized Fields

viewManager

ViewManager viewManager

Class tk.exgerm.visualiser.navigator.ShowNeverAction extends AbstractAction implements Serializable

serialVersionUID: 7653395365882319150L

Serialized Fields

viewManager

ViewManager viewManager

Package tk.exgerm.visualiser.view

Class tk.exgerm.visualiser.view.VisualiserView extends JPanel implements Serializable

Serialized Fields

level

int level

finalRoot

String finalRoot

mouseOverNode

VisNode mouseOverNode

drawSearchResults

boolean drawSearchResults

translationFactor

double translationFactor

transformation

AffineTransform transformation

stateManager

StateManager stateManager

model

VisualiserModel model

lasso

LassoPainter lasso

linker

LinkerPainter linker

navigator

Navigator navigator

visual

boolean visual

visualization

Timer visualization

relocate

Point2D relocate

fastZoomAndScale

boolean fastZoomAndScale

newScale

double newScale

animation

Timer animation

Package tk.exgerm.visualiser.windows

Class tk.exgerm.visualiser.windows.EdgeAttributesWindow extends JDialog implements Serializable

Serialized Fields

context

ICoreContext context

container

Container container

edge

IEdge edge

ID

int ID

directed

boolean directed

dialogResult

boolean dialogResult

attValues

ArrayList<E> attValues

attNames

ArrayList<E> attNames

attTypes

ArrayList<E> attTypes

attributes

Map<K,V> attributes

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

btnNewProperty

JButton btnNewProperty

btnDelProperty

JButton btnDelProperty

btnCopyAtt

JButton btnCopyAtt

btnPasteAtt

JButton btnPasteAtt

tfID

JTextField tfID

tfFrom

JTextField tfFrom

tfTo

JTextField tfTo

cbDirected

JCheckBox cbDirected

collumnNames

String[] collumnNames

model

exGERMTableModel model

tbAttributes

JTable tbAttributes

tableScroll

JScrollPane tableScroll

commands

ArrayList<E> commands

Class tk.exgerm.visualiser.windows.exGERMTableModel extends DefaultTableModel implements Serializable

Class tk.exgerm.visualiser.windows.GraphAttributesWindow extends NodeAttributeWindow implements Serializable

Class tk.exgerm.visualiser.windows.NewAttributeWindow extends JDialog implements Serializable

Serialized Fields

existingProps

ArrayList<E> existingProps

dialogResult

boolean dialogResult

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

tb1

JRadioButton tb1

tb2

JRadioButton tb2

tb3

JRadioButton tb3

tb4

JRadioButton tb4

taName

JTextField taName

btnGroup

ButtonGroup btnGroup

Class tk.exgerm.visualiser.windows.NewGraphWindow extends JDialog implements Serializable

Serialized Fields

dialogResult

boolean dialogResult

container

Container container

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

tfName

JTextField tfName

context

ICoreContext context

Class tk.exgerm.visualiser.windows.NewNodeWindow extends NewGraphWindow implements Serializable

Serialized Fields

graph

IGraph graph

index

int index

Class tk.exgerm.visualiser.windows.NodeAttributeWindow extends JDialog implements Serializable

Serialized Fields

context

ICoreContext context

container

Container container

node

INode node

name

String name

dialogResult

boolean dialogResult

attValues

ArrayList<E> attValues

attNames

ArrayList<E> attNames

attTypes

ArrayList<E> attTypes

attributes

Map<K,V> attributes

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

btnNewProperty

JButton btnNewProperty

btnDelProperty

JButton btnDelProperty

btnCopyAtt

JButton btnCopyAtt

btnPasteAtt

JButton btnPasteAtt

tfName

JTextField tfName

tfGraph

JTextField tfGraph

collumnNames

String[] collumnNames

model

exGERMTableModel model

tbAttributes

JTable tbAttributes

tableScroll

JScrollPane tableScroll

commands

ArrayList<E> commands

lblGraph

JLabel lblGraph

Class tk.exgerm.visualiser.windows.NodeConnectWindow extends JDialog implements Serializable

Serialized Fields

context

ICoreContext context

container

Container container

node

INode node

dialogResult

boolean dialogResult

btnOK

JButton btnOK

btnCancel

JButton btnCancel

okBox

Box okBox

cbNodes

JComboBox cbNodes

chbDirected

JCheckBox chbDirected