rero.dialogs
Class ImageDialog

java.lang.Object
  extended byrero.dck.DContainer
      extended byrero.dck.DMain
          extended byrero.dialogs.ImageDialog
All Implemented Interfaces:
ActionListener, DParent, EventListener

public class ImageDialog
extends DMain
implements DParent, ActionListener


Nested Class Summary
protected  class ImageDialog.BackgroundSetup
           
protected  class ImageDialog.EditColor
           
protected  class ImageDialog.EditTint
           
protected  class ImageDialog.TransformImage
           
 
Field Summary
protected  String current
           
protected  NormalInput label
           
protected  ImagePreview preview
           
protected  TabbedInput tabs
           
 
Fields inherited from class rero.dck.DContainer
capabilities, constraints, dialog, itemList
 
Constructor Summary
ImageDialog()
           
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 String getDescription()
           
 String getTitle()
           
 String getVariable(String variable)
           
 void notifyParent(String variable)
           
 void setupDialog()
           
protected  void setupLabel()
           
 
Methods inherited from class rero.dck.DMain
setupLayout
 
Methods inherited from class rero.dck.DContainer
addBlankSpace, addCharsetInput, addCheckboxInput, addCheckboxInput, addColorInput, addComponent, addDialogGroup, addDirectoryInput, addFileInput, addFloatInput, addFontInput, addLabel, addLabelNormal, addListInput, addNetworkSelector, addOptionInput, addOther, addSelectInput, addStringInput, addStringInput, addTabbedInput, addTextInput, getCapabilities, getDialog, installCapabilities, refresh, save, setEnabled, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

protected String current

tabs

protected TabbedInput tabs

preview

protected ImagePreview preview

label

protected NormalInput label
Constructor Detail

ImageDialog

public ImageDialog()
Method Detail

setupLabel

protected void setupLabel()

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener

getTitle

public String getTitle()
Specified by:
getTitle in class DContainer

notifyParent

public void notifyParent(String variable)
Specified by:
notifyParent in interface DParent

getVariable

public String getVariable(String variable)
Specified by:
getVariable in interface DParent

getDescription

public String getDescription()
Specified by:
getDescription in class DMain

setupDialog

public void setupDialog()
Specified by:
setupDialog in class DContainer