net.sf.jzeno.echo.databinding
Class DynaLabel.ExternalState

java.lang.Object
  extended by net.sf.jzeno.echo.state.AbstractState
      extended by net.sf.jzeno.echo.databinding.DynaLabel.ExternalState
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
DynaLabel

public static class DynaLabel.ExternalState
extends AbstractState


Field Summary
 boolean allowLineWrap
           
 Color background
           
 Color borderColor
           
 byte borderSize
           
 byte borderStyle
           
 Color bottomBorderColor
           
 byte bottomBorderSize
           
 byte bottomBorderStyle
           
 boolean componentPeerIsPropertyChangeListener
           
 java.lang.String cssClass
           
 boolean enabled
           
 Font font
           
 Color foreground
           
 boolean hasIcon
           
 boolean hasToolTip
           
 int height
           
 int heightUnits
           
 int horizontalAlignment
           
 int horizontalTextPosition
           
 java.lang.String iconName
           
 java.lang.String identifier
           
 int imageHeight
           
 int imageWidth
           
 Insets insets
           
 boolean instancePeerIsPropertyChangeListener
           
 Color leftBorderColor
           
 byte leftBorderSize
           
 byte leftBorderStyle
           
 java.util.Locale locale
           
 int mouseCursor
           
 java.lang.String mouseCursorURI
           
 java.lang.String nullLabel
           
 boolean registered
           
 Color rightBorderColor
           
 byte rightBorderSize
           
 byte rightBorderStyle
           
 boolean selectable
           
 Color topBorderColor
           
 byte topBorderSize
           
 byte topBorderStyle
           
 int verticalAlignment
           
 int verticalTextPosition
           
 boolean visible
           
 int width
           
 int widthUnits
           
 
Fields inherited from class net.sf.jzeno.echo.state.AbstractState
template
 
Constructor Summary
DynaLabel.ExternalState()
           
 
Method Summary
static DynaLabel.ExternalState getInitialState()
           
 
Methods inherited from class net.sf.jzeno.echo.state.AbstractState
clone, equals, equals, get, get, getCreationCount, getEfficiency, getNetworkSize, getTransitionCount, hashCode, resetCounters, set, set, set, set
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nullLabel

public java.lang.String nullLabel

imageWidth

public int imageWidth

imageHeight

public int imageHeight

iconName

public java.lang.String iconName

background

public Color background

foreground

public Color foreground

width

public int width

widthUnits

public int widthUnits

height

public int height

heightUnits

public int heightUnits

borderColor

public Color borderColor

borderSize

public byte borderSize

borderStyle

public byte borderStyle

bottomBorderColor

public Color bottomBorderColor

bottomBorderSize

public byte bottomBorderSize

bottomBorderStyle

public byte bottomBorderStyle

leftBorderColor

public Color leftBorderColor

leftBorderSize

public byte leftBorderSize

leftBorderStyle

public byte leftBorderStyle

rightBorderColor

public Color rightBorderColor

rightBorderSize

public byte rightBorderSize

rightBorderStyle

public byte rightBorderStyle

topBorderColor

public Color topBorderColor

topBorderSize

public byte topBorderSize

topBorderStyle

public byte topBorderStyle

mouseCursor

public int mouseCursor

mouseCursorURI

public java.lang.String mouseCursorURI

horizontalAlignment

public int horizontalAlignment

horizontalTextPosition

public int horizontalTextPosition

verticalAlignment

public int verticalAlignment

verticalTextPosition

public int verticalTextPosition

allowLineWrap

public boolean allowLineWrap

font

public Font font

identifier

public java.lang.String identifier

locale

public java.util.Locale locale

enabled

public boolean enabled

registered

public boolean registered

visible

public boolean visible

cssClass

public java.lang.String cssClass

insets

public Insets insets

instancePeerIsPropertyChangeListener

public boolean instancePeerIsPropertyChangeListener

componentPeerIsPropertyChangeListener

public boolean componentPeerIsPropertyChangeListener

hasIcon

public boolean hasIcon

hasToolTip

public boolean hasToolTip

selectable

public boolean selectable
Constructor Detail

DynaLabel.ExternalState

public DynaLabel.ExternalState()
Method Detail

getInitialState

public static DynaLabel.ExternalState getInitialState()