$darkmode
DENOPTIM
denoptim.gui.IVertexAPSelection Interface Reference

Interface for all vertex viewers that intend to allow selection of attachment points. More...

Inheritance diagram for denoptim.gui.IVertexAPSelection:
[legend]

Public Member Functions

ArrayList< Integer > getSelectedAPIDs ()
 
Map< Integer, AttachmentPointgetMapOfAPsInTable ()
 
DefaultTableModel getAPTableModel ()
 

Public Attributes

final String APDATACHANGEEVENT = "APDATA"
 

Detailed Description

Interface for all vertex viewers that intend to allow selection of attachment points.

Definition at line 32 of file IVertexAPSelection.java.

Member Function Documentation

◆ getAPTableModel()

DefaultTableModel denoptim.gui.IVertexAPSelection.getAPTableModel ( )

Implemented in denoptim.gui.FragmentViewPanel, denoptim.gui.VertexAsGraphViewPanel, and denoptim.gui.VertexAsTwoDimStructureViewPanel.

Referenced by denoptim.gui.VertexViewPanel.getAPTableModel().

Here is the caller graph for this function:

◆ getMapOfAPsInTable()

Map< Integer, AttachmentPoint > denoptim.gui.IVertexAPSelection.getMapOfAPsInTable ( )

Implemented in denoptim.gui.FragmentViewPanel, denoptim.gui.VertexAsGraphViewPanel, and denoptim.gui.VertexAsTwoDimStructureViewPanel.

Referenced by denoptim.gui.VertexViewPanel.getActiveMapAPs().

Here is the caller graph for this function:

◆ getSelectedAPIDs()

ArrayList< Integer > denoptim.gui.IVertexAPSelection.getSelectedAPIDs ( )

Implemented in denoptim.gui.FragmentViewPanel, denoptim.gui.VertexAsGraphViewPanel, and denoptim.gui.VertexAsTwoDimStructureViewPanel.

Referenced by denoptim.gui.VertexViewPanel.getSelectedAPIDs().

Here is the caller graph for this function:

Member Data Documentation

◆ APDATACHANGEEVENT


The documentation for this interface was generated from the following file: