edu.isi.powerloom.gui.components
Interface PLClipboardOwnerParent

All Known Implementing Classes:
PLFrame

public interface PLClipboardOwnerParent

Specifies responsibilities of "mini-managers" of PLClipboardOwners, which are typically components such as lists, textfields, etc. contained in frames or dialogs. The DataTransferManager uses this to get/put clipboard info from/to selected subcomponents. Also, the class PLClipboardOwnerSupport collaborates with implementations of this interface.

Author:
Eric Melz
See Also:
PLClipboardOwnerParent, PLClipboardOwnerSupport, DataTransferManager

Method Summary
 PLClipboardOwner getLastFocusedPLClipboardOwner()
           
 PLModule getModule()
           
 void setLastFocusedPLClipboardOwner(PLClipboardOwner subComponent)
           
 

Method Detail

setLastFocusedPLClipboardOwner

public void setLastFocusedPLClipboardOwner(PLClipboardOwner subComponent)

getLastFocusedPLClipboardOwner

public PLClipboardOwner getLastFocusedPLClipboardOwner()

getModule

public PLModule getModule()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.