Class ColumnsDefaultGUI

    • Field Detail

      • sourceX

        protected int sourceX
      • sourceY

        protected int sourceY
      • cellBeingDragged

        protected org.eclipse.jface.viewers.ViewerCell cellBeingDragged
      • saveButton

        protected static org.eclipse.swt.widgets.Button saveButton
      • destinationX

        protected int destinationX
      • destinationY

        protected int destinationY
    • Constructor Detail

      • ColumnsDefaultGUI

        public ColumnsDefaultGUI()
    • Method Detail

      • handleDragAndDrop

        public void handleDragAndDrop()
        Implements dragging and dropping a cell at a time within the same column.
        When moving it up, the cell it is dropped on and those below will go down one cell.
        When moving it down, the cell it is dropped on and those above will go up one cell.
      • save

        public void save​(String outputFile)
        Saves the changes to the file containing the profile.
        Overrides:
        save in class ProfileDefaultGUI
        Parameters:
        outputFile - not null