Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.paradoxpoint.libitina.monument
Class ItemPanel.TransformableImageItemEditor  view ItemPanel.TransformableImageItemEditor download ItemPanel.TransformableImageItemEditor.java

java.lang.Object
  extended bycom.paradoxpoint.libitina.monument.AbstractItemEditor
      extended bycom.paradoxpoint.libitina.monument.ItemPanel.TransformableImageItemEditor
All Implemented Interfaces:
ItemEditor
Enclosing class:
ItemPanel

private static class ItemPanel.TransformableImageItemEditor
extends AbstractItemEditor


Field Summary
 
Fields inherited from class com.paradoxpoint.libitina.monument.AbstractItemEditor
changeEvent, listenerList
 
Constructor Summary
private ItemPanel.TransformableImageItemEditor()
           
 
Method Summary
 java.awt.Component getItemEditorComponent(ItemPanel panel, Item item)
           
 
Methods inherited from class com.paradoxpoint.libitina.monument.AbstractItemEditor
addItemEditorListener, fireEditingStopped, getItemEditorListeners, isItemEditable, removeItemEditorListener, shouldSelectItem, stopItemEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemPanel.TransformableImageItemEditor

private ItemPanel.TransformableImageItemEditor()
Method Detail

getItemEditorComponent

public java.awt.Component getItemEditorComponent(ItemPanel panel,
                                                 Item item)
Specified by:
getItemEditorComponent in interface ItemEditor
Specified by:
getItemEditorComponent in class AbstractItemEditor