org.gerhardb.lib.playlist
Class FilePage

java.lang.Object
  extended byorg.gerhardb.lib.playlist.Page
      extended byorg.gerhardb.lib.playlist.FilePage
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
DTNPage

public class FilePage
extends Page


Field Summary
 
Fields inherited from class org.gerhardb.lib.playlist.Page
myMinTime, myPicFile, mySoundFiles, myTitle
 
Constructor Summary
FilePage(java.io.File picFile)
           
 
Method Summary
 java.lang.String description()
           
 boolean equals(java.lang.Object obj)
           
 void renamePicture(java.lang.String newName)
           
 java.lang.String statusBarText()
           
 java.lang.String toString()
           
 
Methods inherited from class org.gerhardb.lib.playlist.Page
compareTo, getMinTime, getPicture, getSounds, getTitle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilePage

public FilePage(java.io.File picFile)
Method Detail

renamePicture

public void renamePicture(java.lang.String newName)
                   throws java.io.IOException
Specified by:
renamePicture in class Page
Throws:
java.io.IOException

statusBarText

public java.lang.String statusBarText()
Overrides:
statusBarText in class Page

description

public java.lang.String description()
Overrides:
description in class Page

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()
Overrides:
toString in class Page


Copyright © 2002 Gerhard Beck. All rights reserved. Subject to GPL.