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

Class cz.cuni.pogamut.posh.explorer.Explorers extends Object implements Serializable


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



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