public class CustomizerPropertyButtonManager extends Object implements CustomizerSelectionListener
| Constructor and Description |
|---|
CustomizerPropertyButtonManager()
Creates a new instance of CustomizerActionFactory
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTextAlignCenterButton(AbstractButton button) |
void |
addTextAlignLeftButton(AbstractButton button) |
void |
addTextAlignRightButton(AbstractButton button) |
void |
addTextBoldButton(AbstractButton button) |
void |
addTextItalicButton(AbstractButton button) |
void |
removeTextAlignCenterButton(AbstractButton button) |
void |
removeTextAlignLeftButton(AbstractButton button) |
void |
removeTextAlignRightButton(AbstractButton button) |
void |
removeTextBoldButton(AbstractButton button) |
void |
removeTextItalicButton(AbstractButton button) |
void |
selectionChanged(CustomizerSelectionEvent e) |
void |
textAlignCenter(PropertyChangeEvent e) |
void |
textAlignLeft(PropertyChangeEvent e) |
void |
textAlignRight(PropertyChangeEvent e) |
void |
textBold(PropertyChangeEvent e) |
void |
textItalic(PropertyChangeEvent e) |
public CustomizerPropertyButtonManager()
public void textBold(PropertyChangeEvent e)
public void textItalic(PropertyChangeEvent e)
public void textAlignLeft(PropertyChangeEvent e)
public void textAlignCenter(PropertyChangeEvent e)
public void textAlignRight(PropertyChangeEvent e)
public void selectionChanged(CustomizerSelectionEvent e)
selectionChanged in interface CustomizerSelectionListenerpublic void addTextBoldButton(AbstractButton button)
public void addTextItalicButton(AbstractButton button)
public void addTextAlignLeftButton(AbstractButton button)
public void addTextAlignCenterButton(AbstractButton button)
public void addTextAlignRightButton(AbstractButton button)
public void removeTextBoldButton(AbstractButton button)
public void removeTextItalicButton(AbstractButton button)
public void removeTextAlignLeftButton(AbstractButton button)
public void removeTextAlignCenterButton(AbstractButton button)
public void removeTextAlignRightButton(AbstractButton button)
Copyright © 2012–2018 SoftSmithy. All rights reserved.