Uses of Interface
no.uio.edd.utils.dataeditor.EddButtonInterface

Packages that use EddButtonInterface
no.uio.edd.model.geo   
no.uio.edd.utils.dataeditor   
 

Uses of EddButtonInterface in no.uio.edd.model.geo
 

Classes in no.uio.edd.model.geo that implement EddButtonInterface
 class GeoModelAddedNodesDashboard
           
 class GeoModelCorefDashboard
           
 class GeoModelNetworkVisualiseDashboard
           
 class GeoModelPropertiesDashboard
           
 class NodeListView
          A class representing the left part of the screen, with text and buttons.
 

Uses of EddButtonInterface in no.uio.edd.utils.dataeditor
 

Constructors in no.uio.edd.utils.dataeditor with parameters of type EddButtonInterface
EddButton(EddButtonInterface callbackInterface, EddButtonSet inOwnerSet, java.lang.String iconUrl, java.lang.String toolTipText, java.lang.String name)
          Creates a new button.
EddButtonSet(EddButtonInterface callbackInterface, int inPosX, int inPosY, java.lang.String[] iconUrls, java.lang.String[] tooltipTexts, boolean[] enabled)
          Creates a new set of buttons as a JPanel child class.
EddButtonSet(EddButtonInterface callbackInterface, int inPosX, int inPosY, java.lang.String[] iconUrls, java.lang.String[] tooltipTexts, java.lang.String[] names, boolean[] enabled)
          Creates a new set of buttons as a JPanel child class.