com.webcodepro.applecommander.ui.swt.util.contentadapter
Class NoActionContentTypeAdapter

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.util.contentadapter.NoActionContentTypeAdapter
All Implemented Interfaces:
ContentTypeAdapter

public class NoActionContentTypeAdapter
extends java.lang.Object
implements ContentTypeAdapter

A content adapter that implements all methods but performs no actions.

Author:
Rob Greene

Constructor Summary
NoActionContentTypeAdapter()
           
 
Method Summary
 void copy()
           
 void print()
           
 void selectAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoActionContentTypeAdapter

public NoActionContentTypeAdapter()
Method Detail

copy

public void copy()
Specified by:
copy in interface ContentTypeAdapter

print

public void print()
Specified by:
print in interface ContentTypeAdapter

selectAll

public void selectAll()
Specified by:
selectAll in interface ContentTypeAdapter