artofillusion
Class ExternalObjectEditingWindow

java.lang.Object
  extended by BDialog
      extended by artofillusion.ExternalObjectEditingWindow

public class ExternalObjectEditingWindow
extends BDialog

This is a window for editing ExternalObjects.


Constructor Summary
ExternalObjectEditingWindow(EditingWindow parent, ExternalObject obj, ObjectInfo info, java.lang.Runnable onClose)
          Display a window for editing an ExternalObject.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalObjectEditingWindow

public ExternalObjectEditingWindow(EditingWindow parent,
                                   ExternalObject obj,
                                   ObjectInfo info,
                                   java.lang.Runnable onClose)
Display a window for editing an ExternalObject.

Parameters:
parent - the parent window
obj - the object to edit
info - the ObjectInfo for the ExternalObject
onClose - a callback to invoke when the user clicks OK (may be null)


Copyright © 1999-2011 by Peter Eastman.