Packageat.fhjoanneum.dmt.umj.core.display.settingsui.components
Classpublic class SimpleEditorPanel
InheritanceSimpleEditorPanel Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient
Subclasses EditorWithEmbeddedUMJFont

A visual component MX! by adobe. it way too complecated and buggy and currently not activated in the UMJ-core framework. That's a shame as it's a powerful, but so friggin expermental component...



Public Properties
 PropertyDefined By
  bottomTabs : TabNavigator
SimpleEditorPanel
  fontFamily : ComboBox
SimpleEditorPanel
  fontSize : TextInput
SimpleEditorPanel
  lineHeight : TextInput
SimpleEditorPanel
  textAlign : ComboBox
SimpleEditorPanel
  textArea : Canvas
SimpleEditorPanel
  textFlow : TextFlow
The TextFlow to edit.
SimpleEditorPanel
  verticalAlign : ComboBox
SimpleEditorPanel
Public Methods
 MethodDefined By
  
Constructor.
SimpleEditorPanel
  
setSize(w:int, h:int):void
called to set the size of this panel
SimpleEditorPanel
Property Detail
bottomTabsproperty
public var bottomTabs:TabNavigator

This property can be used as the source for data binding.

fontFamilyproperty 
public var fontFamily:ComboBox

This property can be used as the source for data binding.

fontSizeproperty 
public var fontSize:TextInput

This property can be used as the source for data binding.

lineHeightproperty 
public var lineHeight:TextInput

This property can be used as the source for data binding.

textAlignproperty 
public var textAlign:ComboBox

This property can be used as the source for data binding.

textAreaproperty 
public var textArea:Canvas

This property can be used as the source for data binding.

textFlowproperty 
textFlow:TextFlow

The TextFlow to edit.


Implementation
    public function get textFlow():TextFlow
    public function set textFlow(value:TextFlow):void
verticalAlignproperty 
public var verticalAlign:ComboBox

This property can be used as the source for data binding.

Constructor Detail
SimpleEditorPanel()Constructor
public function SimpleEditorPanel()

Constructor.

Method Detail
setSize()method
public function setSize(w:int, h:int):void

called to set the size of this panel

Parameters

w:int
 
h:int