|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.AbstractPlugin
org.openbp.jaspira.gui.plugin.AbstractVisiblePlugin
org.openbp.cockpit.plugins.finder.FinderResultPlugin
public class FinderResultPlugin
This plugin show the results of the finder in the modeler. If the modeler is not open, it will be opened.
| Nested Class Summary | |
|---|---|
class |
FinderResultPlugin.Event
Event module for the auditor result plugin. |
class |
FinderResultPlugin.Interaction
Interaction module. |
| Nested classes/interfaces inherited from class org.openbp.jaspira.gui.plugin.AbstractVisiblePlugin |
|---|
AbstractVisiblePlugin.StandardVisiblePluginEvents |
| Nested classes/interfaces inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
AbstractPlugin.StandardPluginEvents |
| Field Summary | |
|---|---|
protected JaspiraAction |
clearListAction
Action to clear the list. |
protected GenericModel |
model
The model for the treetable. |
protected java.util.List |
referenceList
The list with the found references. |
protected ModelObject |
referenceObject
The model object that was used for searching. |
protected JaspiraAction |
refreshAction
Action to refresh the list. |
protected javax.swing.JPanel |
topPanel
Top panel. |
protected javax.swing.JTree |
tree
The treetable itself. |
| Fields inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
PROPERTY_CONDITION, PROPERTY_DESCRIPTION, PROPERTY_ICON, PROPERTY_NAME, PROPERTY_SEQUENCE, PROPERTY_TITLE, PROPERTY_VENDOR, PROPERTY_VERSION |
| Fields inherited from interface org.openbp.jaspira.gui.plugin.VisiblePlugin |
|---|
GER, GEU, SIZE_VARIABLE_BOTH, SIZE_VARIABLE_HEIGHT, SIZE_VARIABLE_NONE, SIZE_VARIABLE_WIDTH, TOOLBAR_DYNAMIC, TOOLBAR_EVENTS, TOOLBAR_NONE |
| Fields inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
ID_DELIMETER, LEVEL_APPLICATION, LEVEL_FRAME, LEVEL_PAGE, LEVEL_PLUGIN |
| Constructor Summary | |
|---|---|
FinderResultPlugin()
Constructor to load the icon for the results. |
|
| Method Summary | |
|---|---|
java.lang.String |
getResourceCollectionContainerName()
Gets the name of the resource component the default resource of the plugin belongs to. |
int |
getToolbarType()
Gets the type of the plugin toolbar. |
protected void |
initializeComponents()
This template method is called after internal Components (i\.e\. title bar etc\.) |
protected void |
showPopup(java.awt.Point pos)
Shows the popup menu for the given item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
addPlugin, addToPeerGroup, canClose, containsStackedEvent, fireEvent, fireEvent, fireEvent, getAction, getChildPlugins, getClassName, getCondition, getDescendantPlugins, getDescription, getEventActionNames, getIcon, getLevel, getName, getParentPlugin, getPeerGroup, getPeerGroupNames, getPeerGroups, getPluginResourceCollection, getPluginState, getSubTitle, getTitle, getUniqueId, getVendor, getVersion, handleEvent, inheritEvent, initializePlugin, installFirstPlugin, matchesPeerGroup, matchesPeerGroups, receiveEvent, removeFromPeerGroup, removePlugin, requestClose, setParentPlugin, setPluginState, uninstallLastPlugin |
| Field Detail |
|---|
protected javax.swing.JTree tree
protected GenericModel model
protected ModelObject referenceObject
protected java.util.List referenceList
protected javax.swing.JPanel topPanel
protected JaspiraAction clearListAction
protected JaspiraAction refreshAction
| Constructor Detail |
|---|
public FinderResultPlugin()
| Method Detail |
|---|
public java.lang.String getResourceCollectionContainerName()
AbstractPlugin
getResourceCollectionContainerName in class AbstractPluginprotected void initializeComponents()
AbstractVisiblePlugin
initializeComponents in class AbstractVisiblePluginprotected void showPopup(java.awt.Point pos)
pos - Position of the upper left corner of the popuppublic int getToolbarType()
AbstractVisiblePlugin
getToolbarType in interface VisiblePlugingetToolbarType in class AbstractVisiblePluginVisiblePlugin.TOOLBAR_NONE/VisiblePlugin.TOOLBAR_EVENTS/VisiblePlugin.TOOLBAR_DYNAMIC
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||