public class TextManipSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TextManipSupport.TextAction |
| Constructor and Description |
|---|
TextManipSupport(JTextComponent comp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAction(TextManipSupport.TextAction a) |
Collection<Action> |
getActions() |
DateFormat |
getDateFormat() |
DateFormat |
getDateTimeFormat() |
JPopupMenu |
getPopup() |
DateFormat |
getTimeFormat() |
boolean |
isClearAlwaysEnabled() |
void |
paste(String someString) |
void |
setClearAlwaysEnabled(boolean clearAlwaysEnabled) |
void |
setDateFormat(DateFormat dateFormat) |
void |
setDateTimeFormat(DateFormat dateTimeFormat) |
void |
setTimeFormat(DateFormat timeFormat) |
void |
updateUI() |
public TextManipSupport(JTextComponent comp)
public void updateUI()
public JPopupMenu getPopup()
public Collection<Action> getActions()
protected void addAction(TextManipSupport.TextAction a)
public void paste(String someString)
public boolean isClearAlwaysEnabled()
public void setClearAlwaysEnabled(boolean clearAlwaysEnabled)
public DateFormat getDateFormat()
public void setDateFormat(DateFormat dateFormat)
public DateFormat getDateTimeFormat()
public void setDateTimeFormat(DateFormat dateTimeFormat)
public DateFormat getTimeFormat()
public void setTimeFormat(DateFormat timeFormat)
Copyright © 2021 vpc open source initiative. All rights reserved.