From 2292a727a93a8e7b15f5a0b8e44896ce55d58de6 Mon Sep 17 00:00:00 2001 From: ralph isenmann Date: Tue, 15 Feb 2022 17:13:36 +0100 Subject: [CLIENT] remove trailing whitespace --- .../openslx/dozmod/gui/window/ImageListWindow.java | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'dozentenmodul/src') diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java index f3ad5701..0428b892 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java @@ -253,14 +253,14 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa } /******************************************************************************** - * + * * General GUI and table helpers - * + * ********************************************************************************/ /** * Helper to check if the given image has a latest version - * + * * @param image the image to check for a latest version * @return true if the image has a latest version, false otherwise */ @@ -278,7 +278,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Updates the buttons/popup menu items according to the user's permissions * and the selection in the table - * + * * @param item the image to check the user's permissions for */ private void updateAvailableOptions(ImageSummaryRead item) { @@ -293,7 +293,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa popupItemDownload.setEnabled(download); popupItemNewLecture.setEnabled(link); popupItemDelete.setEnabled(delete); - btnEditDetails.setEnabled(selCount == 1); + btnEditDetails.setEnabled(selCount == 1); btnShowPublishedImages.setEnabled(true); } @@ -302,14 +302,14 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa } /******************************************************************************** - * + * * Helpers triggering the actual actions - * + * ********************************************************************************/ /** * Starts a lecture wizard for the given image if it has a valid version - * + * * @param image image to link the new lecture to */ private void startLectureWizard(ImageSummaryRead image) { @@ -328,7 +328,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Opens the given image details as a popup window - * + * * @param image the image to show the details of */ private void openImageDetails(ImageSummaryRead image) { @@ -344,7 +344,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Triggers a download of the given image's latest version - * + * * @param image the image to download */ private void performImageDownload(ImageSummaryRead image) { @@ -357,7 +357,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Callback when download initialized - * + * * @param success true if downloading, false otherwise */ @Override @@ -375,7 +375,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Deletes the latest version of the given image if it has one - * + * * @param image image to delete */ //TODO seems like it's no longer needed. @@ -386,7 +386,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Delete a list of images and display the images, which couldn't be * deleted. - * + * * @param imageList the images to be deleted. */ private void deleteImages(List imageList) { @@ -420,7 +420,7 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa /** * Callback when download initialised - * + * * @param success true if downloading, false otherwise */ @Override @@ -429,9 +429,9 @@ public class ImageListWindow extends ImageListWindowLayout implements DownloadCa } /******************************************************************************** - * + * * CompositePage abstract methods implementation - * + * ********************************************************************************/ @Override public boolean requestHide() { -- cgit v1.2.3-55-g7522