Class TextManipSupport

java.lang.Object
net.thevpc.common.swing.text.TextManipSupport

public class TextManipSupport extends Object
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 26 avr. 2006 01:48:56
  • Constructor Details

  • Method Details

    • updateUI

      public void updateUI()
    • getPopup

      public JPopupMenu getPopup()
    • getActions

      public Collection<Action> getActions()
    • addAction

      protected void addAction(TextManipSupport.TextAction a)
    • paste

      public void paste(String someString)
    • isClearAlwaysEnabled

      public boolean isClearAlwaysEnabled()
    • setClearAlwaysEnabled

      public void setClearAlwaysEnabled(boolean clearAlwaysEnabled)
    • getDateFormat

      public DateFormat getDateFormat()
    • setDateFormat

      public void setDateFormat(DateFormat dateFormat)
    • getDateTimeFormat

      public DateFormat getDateTimeFormat()
    • setDateTimeFormat

      public void setDateTimeFormat(DateFormat dateTimeFormat)
    • getTimeFormat

      public DateFormat getTimeFormat()
    • setTimeFormat

      public void setTimeFormat(DateFormat timeFormat)