public class EdbCertificatePane extends EdbPicturePane implements FocusListener, DragGestureListener
descriptionBox, editable, myPicture, myText, panel, pictureBox, pictureBytes, picturePanel, pictureXsize, pictureYsize, postfix, postfixLabel, prefix, prefixLabel, title, titleLabel
editorOwner, s_changeListeners
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Constructor and Description |
---|
EdbCertificatePane(EdbEditorOwner eo,
MLText tit,
String pre,
String text,
String post) |
Modifier and Type | Method and Description |
---|---|
void |
dragGestureRecognized(DragGestureEvent dge)
このペインで,ドラック開始ジェスチャーを認識したときに呼び出されます.
|
String |
getText()
証明書を取得します.
|
Object |
getTransferData(DataFlavor flavor)
転送されるデータを表すオブジェクトを返します.返されるオブジェクトのクラスは,フレーバの表現クラスで定義されます.
|
DataFlavor[] |
getTransferDataFlavors()
データを提供することができるフレーバを示す
DataFlavor オブジェクトの配列を返します. |
boolean |
isDataFlavorSupported(DataFlavor flavor)
指定されたデータフレーバが,このオブジェクトに対してサポートされているかどうかを返します.
|
boolean |
setText(String t) |
boolean |
setText(String t,
boolean undoable)
証明書を設定します.
|
void |
show() |
boolean |
undo(Object o) |
addMouseListener, copy, cut, delete, edbDnDDrop, edbDnDDropAcceptable, edbDnDDropTargetIsReady, edbDnDDropTargetSelected, edit, endEdit, focusGained, focusLost, getPanel, imageUpdate, isEditable, lostOwnership, mouseClicked, mouseEntered, mouseExited, mousePopupShow, pastable, paste, registProxyDragGestureRecognizer, setEditable, setFgc, setFont, setLabelFgc, setLabelFont, setSubFgc, setSubFont, setTitleFont, setToolTipText, startEdit, text2image
actionPerformed, createMenuItem_Edit, createMenuItem_Edit, dragDropEnd, dragEnter, dragExit, dragOver, dropActionChanged, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
focusGained, focusLost
public EdbCertificatePane(EdbEditorOwner eo, MLText tit, String pre, String text, String post)
public void show()
show
in class EdbPicturePane
public boolean setText(String t, boolean undoable)
setText
in class EdbPicturePane
t
- X.509証明書(PEM形式)undoable
- アンドゥ可能性.public boolean setText(String t)
setText
in class EdbPicturePane
public boolean undo(Object o)
undo
in interface EdbUndo.Undoable
undo
in class EdbPicturePane
public String getText()
getText
in class EdbPicturePane
public boolean isDataFlavorSupported(DataFlavor flavor)
isDataFlavorSupported
in interface Transferable
isDataFlavorSupported
in class EdbPicturePane
flavor
- データに対して要求されたフレーバpublic Object getTransferData(DataFlavor flavor)
getTransferData
in interface Transferable
getTransferData
in class EdbPicturePane
flavor
- データに対して要求されたフレーバpublic DataFlavor[] getTransferDataFlavors()
DataFlavor
オブジェクトの配列を返します.getTransferDataFlavors
in interface Transferable
getTransferDataFlavors
in class EdbPicturePane
public void dragGestureRecognized(DragGestureEvent dge)
dragGestureRecognized
in interface DragGestureListener
dragGestureRecognized
in class EdbPicturePane
dge
- ジェスチャーを記述するイベントEDB Working Group at Tue Jun 10 17:08:59 JST 2025