- AbstractAcceptAction<DROPPED extends cz.cuni.amis.pogamut.sposh.elements.PoshElement,TARGET extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> - Class in cz.cuni.pogamut.posh.widget.accept
-
Ancestor for accept providers of widgets.
- AbstractAcceptAction(DataFlavor, TARGET, PoshWidget) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
Create an abstract action in the widget widget that will do something to
data node dataNode when transferable of same data flavor as dataFlavor
is dropped onto widget.
- AbstractAcceptAction(DataFlavor, TARGET) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
same as other constructor, but we don't require widget.
- AbstractMenuAction<T extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> - Class in cz.cuni.pogamut.posh.widget.kidview
-
Ancestor of (most) Shed menu actions.
- AbstractMenuAction(String, T, PoshWidget) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction
-
- AbstractMenuAction(String, T) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction
-
- accept(Widget, Point, Transferable) - Method in class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
- AcceptAP2Plan - Class in cz.cuni.pogamut.posh.widget.accept
-
Add AP to Posh plan.
- AcceptAP2Plan(PoshPlan) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptAP2Plan
-
- AcceptAP2TA - Class in cz.cuni.pogamut.posh.widget.accept
-
When action pattern is dropped to triggered action, add action pattern
to the POSH plan (if it isn't already there) and change name of triggered action
to name of action pattern and expand it.
- AcceptAP2TA(TriggeredAction) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptAP2TA
-
- AcceptCE2CE - Class in cz.cuni.pogamut.posh.widget.accept
-
AcceptProvider for CompetencePriorityElement.
- AcceptCE2CE(CompetenceElement) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptCE2CE
-
- AcceptComp2Plan - Class in cz.cuni.pogamut.posh.widget.accept
-
Add competence to the plan.
- AcceptComp2Plan(PoshPlan) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptComp2Plan
-
- AcceptComp2TA - Class in cz.cuni.pogamut.posh.widget.accept
-
When competence is dropped to the triggered action, add competence to
the posh plan if it isn't already there and change name of triggered action
(that means triggered action will expand to the competence).
- AcceptComp2TA(TriggeredAction) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptComp2TA
-
- AcceptDrive2DC - Class in cz.cuni.pogamut.posh.widget.accept
-
What to do when drive is dropped on drive collection node.
- AcceptDrive2DC(DriveCollection) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptDrive2DC
-
- AcceptDrive2Drive - Class in cz.cuni.pogamut.posh.widget.accept
-
AcceptProvider when DriveElement is dropped on the SimpleDriveElementWidget.
- AcceptDrive2Drive(DriveElement) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptDrive2Drive
-
- AcceptGoal2DC - Class in cz.cuni.pogamut.posh.widget.accept
-
When goal is dropped on the DC, replace the current goal.
- AcceptGoal2DC(DriveCollection) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptGoal2DC
-
- AcceptSense2CE - Class in cz.cuni.pogamut.posh.widget.accept
-
Class for accepting dropped Sense to the SimpleCompetenceElementWidget.
- AcceptSense2CE(CompetenceElement) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptSense2CE
-
- AcceptSense2Goal - Class in cz.cuni.pogamut.posh.widget.accept
-
What to do when sense is dropped onto the goal: add sense to end of
list of goal senses.
- AcceptSense2Goal(Goal) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Goal
-
- AcceptSense2Sense - Class in cz.cuni.pogamut.posh.widget.accept
-
When sense is dropped on the sense, add it to the list on the place
where passed poshsense was and move the rest of list down.
- AcceptSense2Sense(Sense) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Sense
-
- AcceptSense2Triggers - Class in cz.cuni.pogamut.posh.widget.accept
-
When sense is dropped to the triggers widget, add it as last Sense
to the associted Triggers element.
- AcceptSense2Triggers(Triggers) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Triggers
-
- AcceptTA2TA - Class in cz.cuni.pogamut.posh.widget.accept
-
Accept provider that says what to do when triggered action is dropped on triggered action.
- AcceptTA2TA(TriggeredAction) - Constructor for class cz.cuni.pogamut.posh.widget.accept.AcceptTA2TA
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddAP2Plan
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddCE2Comp
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddComp2Plan
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddDPE2DC
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddSense2CE
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddSense2Goal
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddSense2Trigger
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.AddTA2AP
-
- actionPerformed(ActionEvent) - Method in class cz.cuni.pogamut.posh.widget.menuactions.DeleteNodeAction
-
- AddAP2Plan - Class in cz.cuni.pogamut.posh.widget.menuactions
-
- AddAP2Plan(PoshPlan) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddAP2Plan
-
- AddCE2Comp - Class in cz.cuni.pogamut.posh.widget.menuactions
-
Create a CompetencePriorityElement and add it as a child of Competence.
- AddCE2Comp(Competence) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddCE2Comp
-
- addChangeListener(ChangeListener) - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParser
-
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
This is called when node is added as child
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
Create proper widget from child data node.
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
Create proper widget from child data node.
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
Create proper widget from child data node.
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
Create proper widget from child data node.
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
Create proper widget from child data node.
- addChildWidget(PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- AddComp2Plan - Class in cz.cuni.pogamut.posh.widget.menuactions
-
Menu action for adding a new competence into a plan.
- AddComp2Plan(PoshPlan) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddComp2Plan
-
- AddDPE2DC - Class in cz.cuni.pogamut.posh.widget.menuactions
-
Add DE to DC.
- AddDPE2DC(DriveCollection) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddDPE2DC
-
- addGhostWidget(Widget) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Add widget to ghost layer, used for DnD
- addListener(CrawlerListener<T>) - Method in class cz.cuni.pogamut.posh.explorer.Crawler
-
Add listener for crawler.
- addPoshWidget(PoshWidget, boolean) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Add widget and its connection widget to the scene.
- AddSense2CE - Class in cz.cuni.pogamut.posh.widget.menuactions
-
- AddSense2CE(CompetenceElement) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddSense2CE
-
- AddSense2Goal - Class in cz.cuni.pogamut.posh.widget.menuactions
-
- AddSense2Goal(Goal) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddSense2Goal
-
- AddSense2Trigger - Class in cz.cuni.pogamut.posh.widget.menuactions
-
- AddSense2Trigger(Triggers) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddSense2Trigger
-
- AddTA2AP - Class in cz.cuni.pogamut.posh.widget.menuactions
-
Create new TA from dialog and add it to AP.
- AddTA2AP(ActionPattern) - Constructor for class cz.cuni.pogamut.posh.widget.menuactions.AddTA2AP
-
- addTriggeredActionWidgets(TriggeredAction) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Add correct widget that is going to represent triggered action
(competence, action pattern or action) to the place of the tree.
- addTriggeredActionWidgets(int, TriggeredAction) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Add correct widget that is going to represent triggered action
(competence, action pattern or action) to the place of the tree.
- attachEdgeSourceAnchor(Object, Object, Object) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Not implemented, not usefull.
- attachEdgeTargetAnchor(Object, Object, Object) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Not implemented, not usefull.
- attachEdgeWidget(Object) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Called by the addEdge method before the edge is registered to acquire
a widget that is going to represent the edge in the scene.
- attachNodeWidget(Object) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Called by the addNode method before the node is registered to acquire
a widget that is going to represent the node in the scene.
- cache - Variable in class cz.cuni.pogamut.posh.explorer.Crawler
-
Set of all values found by this crawler.
- cacheUm - Variable in class cz.cuni.pogamut.posh.explorer.Crawler
-
Unmodifiable wrapper of cache.
- calculateClientArea() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
- cancel() - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParser
-
- canCloseElement() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- canCloseElement() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- changeTriggeredActionWidgets(TriggeredAction) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Take this widget, remove it and on the original place where this widget
was place proper representaion of trigggered action (by
addTriggeredActionWidgets)
- classFQN - Variable in class cz.cuni.pogamut.posh.explorer.PrimitiveData
-
Fully qualified name of the primitive class
- clearPoshWidgets() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Clear the scene, remove all widgets from the PoshScene.
- ComboBoxProperty<T> - Class in cz.cuni.pogamut.posh.properties
-
Create combo box property editor.
- ComboBoxProperty(T[], Class, Object, String, String) - Constructor for class cz.cuni.pogamut.posh.properties.ComboBoxProperty
-
- compareTo(PrimitiveData) - Method in class cz.cuni.pogamut.posh.explorer.PrimitiveData
-
Compare this data to another.
- componentActivated() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentActivated() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- componentClosed() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentClosed() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- componentDeactivated() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentDeactivated() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- componentHidden() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentHidden() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- componentOpened() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentOpened() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- componentShowing() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- componentShowing() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- consolidate() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Order all widgets to form a tree, root widget is in left top corner.
- crawl() - Method in class cz.cuni.pogamut.posh.explorer.Crawler
-
Start crawling for the primitives.
- crawledData(Crawler<T>, Collection<T>) - Method in interface cz.cuni.pogamut.posh.explorer.CrawlerListener
-
Crawler has found new data, and they are now passed to the listeners.
- Crawler<T> - Class in cz.cuni.pogamut.posh.explorer
-
One time use class for crawling the primitives and providing them to the explorer.
- Crawler() - Constructor for class cz.cuni.pogamut.posh.explorer.Crawler
-
- CrawlerExplorerFactory - Class in cz.cuni.pogamut.posh.explorer
-
Factory for creating the crawler explorers.
- CrawlerExplorerFactory() - Constructor for class cz.cuni.pogamut.posh.explorer.CrawlerExplorerFactory
-
- CrawlerListener<T> - Interface in cz.cuni.pogamut.posh.explorer
-
Listener for
Crawler and its subclasses.
- create(Snapshot) - Method in class cz.cuni.pogamut.posh.nbparser.SyntaxErrorsHighlightingTaskFactory
-
- createActionsExplorer(Project, CrawlerListener<PrimitiveData>...) - Static method in class cz.cuni.pogamut.posh.explorer.CrawlerExplorerFactory
-
- createAPExplorer(PoshPlan) - Static method in class cz.cuni.pogamut.posh.explorer.CrawlerExplorerFactory
-
- createCloneableTopComponent() - Method in class cz.cuni.pogamut.posh.PoshEditorSupport
-
- createCompetenceExplorer(PoshPlan) - Static method in class cz.cuni.pogamut.posh.explorer.CrawlerExplorerFactory
-
- createElement() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- createElement() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- createLexer(LexerRestartInfo<PoshTokenId>) - Method in class cz.cuni.pogamut.posh.nblexer.PoshLanguageHiearchy
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Create actions for context menu.
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- createMenuActions() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- createNodeDelegate() - Method in class cz.cuni.pogamut.posh.PoshDataObject
-
- createParser(Collection<Snapshot>) - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParserFactory
-
- createPropertiesNode() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- createPropertiesNode() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- createPropertiesNode() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
- createSensesExplorer(Project, CrawlerListener<PrimitiveData>...) - Static method in class cz.cuni.pogamut.posh.explorer.CrawlerExplorerFactory
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Create Node.Sheet for poroperties of this widget.
- createSheet() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget.PropertyNode
-
- createTokenIds() - Method in class cz.cuni.pogamut.posh.nblexer.PoshLanguageHiearchy
-
- cz.cuni.pogamut.posh - package cz.cuni.pogamut.posh
-
- cz.cuni.pogamut.posh.explorer - package cz.cuni.pogamut.posh.explorer
-
This package contains classes and methods used for searching for actions and primitives in order to be included into the plan.
- cz.cuni.pogamut.posh.nblexer - package cz.cuni.pogamut.posh.nblexer
-
- cz.cuni.pogamut.posh.nbparser - package cz.cuni.pogamut.posh.nbparser
-
- cz.cuni.pogamut.posh.properties - package cz.cuni.pogamut.posh.properties
-
This is package for storing stuff for classes of properties (Node.Property)
of various properties used by sposh.
- cz.cuni.pogamut.posh.view - package cz.cuni.pogamut.posh.view
-
Elements of multiview, simple view and source view.
- cz.cuni.pogamut.posh.widget - package cz.cuni.pogamut.posh.widget
-
Basic/ancestor classes that are used in whole editor.
- cz.cuni.pogamut.posh.widget.accept - package cz.cuni.pogamut.posh.widget.accept
-
- cz.cuni.pogamut.posh.widget.kidview - package cz.cuni.pogamut.posh.widget.kidview
-
Widgets that are used in KidView (or SimpleView).
- cz.cuni.pogamut.posh.widget.menuactions - package cz.cuni.pogamut.posh.widget.menuactions
-
This package contains various actions that can be used in context menu of widgets.
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- getAcceptProviders() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Return list of acceptors that will do something when proper
Transferable is dropped on the widget.
- getActions() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- getActionsFQNMapping() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
- getAssociatedWidget(List<PoshWidget<? extends PoshElement>>, PoshElement) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Get widget from the list that has dataNodeas associated node.
- getBeginColumn() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getBeginLine() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getChildNodes() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get children of this node.
- getClassName() - Method in class cz.cuni.pogamut.posh.explorer.PrimitiveData
-
Get simple class name (not FQN)
- getColor() - Method in enum cz.cuni.pogamut.posh.widget.PoshNodeType
-
Get color that is associated with this type of element
- getColumn() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
Deprecated.
- getCommentText() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Return text of comment, actual type of PoshElement this
widget represents.
- getConnection() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Set ConnectionWidget that connects this PoshWidget to its parent.
- getCookie(Class<T>) - Method in class cz.cuni.pogamut.posh.PoshDataObject
-
- getData() - Method in class cz.cuni.pogamut.posh.widget.accept.DataNodeExTransferable
-
- getDataFlavor() - Method in class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
Get data flavor this accept provider accepts.
- getDataNode() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get associated PoshElement
- getDescription() - Method in class cz.cuni.pogamut.posh.explorer.Crawler
-
Get description of the primitive.
- getDescription() - Method in class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction
-
- getDisplayName() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- getDisplayName() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- getEndColumn() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getEndLine() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getHeadlineText() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- getHeadlineText() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- getHeadlineText() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get actual text of headline.
- getHelpCtx() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- getHelpCtx() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- getIcon() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- getIcon() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- getIdentifierFromDialog(String) - Static method in class cz.cuni.pogamut.posh.explorer.PGSupport
-
Create a dialog asking for input of identifier and return identifier or null
- getIdentifierFromDialog(String) - Method in class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction
-
- GetImage() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getIndexInList(List, Object) - Method in class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
Get index of object in the list.
- getIndexOfElement(List, Object) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
Get indexof element in the list that has same reference as the passed object.
- getLanguage() - Static method in class cz.cuni.pogamut.posh.nblexer.PoshTokenId
-
- getLine() - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
Deprecated.
- getLookup() - Method in class cz.cuni.pogamut.posh.PoshDataObject
-
- getLookup() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- getLookup() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- getName() - Method in class cz.cuni.pogamut.posh.explorer.Crawler
-
Get name of primitive this provider is crawling
- getParent() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get parent widget
- getPersistenceType() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- getPersistenceType() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- getPopupMenu(Widget, Point) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
- getPopupMenu(Widget, Point) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Return menu associated with the widget (will be used as context menu).
- getPoshScene() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Return PoshScene the widget is in.
- getPoshWidgets() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Return list of PoshWidgets that are in the main layer.
- getPropertiesNode() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Return Node that contains properties associated with the widget.
- getPropertyEditor() - Method in class cz.cuni.pogamut.posh.properties.ParameterProperty
-
- getResult(Task) - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParser
-
- getRootWidget() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
- getRootWidget() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get root widget of the tree this widget belongs to.
- getSensesFQNMapping() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
- GetSuffix(int) - Method in class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- getSyntaxErrors() - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParser.ParserResult
-
- getText(Widget) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget.APInplaceEditor
-
- getText(Widget) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget.ActionInplaceEditor
-
- getText(Widget) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget.CompInplaceEditor
-
- getText() - Method in class cz.cuni.pogamut.posh.widget.TrimmedLabelWidget
-
- getToolbarRepresentation() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- getToolbarRepresentation() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleSenseWidget
-
- getType() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Get type of widget, in this case type of PoshElement
- getUndoRedo() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- getValue() - Method in class cz.cuni.pogamut.posh.properties.ParameterProperty
-
- getVisualRepresentation() - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- getVisualRepresentation() - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- paintWidget() - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
- ParameterProperty - Class in cz.cuni.pogamut.posh.properties
-
Property node representing the parameter of
AP,C, and A&S.
- ParameterProperty(FormalParameters.Parameter, Sheet.Set) - Constructor for class cz.cuni.pogamut.posh.properties.ParameterProperty
-
- parse(Snapshot, Task, SourceModificationEvent) - Method in class cz.cuni.pogamut.posh.nbparser.NbPoshParser
-
- performAction(DROPPED) - Method in class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
-
When deriving from this widget, implement what should actually be done
in this function.
- performAction(ActionPattern) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptAP2Plan
-
- performAction(ActionPattern) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptAP2TA
-
- performAction(CompetenceElement) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptCE2CE
-
- performAction(Competence) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptComp2Plan
-
- performAction(Competence) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptComp2TA
-
- performAction(DriveElement) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptDrive2DC
-
- performAction(DriveElement) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptDrive2Drive
-
- performAction(Goal) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptGoal2DC
-
- performAction(Sense) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptSense2CE
-
- performAction(Sense) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Goal
-
- performAction(Sense) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Sense
-
- performAction(Sense) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptSense2Triggers
-
- performAction(TriggeredAction) - Method in class cz.cuni.pogamut.posh.widget.accept.AcceptTA2TA
-
- PGSupport - Class in cz.cuni.pogamut.posh.explorer
-
Static class that provides some supporting functions (like dialogs) used in this module.
- PGSupport() - Constructor for class cz.cuni.pogamut.posh.explorer.PGSupport
-
- PoshCharStream - Class in cz.cuni.pogamut.posh.nblexer
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
- PoshCharStream(LexerInput) - Constructor for class cz.cuni.pogamut.posh.nblexer.PoshCharStream
-
- PoshDataObject - Class in cz.cuni.pogamut.posh
-
- PoshDataObject(FileObject, MultiFileLoader) - Constructor for class cz.cuni.pogamut.posh.PoshDataObject
-
- PoshEditorSupport - Class in cz.cuni.pogamut.posh
-
Support for associating an editor and a Swing Document to a data object.
- PoshEditorSupport(PoshDataObject) - Constructor for class cz.cuni.pogamut.posh.PoshEditorSupport
-
- PoshLanguageHiearchy - Class in cz.cuni.pogamut.posh.nblexer
-
LanguageHierarchy contains list of token types for our language(posh), and creates
a new instances of our Lexer.
- PoshLanguageHiearchy() - Constructor for class cz.cuni.pogamut.posh.nblexer.PoshLanguageHiearchy
-
- PoshLexar - Class in cz.cuni.pogamut.posh.nblexer
-
Token lexar that reads input and returns tokens for it.
- PoshNodeType - Enum in cz.cuni.pogamut.posh.widget
-
Enum for types of elements in the POSH tree.
- PoshScene - Class in cz.cuni.pogamut.posh.widget
-
Scene where all PoshWidgets are placed into.
- PoshScene() - Constructor for class cz.cuni.pogamut.posh.widget.PoshScene
-
Create a new PoshScene, add default Pan and Zoom actions to the scene
- PoshTextEditor - Class in cz.cuni.pogamut.posh.view
-
Text editor for posh.
- PoshTextEditor(PoshEditorSupport) - Constructor for class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- PoshTextView - Class in cz.cuni.pogamut.posh.view
-
- PoshTextView(PoshEditorSupport) - Constructor for class cz.cuni.pogamut.posh.view.PoshTextView
-
- PoshTokenId - Class in cz.cuni.pogamut.posh.nblexer
-
Class representing token, contains
name - unique name of the token in the parser
id - unique integer id of the token
primaryCategory - category of the token
- PoshTokenId(String, String, int) - Constructor for class cz.cuni.pogamut.posh.nblexer.PoshTokenId
-
- PoshWidget<T extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> - Class in cz.cuni.pogamut.posh.widget
-
This widget is for displaying two lines of text with two differents fonts
surrounded with border.
- PoshWidget(PoshScene, T, PoshWidget<? extends PoshElement>, String) - Constructor for class cz.cuni.pogamut.posh.widget.PoshWidget
-
Create a widget representing PoshElement.
- PoshWidget.PropertyNode - Class in cz.cuni.pogamut.posh.widget
-
Small class that is used to show properties of element in the properties window.
- PoshWidget.PropertyNode(PoshElement, PoshWidget) - Constructor for class cz.cuni.pogamut.posh.widget.PoshWidget.PropertyNode
-
- preferredID() - Method in class cz.cuni.pogamut.posh.view.KidViewElemDesc
-
- preferredID() - Method in class cz.cuni.pogamut.posh.view.PoshTextView
-
- primaryCategory() - Method in class cz.cuni.pogamut.posh.nblexer.PoshTokenId
-
- PrimitiveData - Class in cz.cuni.pogamut.posh.explorer
-
Exchange container used for passing info between crawler and explorer.
- PrimitiveData(String, String, String, String[]) - Constructor for class cz.cuni.pogamut.posh.explorer.PrimitiveData
-
Create new instance of PrimitiveData
- propertyChange(PropertyChangeEvent) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Listener for changes of node properties (e.g.
- propertyNode - Variable in class cz.cuni.pogamut.posh.widget.PoshWidget
-
- select(Widget, Point, boolean) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
What should I do if I am selected(=left clicked)?
In this case, change Properties widow to properties of associated DataNode
- setCollapsed(boolean) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Collapse or uncollapse the tree
- setCommentText(String) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
- setDescription(String) - Method in class cz.cuni.pogamut.posh.widget.kidview.AbstractMenuAction
-
- setHeadlineText(String) - Method in class cz.cuni.pogamut.posh.widget.PoshWidget
-
Set text that should appear in headline.
- setLabel(String) - Method in class cz.cuni.pogamut.posh.widget.TrimmedLabelWidget
-
- setModified() - Method in class cz.cuni.pogamut.posh.PoshEditorSupport
-
- setMultiViewCallback(MultiViewElementCallback) - Method in class cz.cuni.pogamut.posh.view.KidViewElement
-
- setMultiViewCallback(MultiViewElementCallback) - Method in class cz.cuni.pogamut.posh.view.PoshTextEditor
-
- setParsingError() - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
In case of parsing error, hide all widgets in the scene.
- setRootWidget(PoshWidget<? extends PoshElement>) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Set root widget of the scene.
- setSourceUpdater(KidViewElement.SourceUpdater) - Method in class cz.cuni.pogamut.posh.widget.PoshScene
-
Source updater will take the lap plan in its current tree form and serializes it into the document form
This is set every time I switch from text to graph view
XXX: My eyes are bleeding.
- setText(Widget, String) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget.APInplaceEditor
-
- setText(Widget, String) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget.ActionInplaceEditor
-
- setText(Widget, String) - Method in class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget.CompInplaceEditor
-
- setValue(FormalParameters.Parameter) - Method in class cz.cuni.pogamut.posh.properties.ParameterProperty
-
- SimpleBasicWidget<T extends cz.cuni.amis.pogamut.sposh.elements.PoshElement> - Class in cz.cuni.pogamut.posh.widget.kidview
-
Basic widget for KidView.
- SimpleBasicWidget(PoshScene, T, PoshWidget<? extends PoshElement>, String) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleBasicWidget
-
- SimpleCompetenceElementWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Widget representing Competence Element and its only possible child CompetenceElement
(so this widget represents two data nodes) in KidView.
- SimpleCompetenceElementWidget(PoshScene, CompetenceElement, PoshWidget<? extends PoshElement>) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleCompetenceElementWidget
-
- SimpleDriveCollectionWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Widget representing DriveCollection in KidView.
- SimpleDriveCollectionWidget(PoshScene, DriveCollection, PoshWidget<? extends PoshElement>) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleDriveCollectionWidget
-
- SimpleRoleActionPatternWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Widget that is showing as AP, but it is a triggered action.
- SimpleRoleActionPatternWidget(PoshScene, TriggeredAction, PoshWidget<? extends PoshElement>, ActionPattern) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget
-
- SimpleRoleActionPatternWidget.APInplaceEditor - Class in cz.cuni.pogamut.posh.widget.kidview
-
Create inplace editor that changes name of action patten and the action
- SimpleRoleActionPatternWidget.APInplaceEditor(TriggeredAction, ActionPattern) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionPatternWidget.APInplaceEditor
-
- SimpleRoleActionWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Representation of triggered action as a single action.
- SimpleRoleActionWidget(PoshScene, TriggeredAction, PoshWidget<? extends PoshElement>) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget
-
- SimpleRoleActionWidget.ActionInplaceEditor - Class in cz.cuni.pogamut.posh.widget.kidview
-
- SimpleRoleActionWidget.ActionInplaceEditor(TriggeredAction) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleActionWidget.ActionInplaceEditor
-
- SimpleRoleCompetenceWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Widget that is showing as competence, but its associated data node is a triggered action.
- SimpleRoleCompetenceWidget(PoshScene, TriggeredAction, PoshWidget<? extends PoshElement>, Competence) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget
-
- SimpleRoleCompetenceWidget.CompInplaceEditor - Class in cz.cuni.pogamut.posh.widget.kidview
-
Create inplace editor that changes name of competence and the action
- SimpleRoleCompetenceWidget.CompInplaceEditor(TriggeredAction, Competence) - Constructor for class cz.cuni.pogamut.posh.widget.kidview.SimpleRoleCompetenceWidget.CompInplaceEditor
-
- SimpleSenseWidget - Class in cz.cuni.pogamut.posh.widget.kidview
-
Representation of Sense in KidView.
- started(Crawler<T>) - Method in interface cz.cuni.pogamut.posh.explorer.CrawlerListener
-
Crawling has started, the crawler is working.
- state() - Method in class cz.cuni.pogamut.posh.nblexer.PoshLexar
-
- SyntaxErrorsHighlightingTaskFactory - Class in cz.cuni.pogamut.posh.nbparser
-
- SyntaxErrorsHighlightingTaskFactory() - Constructor for class cz.cuni.pogamut.posh.nbparser.SyntaxErrorsHighlightingTaskFactory
-