diff options
| author | Michael Wilson | 2014-09-04 10:09:55 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-09-04 10:09:55 +0200 |
| commit | e57ff11badf2cbf1341388f03281f25333516b69 (patch) | |
| tree | da5d8b26d99fafa8a2e71530791f82d49b5d7255 /Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-e57ff11badf2cbf1341388f03281f25333516b69.tar.gz tutor-module-e57ff11badf2cbf1341388f03281f25333516b69.tar.xz tutor-module-e57ff11badf2cbf1341388f03281f25333516b69.zip | |
-Spalte "Veranstaltung" wurd bei allen Image-Suchen entfernt
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java index 29fc58bf..5fe33b0d 100644 --- a/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java +++ b/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java @@ -143,9 +143,18 @@ public class EditLectureLink_GUI extends JFrame { e.printStackTrace(); } + // auszublendende Angaben + // 1=Lizenzpflichtig + // 3=Veranstaltung + // 6=ID + // 7=Version + // 8=Template tablemyImages.getColumnModel().getColumn(1).setWidth(0); tablemyImages.getColumnModel().getColumn(1).setMinWidth(0); tablemyImages.getColumnModel().getColumn(1).setMaxWidth(0); + tablemyImages.getColumnModel().getColumn(3).setWidth(0); + tablemyImages.getColumnModel().getColumn(3).setMinWidth(0); + tablemyImages.getColumnModel().getColumn(3).setMaxWidth(0); tablemyImages.getColumnModel().getColumn(8).setWidth(0); tablemyImages.getColumnModel().getColumn(8).setMinWidth(0); tablemyImages.getColumnModel().getColumn(8).setMaxWidth(0); @@ -155,9 +164,13 @@ public class EditLectureLink_GUI extends JFrame { tablemyImages.getColumnModel().getColumn(7).setWidth(0); tablemyImages.getColumnModel().getColumn(7).setMinWidth(0); tablemyImages.getColumnModel().getColumn(7).setMaxWidth(0); + tablePublicVorlagen.getColumnModel().getColumn(1).setWidth(0); tablePublicVorlagen.getColumnModel().getColumn(1).setMinWidth(0); tablePublicVorlagen.getColumnModel().getColumn(1).setMaxWidth(0); + tablePublicVorlagen.getColumnModel().getColumn(3).setWidth(0); + tablePublicVorlagen.getColumnModel().getColumn(3).setMinWidth(0); + tablePublicVorlagen.getColumnModel().getColumn(3).setMaxWidth(0); tablePublicVorlagen.getColumnModel().getColumn(8).setWidth(0); tablePublicVorlagen.getColumnModel().getColumn(8).setMinWidth(0); tablePublicVorlagen.getColumnModel().getColumn(8).setMaxWidth(0); @@ -167,9 +180,13 @@ public class EditLectureLink_GUI extends JFrame { tablePublicVorlagen.getColumnModel().getColumn(7).setWidth(0); tablePublicVorlagen.getColumnModel().getColumn(7).setMinWidth(0); tablePublicVorlagen.getColumnModel().getColumn(7).setMaxWidth(0); + tableAllImages.getColumnModel().getColumn(1).setWidth(0); tableAllImages.getColumnModel().getColumn(1).setMinWidth(0); tableAllImages.getColumnModel().getColumn(1).setMaxWidth(0); + tableAllImages.getColumnModel().getColumn(3).setWidth(0); + tableAllImages.getColumnModel().getColumn(3).setMinWidth(0); + tableAllImages.getColumnModel().getColumn(3).setMaxWidth(0); tableAllImages.getColumnModel().getColumn(8).setWidth(0); tableAllImages.getColumnModel().getColumn(8).setMinWidth(0); tableAllImages.getColumnModel().getColumn(8).setMaxWidth(0); |
