Package org.pdfclown.util

Examples of org.pdfclown.util.NotImplementedException


  @Override
  public boolean equals(
    Object object
    )
  {throw new NotImplementedException();}
View Full Code Here


  {throw new NotImplementedException();}

  @Override
  public int hashCode(
    )
  {throw new NotImplementedException();}
View Full Code Here

  {throw new NotImplementedException();}

  @Override
  public boolean isEmpty(
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean remove(
    Object bookmark
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public Annotation clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean removeAll(
    Collection<?> bookmarks
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean retainAll(
    Collection<?> bookmarks
    )
  {throw new NotImplementedException();}
View Full Code Here

  }

  @Override
  public Bookmark[] toArray(
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public <T> T[] toArray(
    T[] values
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public Form clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

TOP

Related Classes of org.pdfclown.util.NotImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.