de.schwarzrot.ui.control.model
Class FontSelectionAdapter
java.lang.Object
   de.schwarzrot.ui.control.model.FontSelectionModel
de.schwarzrot.ui.control.model.FontSelectionModel
       de.schwarzrot.ui.control.model.FontSelectionAdapter
de.schwarzrot.ui.control.model.FontSelectionAdapter
- public class FontSelectionAdapter 
- extends FontSelectionModel
an implementation of a FontSelectionModel, where the font properties
 are held separately
- Author:
- Reinhard Mantey
 
 
| Constructor Summary | 
| FontSelectionAdapter(com.jgoodies.binding.value.ValueModel fontNameModel,
                     com.jgoodies.binding.value.ValueModel fontStyleModel,
                     com.jgoodies.binding.value.ValueModel fontSizeModel)
 | 
| FontSelectionAdapter(com.jgoodies.binding.value.ValueModel fontNameModel,
                     com.jgoodies.binding.value.ValueModel fontStyleModel,
                     com.jgoodies.binding.value.ValueModel fontSizeModel,
                     com.jgoodies.binding.value.ValueModel sampleTextModel)
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FontSelectionAdapter
public FontSelectionAdapter(com.jgoodies.binding.value.ValueModel fontNameModel,
                            com.jgoodies.binding.value.ValueModel fontStyleModel,
                            com.jgoodies.binding.value.ValueModel fontSizeModel)
FontSelectionAdapter
public FontSelectionAdapter(com.jgoodies.binding.value.ValueModel fontNameModel,
                            com.jgoodies.binding.value.ValueModel fontStyleModel,
                            com.jgoodies.binding.value.ValueModel fontSizeModel,
                            com.jgoodies.binding.value.ValueModel sampleTextModel)
getFontName
public String getFontName()
- 
- Overrides:
- getFontNamein class- FontSelectionModel
 
- 
 
getFontSize
public int getFontSize()
- 
- Overrides:
- getFontSizein class- FontSelectionModel
 
- 
 
getFontStyle
public int getFontStyle()
- 
- Overrides:
- getFontStylein class- FontSelectionModel
 
- 
 
getSampleText
public String getSampleText()
- 
- Overrides:
- getSampleTextin class- FontSelectionModel
 
- 
 
setFontName
public void setFontName(String newFontName)
- 
- Overrides:
- setFontNamein class- FontSelectionModel
 
- 
 
setFontSize
public void setFontSize(int newFontSize)
- 
- Overrides:
- setFontSizein class- FontSelectionModel
 
- 
 
setFontStyle
public void setFontStyle(int newFontStyle)
- 
- Overrides:
- setFontStylein class- FontSelectionModel
 
- 
 
setSampleText
public void setSampleText(String newSampleText)
- 
- Overrides:
- setSampleTextin class- FontSelectionModel
 
- 
 
createValueChangeHandler
protected de.schwarzrot.ui.control.model.FontSelectionAdapter.SubjectValueChangeHandler createValueChangeHandler()
- 
 
Submit
a bug or request a feature
SRJRCFrames is published according to the
GNU General Public License
Copyright 2005-2012
Reinhard Mantey - some rights reserved.