org.scohen.juploadr.app
Class ImageAttributesUI

java.lang.Object
  extended byorg.scohen.juploadr.app.ImageAttributesUI
Direct Known Subclasses:
MultiImageAttributesUI

public class ImageAttributesUI
extends java.lang.Object

Author:
steve TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  Button checkFamily
           
protected  Button checkFriends
           
protected  Button radioPrivate
           
protected  Button radioPublic
           
protected  Composite rotateButtons
           
protected  Button rotateLeft
           
protected  Button rotateRight
           
protected  Composite thumbnailComposite
           
protected  Text txtDescription
           
protected  Text txtTags
           
protected  Text txtTitle
           
protected  Shell window
           
 
Constructor Summary
ImageAttributesUI(ImageAttributes attrs)
           
 
Method Summary
protected  void addThumbnails(Composite thumbnailComposite)
           
protected  void gatherData()
           
protected  void initDefaultValues()
           
protected  void initUI(Display display)
           
 boolean isCancelled()
           
static void main(java.lang.String[] args)
           
 void paintControl(PaintEvent event)
           
protected  void rotateClicked(SelectionEvent event)
           
 void setCancelled(boolean cancelled)
           
 void show(Display parent)
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

protected Shell window

txtTags

protected Text txtTags

txtTitle

protected Text txtTitle

txtDescription

protected Text txtDescription

radioPrivate

protected Button radioPrivate

radioPublic

protected Button radioPublic

checkFriends

protected Button checkFriends

checkFamily

protected Button checkFamily

rotateLeft

protected Button rotateLeft

rotateRight

protected Button rotateRight

rotateButtons

protected Composite rotateButtons

thumbnailComposite

protected Composite thumbnailComposite
Constructor Detail

ImageAttributesUI

public ImageAttributesUI(ImageAttributes attrs)
Method Detail

show

public void show(Display parent)

initUI

protected void initUI(Display display)

rotateClicked

protected void rotateClicked(SelectionEvent event)

initDefaultValues

protected void initDefaultValues()

addThumbnails

protected void addThumbnails(Composite thumbnailComposite)
Parameters:
thumbnailComposite -

gatherData

protected void gatherData()

isCancelled

public boolean isCancelled()
Returns:
Returns the cancelled.

setCancelled

public void setCancelled(boolean cancelled)
Parameters:
cancelled - The cancelled to set.

paintControl

public void paintControl(PaintEvent event)

main

public static void main(java.lang.String[] args)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

widgetSelected

public void widgetSelected(SelectionEvent event)