Class VTRelatedMatchesTableProvider

java.lang.Object
docking.ComponentProvider
ghidra.framework.plugintool.ComponentProviderAdapter
ghidra.feature.vt.gui.provider.relatedMatches.VTRelatedMatchesTableProvider
All Implemented Interfaces:
docking.action.ActionContextProvider, help.HelpDescriptor

public class VTRelatedMatchesTableProvider extends ghidra.framework.plugintool.ComponentProviderAdapter
  • Field Summary

    Fields inherited from class ghidra.framework.plugintool.ComponentProviderAdapter

    tool

    Fields inherited from class docking.ComponentProvider

    DEFAULT_WINDOW_GROUP, dockingTool
  • Constructor Summary

    Constructors
    Constructor
    Description
    VTRelatedMatchesTableProvider(ghidra.framework.plugintool.PluginTool tool, VTController controller)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    docking.ActionContext
     
     
    void
     
    void
     

    Methods inherited from class ghidra.framework.plugintool.ComponentProviderAdapter

    getTool

    Methods inherited from class docking.ComponentProvider

    addLocalAction, addToTool, addToToolbar, adjustFontSize, canBeParent, closeComponent, componentActivated, componentDeactived, componentHidden, contextChanged, createContext, createContext, createContext, getBaseIcon, getContextType, getDefaultWindowPosition, getHelpInfo, getHelpLocation, getHelpObject, getIcon, getInstanceID, getIntraGroupPosition, getLocalActions, getMappedName, getMappedOwner, getName, getOwner, getSubTitle, getTabText, getTitle, getWindowGroup, getWindowSubMenuName, initializeInstanceID, isActive, isFocusedProvider, isInTool, isSnapshot, isTransient, isVisible, registerAdjustableFontId, registerProviderNameOwnerChange, removeAllLocalActions, removeFromTool, removeLocalAction, requestFocus, resetFontSize, setCustomSubTitle, setCustomTabText, setCustomTitle, setDefaultFocusComponent, setDefaultWindowPosition, setHelpLocation, setIcon, setIntraGroupPosition, setKeyBinding, setSubTitle, setTabText, setTitle, setTransient, setVisible, setWindowGroup, setWindowMenuGroup, toFront, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • VTRelatedMatchesTableProvider

      public VTRelatedMatchesTableProvider(ghidra.framework.plugintool.PluginTool tool, VTController controller)
  • Method Details

    • getActionContext

      public docking.ActionContext getActionContext(MouseEvent event)
      Specified by:
      getActionContext in interface docking.action.ActionContextProvider
      Overrides:
      getActionContext in class docking.ComponentProvider
    • refresh

      public void refresh()
    • getComponent

      public JComponent getComponent()
      Specified by:
      getComponent in class docking.ComponentProvider
    • dispose

      public void dispose()
    • addRelatedMatchSelectionListener

      public void addRelatedMatchSelectionListener(VTRelatedMatchSelectionListener listener)
    • componentShown

      public void componentShown()
      Overrides:
      componentShown in class docking.ComponentProvider
    • reload

      public void reload()