vips.gui
Class Images

java.lang.Object
  extended by vips.gui.Images

public class Images
extends java.lang.Object

Diese Klasse verwaltet alle Bilder der Anwendung.
Die Klasse bietet ausschließlich statische Methoden an, von der Klasse können keine Instanzen gebildet werden.


Field Summary
static org.eclipse.swt.graphics.Image abbrechen
           
static org.eclipse.swt.graphics.Image anweisungFehlerhaftIcon
           
static org.eclipse.swt.graphics.Image ausfuehren
           
static org.eclipse.swt.graphics.Image ausschneiden
           
static org.eclipse.swt.graphics.Image balloonInfo
           
static org.eclipse.swt.graphics.Image balloonInfoKlein
           
static org.eclipse.swt.graphics.Image bearbeiten
           
static org.eclipse.swt.graphics.Image debug
           
static org.eclipse.swt.graphics.Image editorAufruf
           
static org.eclipse.swt.graphics.Image editorAuswahl
           
static org.eclipse.swt.graphics.Image editorBreak
           
static org.eclipse.swt.graphics.Image editorContinue
           
static org.eclipse.swt.graphics.Image editorFor
           
static org.eclipse.swt.graphics.Image editorIf
           
static org.eclipse.swt.graphics.Image editorSwitch
           
static org.eclipse.swt.graphics.Image editorUntil
           
static org.eclipse.swt.graphics.Image editorWhile
           
static org.eclipse.swt.graphics.Image editorZuweisung
           
static org.eclipse.swt.graphics.Image einfuegen
           
static org.eclipse.swt.graphics.Image export
           
static org.eclipse.swt.graphics.Image hilfe_inhalt
           
static org.eclipse.swt.graphics.Image konsole
           
static org.eclipse.swt.graphics.Image kopieren
           
static org.eclipse.swt.graphics.Image loeschen
           
static org.eclipse.swt.graphics.Image logo16
           
static org.eclipse.swt.graphics.Image logo32
           
static org.eclipse.swt.graphics.Image neu
           
static org.eclipse.swt.graphics.Image oeffnen
           
static org.eclipse.swt.graphics.Image schliessen
           
static org.eclipse.swt.graphics.Image schrift
           
static org.eclipse.swt.graphics.Image speichern
           
static org.eclipse.swt.graphics.Image speichernUnter
           
static org.eclipse.swt.graphics.Image umbenennen
           
 
Method Summary
static void laden(org.eclipse.swt.widgets.Display display)
          Lädt alle Bilder von Festplatte oder tut nix, wenn bereits geschehen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logo16

public static org.eclipse.swt.graphics.Image logo16

logo32

public static org.eclipse.swt.graphics.Image logo32

editorAuswahl

public static org.eclipse.swt.graphics.Image editorAuswahl

editorAufruf

public static org.eclipse.swt.graphics.Image editorAufruf

editorZuweisung

public static org.eclipse.swt.graphics.Image editorZuweisung

editorIf

public static org.eclipse.swt.graphics.Image editorIf

editorSwitch

public static org.eclipse.swt.graphics.Image editorSwitch

editorFor

public static org.eclipse.swt.graphics.Image editorFor

editorWhile

public static org.eclipse.swt.graphics.Image editorWhile

editorUntil

public static org.eclipse.swt.graphics.Image editorUntil

editorBreak

public static org.eclipse.swt.graphics.Image editorBreak

editorContinue

public static org.eclipse.swt.graphics.Image editorContinue

anweisungFehlerhaftIcon

public static org.eclipse.swt.graphics.Image anweisungFehlerhaftIcon

neu

public static org.eclipse.swt.graphics.Image neu

bearbeiten

public static org.eclipse.swt.graphics.Image bearbeiten

umbenennen

public static org.eclipse.swt.graphics.Image umbenennen

loeschen

public static org.eclipse.swt.graphics.Image loeschen

oeffnen

public static org.eclipse.swt.graphics.Image oeffnen

speichern

public static org.eclipse.swt.graphics.Image speichern

speichernUnter

public static org.eclipse.swt.graphics.Image speichernUnter

export

public static org.eclipse.swt.graphics.Image export

ausschneiden

public static org.eclipse.swt.graphics.Image ausschneiden

kopieren

public static org.eclipse.swt.graphics.Image kopieren

einfuegen

public static org.eclipse.swt.graphics.Image einfuegen

ausfuehren

public static org.eclipse.swt.graphics.Image ausfuehren

abbrechen

public static org.eclipse.swt.graphics.Image abbrechen

debug

public static org.eclipse.swt.graphics.Image debug

schrift

public static org.eclipse.swt.graphics.Image schrift

konsole

public static org.eclipse.swt.graphics.Image konsole

hilfe_inhalt

public static org.eclipse.swt.graphics.Image hilfe_inhalt

schliessen

public static org.eclipse.swt.graphics.Image schliessen

balloonInfo

public static org.eclipse.swt.graphics.Image balloonInfo

balloonInfoKlein

public static org.eclipse.swt.graphics.Image balloonInfoKlein
Method Detail

laden

public static void laden(org.eclipse.swt.widgets.Display display)
Lädt alle Bilder von Festplatte oder tut nix, wenn bereits geschehen.

Throws:
java.lang.IllegalArgumentException - Wenn display null ist