org.softsmithy.lib.swing.action
Class TextActionFactory

java.lang.Object
  extended by org.softsmithy.lib.util.TypesafeEnum
      extended by org.softsmithy.lib.swing.action.StandardActionFactory
          extended by org.softsmithy.lib.swing.action.TextActionFactory
All Implemented Interfaces:
Localizable

public class TextActionFactory
extends StandardActionFactory

http://java.sun.com/developer/techDocs/hi/repository/TBG_Text.html

Author:
puce

Field Summary
static TextActionFactory ALIGN_CENTER
           
static TextActionFactory ALIGN_JUSTIFY
           
static TextActionFactory ALIGN_LEFT
           
static TextActionFactory ALIGN_RIGHT
           
static TextActionFactory BOLD
           
static TextActionFactory ITALIC
           
static TextActionFactory NORMAL
           
static TextActionFactory UNDERLINE
           
 
Method Summary
 
Methods inherited from class org.softsmithy.lib.swing.action.StandardActionFactory
configureXAction, createXAction
 
Methods inherited from class org.softsmithy.lib.util.TypesafeEnum
equals, getDisplayString, getResourceBundleBaseName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALIGN_CENTER

public static final TextActionFactory ALIGN_CENTER

ALIGN_JUSTIFY

public static final TextActionFactory ALIGN_JUSTIFY

ALIGN_LEFT

public static final TextActionFactory ALIGN_LEFT

ALIGN_RIGHT

public static final TextActionFactory ALIGN_RIGHT

BOLD

public static final TextActionFactory BOLD

ITALIC

public static final TextActionFactory ITALIC

NORMAL

public static final TextActionFactory NORMAL

UNDERLINE

public static final TextActionFactory UNDERLINE


Copyright © 2002-2011 SoftSmithy. All Rights Reserved.