public class EdbDate2Pane extends EdbTextPane
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EdbDate2Pane.Date2Editor |
Modifier and Type | Field and Description |
---|---|
static String |
Act_SetTodayFrom |
static String |
Act_SetTodayTo |
(package private) EdbDate2Pane.Date2Editor |
date2Editor |
(package private) int |
myDateFrom |
(package private) int |
myDateTo |
alertReason, bgc, editable, maxWidth, myText, panel, postfix, postfixLabel, prefix, prefixLabel, statusLabel, statusText, textBox, textEditor, textEditorPane, textPanel, textPanelBgc, title, titleLabel, width
editorOwner, s_changeListeners
Constructor and Description |
---|
EdbDate2Pane(EdbEditorOwner eo,
MLText tit,
String pre,
int dateFrom,
int dateTo,
String post) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
boolean |
endEdit() |
(package private) EdbDate |
getDateFrom() |
(package private) EdbDate |
getDateTo() |
protected boolean |
mousePopupShow(MouseEvent e)
Popupメニューを表示する.
|
(package private) void |
setDate2(int[] date) |
(package private) void |
setDate2(int[] date,
boolean undoable) |
(package private) void |
setDateFromTo(EdbDate dateFrom,
EdbDate dateTo) |
(package private) void |
setDateFromTo(EdbDate dateFrom,
EdbDate dateTo,
boolean undoable) |
(package private) void |
setDateFromTo(int dateFrom,
int dateTo) |
(package private) void |
setDateFromTo(int dateFrom,
int dateTo,
boolean undoable) |
boolean |
setText(String s) |
boolean |
setText(String s,
boolean undoable)
期間を設定します.
|
protected void |
setTodayFrom() |
protected void |
setTodayTo() |
void |
show() |
boolean |
startEdit() |
boolean |
undo(Object o) |
addMouseListener, capitalize, componentHidden, componentMoved, componentResized, componentShown, copy, cut, delete, dragGestureRecognized, edbDnDDropString, edbDnDDropTargetIsReady, edbDnDDropTargetSelected, getPanel, getText, insider_setText, isEditable, isLatin, isParagraph, isPersonname, isPronounce, lostOwnership, lowerCase, makePopupItems, mouseClicked, mouseEntered, mouseExited, openCiNiiSearch, openGoogleSearch, openPubMedSearch, openScopusSearch, openWebOfScienceSearch, openWikipedia, pastable, paste, popupAddMenuSetECCPD, popupAddMenuSetRRR, registProxyDragGestureRecognizer, reverse, rotateLeft, rotateRight, setBackground, setEditable, setFgc, setFont, setLabelFgc, setLabelFont, setLatin, setMaximumWidth, setPersonname, setPronounce, setStatusText, setSubFgc, setSubFont, setTextBackground, setTitleFont, setToolTipText, show, upperCase
createMenuItem_Edit, createMenuItem_Edit, dragDropEnd, dragEnter, dragExit, dragOver, dropActionChanged, edit, getWidth, isVisible, setVisible
addChangeListener, createAction_EndOfEdit, createAction_RotateFocus, editorObjectInnovateEditor, editorObjectNotifyChanged, editorObjectNotifyWillChange, editorObjectRequestDuplicate, editorObjectRequestInsert, editorObjectRequestRemove, editorObjectRequestReplace, editorObjectRequestVisible, editorObjectRotateFocus, editorObjectUndoPush, editorOwnerDuplicateObject, editorOwnerInsertObject, editorOwnerIsEditable, editorOwnerObjectChanged, editorOwnerObjectVisibleRequested, editorOwnerObjectWillChange, editorOwnerRemoveObject, editorOwnerReplaceObject, editorOwnerRotateFocus, getBrowser, getEDB, getEditor, getTracePrintWriter, isSimpleButton1Click, isSimpleButton1Click2, lockBrowser, mousePressed, mouseReleased, unlockBrowser
int myDateFrom
int myDateTo
EdbDate2Pane.Date2Editor date2Editor
public static final String Act_SetTodayFrom
public static final String Act_SetTodayTo
public EdbDate2Pane(EdbEditorOwner eo, MLText tit, String pre, int dateFrom, int dateTo, String post)
public boolean setText(String s, boolean undoable)
setText
in class EdbTextPane
s
- 期間文字列undoable
- アンドゥ可能性true
,失敗した場合は false
を返します.public boolean setText(String s)
setText
in class EdbTextPane
EdbDate getDateFrom()
EdbDate getDateTo()
void setDateFromTo(int dateFrom, int dateTo)
void setDateFromTo(int dateFrom, int dateTo, boolean undoable)
void setDate2(int[] date)
void setDate2(int[] date, boolean undoable)
public boolean undo(Object o)
undo
in interface EdbUndo.Undoable
undo
in class EdbTextPane
public void show()
show
in class EdbTextPane
public boolean startEdit()
startEdit
in class EdbTextPane
public boolean endEdit()
endEdit
in class EdbTextPane
protected boolean mousePopupShow(MouseEvent e)
mousePopupShow
in class EdbTextPane
e
- Mouse Event.protected void setTodayFrom()
protected void setTodayTo()
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
actionPerformed
in class EdbTextPane
EDB Working Group at Tue Jun 10 17:08:59 JST 2025