yu.ac.bg.etf.javaqx.qswing.events
Interface EditListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
TextComponentClearAction, TextComponentCopyAction, TextComponentCutAction, TextComponentDeleteAction, TextComponentPasteAction, TextComponentSelectAllAction

public interface EditListener
extends java.util.EventListener

Edit Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void clearAvailable(boolean available)
          Notifies listener that an clear operation is available.
 void copyAvailable(boolean available)
          Notifies listener that an copy operation is available.
 void cutAvailable(boolean available)
          Notifies listener that an cut operation is available.
 void pasteAvailable(boolean available)
          Notifies listener that an paste operation is available.
 void selectAllAvailable(boolean available)
          Notifies listener that an select all operation is available.
 

Method Detail

cutAvailable

public void cutAvailable(boolean available)
Notifies listener that an cut operation is available.

Parameters:
available - true if available

copyAvailable

public void copyAvailable(boolean available)
Notifies listener that an copy operation is available.

Parameters:
available - true if available

pasteAvailable

public void pasteAvailable(boolean available)
Notifies listener that an paste operation is available.

Parameters:
available - true if available

clearAvailable

public void clearAvailable(boolean available)
Notifies listener that an clear operation is available.

Parameters:
available - true if available

selectAllAvailable

public void selectAllAvailable(boolean available)
Notifies listener that an select all operation is available.

Parameters:
available - true if available


Copyright © 2007 ETF and contributors. All Rights Reserved.