JListModel
- public class NGramResultView<JListModel>
extends de.ims.icarus.plugins.core.View
Modifier and Type | Class and Description |
---|---|
class |
NGramResultView.CallbackHandler |
protected class |
NGramResultView.Handler |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JPanel |
contentPanel |
protected java.util.List<de.ims.icarus.language.SentenceData> |
corpus |
protected NGramResultView.Handler |
handler |
protected javax.swing.JPanel |
headerPanel |
protected java.util.Collection<javax.swing.JComponent> |
localizedComponents |
protected NGramDataList |
ngList |
protected NGramDataListDependency |
ngListDependency |
protected javax.swing.JList<java.lang.Object> |
ngramList |
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewListModel |
ngramListModel |
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewListCellRenderer |
ngramListRenderer |
protected java.util.Map<java.lang.String,java.util.ArrayList<ItemInNuclei>> |
nGramResult |
protected java.util.Map<java.lang.String,java.util.ArrayList<DependencyItemInNuclei>> |
nGramResultDependency |
protected javax.swing.JTable |
ngramTable |
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewTableModel |
ngramTableModel |
protected javax.swing.JButton |
sortAsc |
protected javax.swing.JButton |
sortDesc |
Constructor and Description |
---|
NGramResultView()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected NGramResultView.CallbackHandler |
createCallbackHandler() |
protected NGramResultView.Handler |
createHandler() |
protected java.lang.Object |
getNucleis(ItemInNuclei iin) |
protected de.ims.icarus.util.mpi.ResultMessage |
handleRequest(de.ims.icarus.util.mpi.Message message) |
void |
init(javax.swing.JComponent container) |
protected boolean |
isNuclei(java.lang.String key)
Check if key is a valid uniGram or if its an added Nuclei in Step x or if its
none of that.
|
protected void |
refreshActions() |
protected void |
registerActionCallbacks() |
protected java.lang.Object |
sentenceOccurences(ItemInNuclei iin) |
addBroadcastListener, addListener, buildToolBar, close, defaultLoadActions, fireBroadcastEvent, focusView, getContainer, getDefaultActionManager, getExtension, getFrame, getIdentity, getInfoPanel, getPerspective, isClosable, refreshInfoPanel, reloadViewTab, removeBroadcastListener, removeBroadcastListener, removeListener, removeListener, reset, selectViewTab, sendRequest, sendRequest, showError, toggleContainer, toString
protected javax.swing.JPanel contentPanel
protected java.util.Collection<javax.swing.JComponent> localizedComponents
protected NGramResultView.Handler handler
protected javax.swing.JList<java.lang.Object> ngramList
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewListModel ngramListModel
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewListCellRenderer ngramListRenderer
protected javax.swing.JTable ngramTable
protected de.ims.icarus.plugins.errormining.NGramResultView.NGramResultViewTableModel ngramTableModel
protected java.util.Map<java.lang.String,java.util.ArrayList<DependencyItemInNuclei>> nGramResultDependency
protected NGramDataListDependency ngListDependency
protected java.util.Map<java.lang.String,java.util.ArrayList<ItemInNuclei>> nGramResult
protected NGramDataList ngList
protected java.util.List<de.ims.icarus.language.SentenceData> corpus
protected javax.swing.JPanel headerPanel
protected javax.swing.JButton sortAsc
protected javax.swing.JButton sortDesc
public void init(javax.swing.JComponent container)
init
in class de.ims.icarus.plugins.core.View
View.init(javax.swing.JComponent)
protected void refreshActions()
protected void registerActionCallbacks()
protected NGramResultView.Handler createHandler()
protected NGramResultView.CallbackHandler createCallbackHandler()
protected de.ims.icarus.util.mpi.ResultMessage handleRequest(de.ims.icarus.util.mpi.Message message) throws java.lang.Exception
handleRequest
in class de.ims.icarus.plugins.core.View
java.lang.Exception
protected java.lang.Object getNucleis(ItemInNuclei iin)
iin
- protected boolean isNuclei(java.lang.String key)
inputNGram
- lb
- rb
- protected java.lang.Object sentenceOccurences(ItemInNuclei iin)
iin
-