net.jqhome.jwps.views
Class IconViewProperties

java.lang.Object
  |
  +--net.jqhome.jwps.views.FolderViewProperties
        |
        +--net.jqhome.jwps.views.IconViewProperties
All Implemented Interfaces:
ViewPropertiesInterface

public class IconViewProperties
extends FolderViewProperties


Constructor Summary
IconViewProperties(JWPFolder folder)
           
 
Method Summary
 int getViewID()
          Every OS/2 view has an integer associated with it.
 boolean isFlowed()
           
 boolean isHideIcons()
           
 void setFlowed(boolean value)
           
 void setHideIcons(boolean value)
           
 
Methods inherited from class net.jqhome.jwps.views.FolderViewProperties
getFont, getJWP, getJWPFolder, getShadowTextColor, isMiniIcon, setAsDefault, setFont, setIconTextColor, setIconTextVisibility, setJWPFolder, setMiniIcons, setShadowTextColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconViewProperties

public IconViewProperties(JWPFolder folder)
Method Detail

getViewID

public int getViewID()
Description copied from interface: ViewPropertiesInterface
Every OS/2 view has an integer associated with it. This returns that number.

Returns:
the OS/2 view ID.

setFlowed

public void setFlowed(boolean value)
               throws JWPException
JWPException

isFlowed

public boolean isFlowed()
                 throws JWPException
JWPException

setHideIcons

public void setHideIcons(boolean value)
                  throws JWPException
JWPException

isHideIcons

public boolean isHideIcons()
                    throws JWPException
JWPException