Serialized Form


Package cz.cuni.pogamut.posh

Class cz.cuni.pogamut.posh.PoshDataObject extends org.openide.loaders.MultiDataObject implements Serializable

Serialized Fields

ic

org.openide.util.lookup.InstanceContent ic

lookup

org.openide.util.lookup.AbstractLookup lookup

support

PoshEditorSupport support

saveCookie

org.openide.cookies.SaveCookie saveCookie

Package cz.cuni.pogamut.posh.explorer

Class cz.cuni.pogamut.posh.explorer.Explorer extends JPanel implements Serializable

Serialized Fields

searchTextListener

DocumentListener searchTextListener

selectionListener

ListSelectionListener selectionListener

transferHandler

TransferHandler transferHandler

newItemTransferable

Transferable newItemTransferable
Transfer handler that is used when user drags "new item" from list elewhere.


cache

Set<E> cache

refreshCrawler

Crawler<T> refreshCrawler

selectedIndex

int selectedIndex

listModel

DefaultListModel listModel

toStringComparator

Comparator<T> toStringComparator
Comparator for two items, so the result is always shown in same order


listRenderer

DefaultListCellRenderer listRenderer
Renderer of cells in Explorer.resultList. Labels are determined getRendererLabel


btnDelete

JButton btnDelete
Listener for changes on {Explorer#flgCaseSensitive}. When changed, schedule new search.


btnRefresh

JButton btnRefresh

decriptionPanel

JPanel decriptionPanel

infoPanel

JSplitPane infoPanel

jScrollPane2

JScrollPane jScrollPane2

lblDescription

JLabel lblDescription

lblSearchTypeDescription

JLabel lblSearchTypeDescription

lblStatesFound

JLabel lblStatesFound

resultContainer

JScrollPane resultContainer

resultList

JList resultList

txtDescription

JTextPane txtDescription

txtPrefix

JTextField txtPrefix

Package cz.cuni.pogamut.posh.view

Class cz.cuni.pogamut.posh.view.PoshTextEditor extends org.openide.text.CloneableEditor implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package cz.cuni.pogamut.posh.widget.kidview

Class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction extends AbstractAction implements Serializable

Serialized Fields

dataNode

PoshElement<T extends PoshElement,PARENT extends PoshElement> dataNode

widget

ShedWidget widget

Package cz.cuni.pogamut.shed.view

Class cz.cuni.pogamut.shed.view.LapTreeMVElement extends JSplitPane implements Serializable

Serialized Fields

toolbar

JToolBar toolbar
Toolbar of this MVE.


callback

org.netbeans.core.spi.multiview.MultiViewElementCallback callback
MV callback.


dObj

PoshDataObject dObj
Data object that will be edited in this element.


lapTree

PoshPlan lapTree
Tree form of lap plan.


scene

ShedScene scene
Sceen that will be showing the lap tree as widget tree.


saveListener

cz.cuni.pogamut.shed.view.TreeModificationListener saveListener
Global listener that registers all elements of the tree and if anything changes, it marks data object as modified.


sceneScrollPane

JScrollPane sceneScrollPane
Scroll pane that contains the view of the scene, the left side of this element.


explorer

JTabbedPane explorer
Tabbed panel with explorers for APs, Cs, actions and senses(CrawlerExplorerFactory). The right side of the element.


actionNameMapListener

CrawlerListener<T> actionNameMapListener
Listener on crawled IActions in the classpath of the project. When it gets crawled data from the explorer, it sends it to the ShedPresenter, which redistributes it to interested parties.


sensesNameMapListener

CrawlerListener<T> sensesNameMapListener
Listener on crawled ISenses in the classpath of the project. When it gets crawled data from the explorer, it sends it to the ShedPresenter, which redistributes it to interested parties.


competencesExplorer

Explorer<T> competencesExplorer

actionPatternsExplorer

Explorer<T> actionPatternsExplorer



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.