public abstract class EdbEditorObject extends EdbEditorUnit implements DragSourceListener
editorOwner, s_changeListeners
Constructor and Description |
---|
EdbEditorObject(EdbEditorOwner eo) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
abstract void |
addMouseListener(MouseListener ml) |
EdbMenu.Item |
createMenuItem_Edit(boolean enable) |
EdbMenu.Item |
createMenuItem_Edit(MLText mlt,
boolean enable) |
void |
dragDropEnd(DragSourceDropEvent dsde) |
void |
dragEnter(DragSourceDragEvent dsde) |
void |
dragExit(DragSourceEvent dse) |
void |
dragOver(DragSourceDragEvent dsde) |
void |
dropActionChanged(DragSourceDragEvent dsde) |
void |
edit()
編集開始のリクエスト.
|
abstract boolean |
endEdit() |
abstract EdbPanel |
getPanel() |
abstract String |
getText() |
int |
getWidth()
このペインの横幅を取得します.
|
abstract boolean |
isEditable() |
boolean |
isVisible()
このペインの可視状態を得ます.
|
abstract void |
registProxyDragGestureRecognizer(int act,
DragGestureListener listener)
Register Drag Gesture Recognizer for parent object (proxy).
|
abstract void |
setEditable(boolean e) |
abstract void |
setFgc(Color c)
前景色を設定します.
|
abstract void |
setFont(Font f) |
abstract void |
setSubFgc(Color c) |
abstract void |
setSubFont(Font f) |
abstract boolean |
setText(String s) |
abstract void |
setToolTipText(String s) |
void |
setVisible(boolean v)
このペインの可視・不可視を設定します.
|
abstract void |
show() |
abstract boolean |
startEdit() |
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, mouseClicked, mouseEntered, mouseExited, mousePopupShow, mousePressed, mouseReleased, unlockBrowser
public EdbEditorObject(EdbEditorOwner eo)
public void edit()
public abstract void show()
public abstract void setFont(Font f)
public abstract void setSubFont(Font f)
public abstract void setFgc(Color c)
c
- 前景色.public abstract void setSubFgc(Color c)
public abstract EdbPanel getPanel()
public abstract void addMouseListener(MouseListener ml)
public abstract void setToolTipText(String s)
public abstract String getText()
public abstract boolean setText(String s)
public abstract boolean startEdit()
public abstract boolean endEdit()
public abstract void setEditable(boolean e)
public abstract boolean isEditable()
public EdbMenu.Item createMenuItem_Edit(MLText mlt, boolean enable)
public EdbMenu.Item createMenuItem_Edit(boolean enable)
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
actionPerformed
in class EdbEditorUnit
public int getWidth()
public void setVisible(boolean v)
v
- 可視・不可視isVisible()
public boolean isVisible()
public abstract void registProxyDragGestureRecognizer(int act, DragGestureListener listener)
act
- drag actionlistener
- drag gesture listenerpublic void dragEnter(DragSourceDragEvent dsde)
dragEnter
in interface DragSourceListener
public void dragExit(DragSourceEvent dse)
dragExit
in interface DragSourceListener
public void dragOver(DragSourceDragEvent dsde)
dragOver
in interface DragSourceListener
public void dragDropEnd(DragSourceDropEvent dsde)
dragDropEnd
in interface DragSourceListener
public void dropActionChanged(DragSourceDragEvent dsde)
dropActionChanged
in interface DragSourceListener
EDB Working Group at Tue Jun 10 17:08:59 JST 2025