org.apache.commons.jelly.tags.jface.preference
Class PreferencePageTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.commons.jelly.tags.jface.preference.PreferencePageTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class PreferencePageTag
extends org.apache.commons.jelly.TagSupport

This Tag creates a JFace PreferencePage Provides a concrete preference store implementation based on an internal java.util.Properties object

Author:
Christiaan ten Klooster

Nested Class Summary
 class PreferencePageTag.PreferencePageImpl
          Implementation of a FieldEditorPreferencePage method createFieldEditors is called on Dialog.open()
 
Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
PreferencePageTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput output)
           
 PreferencePageTag.PreferencePageImpl getPreferencePageImpl()
          Get the PreferencePageImpl
 void setFilename(java.lang.String filename)
          Sets the filename.
 void setTitle(java.lang.String title)
          Sets the title.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencePageTag

public PreferencePageTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput output)
           throws org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.JellyTagException

getPreferencePageImpl

public PreferencePageTag.PreferencePageImpl getPreferencePageImpl()
Get the PreferencePageImpl

Returns:
PreferencePageImpl

setFilename

public void setFilename(java.lang.String filename)
Sets the filename.

Parameters:
filename - The filename to set

setTitle

public void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - The title to set


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.