Class SOCWrappedColumnsGUI
- java.lang.Object
-
- io.github.oliviercailloux.j_voting.profiles.gui.ProfileDefaultGUI
-
- io.github.oliviercailloux.j_voting.profiles.gui.ColumnsDefaultGUI
-
- io.github.oliviercailloux.j_voting.profiles.gui.SOCWrappedColumnsGUI
-
public class SOCWrappedColumnsGUI extends ColumnsDefaultGUI
-
-
Field Summary
-
Fields inherited from class io.github.oliviercailloux.j_voting.profiles.gui.ColumnsDefaultGUI
cellBeingDragged, destinationX, destinationY, saveButton, sourceX, sourceY
-
Fields inherited from class io.github.oliviercailloux.j_voting.profiles.gui.ProfileDefaultGUI
columnsButton, display, mainShell, newpref, profileBuilder, rowsButton, table, tableViewer, voterToModify, wrapButton
-
-
Constructor Summary
Constructors Constructor Description SOCWrappedColumnsGUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkRadioButton()
Checks the right radio button.void
createColumns()
static void
main(String[] args)
void
populateRows()
Fills the table of the profile with the alternatives : by default, each column contains the preference of a voter-
Methods inherited from class io.github.oliviercailloux.j_voting.profiles.gui.ColumnsDefaultGUI
displayProfileWindow, handleDragAndDrop, save, tableDisplay
-
Methods inherited from class io.github.oliviercailloux.j_voting.profiles.gui.ProfileDefaultGUI
displayRadioButtons, editStrictPreference, emptyTable, modif
-
-
-
-
Method Detail
-
createColumns
public void createColumns()
- Overrides:
createColumns
in classProfileDefaultGUI
-
checkRadioButton
public void checkRadioButton()
Description copied from class:ProfileDefaultGUI
Checks the right radio button.- Overrides:
checkRadioButton
in classProfileDefaultGUI
-
populateRows
public void populateRows()
Description copied from class:ProfileDefaultGUI
Fills the table of the profile with the alternatives : by default, each column contains the preference of a voter- Overrides:
populateRows
in classProfileDefaultGUI
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-