Skip navigation links
EDB/Java
jp.ac.tokushima_u.db.mtmp2

Class MaintainerEditor

    • Method Detail

      • setFixed

        void setFixed(boolean fix)
      • getMTMP2Editor

        public MTMPEditor getMTMP2Editor()
      • makeMenuBar

        public void makeMenuBar()
      • editorInnovate

        public void editorInnovate()
        Description copied from interface: EdbEditor
        エディタの各オブジェクトで何らかの編集作業が行われたときに呼び出されます.
        Specified by:
        editorInnovate in interface EdbEditor
        Specified by:
        editorInnovate in class MTMPBrowser
      • askUpdate

        public boolean askUpdate()
      • editorManagerProgressIncrement

        public void editorManagerProgressIncrement()
      • editorManagerProgressReset

        public void editorManagerProgressReset(int num)
      • editorManagerProgressSetDeterminate

        public void editorManagerProgressSetDeterminate(boolean d)
      • editorOwnerIsEditable

        public boolean editorOwnerIsEditable()
        Description copied from interface: EdbEditorOwner
        編集権限があるかどうかを調べる.
        Specified by:
        editorOwnerIsEditable in interface EdbEditorOwner
        Returns:
        編集可能性.
      • editorOwnerObjectWillChange

        public void editorOwnerObjectWillChange(Object o)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトが変更される前に呼び出されます.
        Specified by:
        editorOwnerObjectWillChange in interface EdbEditorOwner
        Parameters:
        o - 変更されるオブジェクト
      • editorOwnerRotateFocus

        public boolean editorOwnerRotateFocus(Object o,
                                              boolean next)
        入力フォーカスを次に移します.
        Specified by:
        editorOwnerRotateFocus in interface EdbEditorOwner
        Parameters:
        o - 入力フォーカスを持つオブジェクト
        next - フォーカスを渡す向き.
        Returns:
        成功した場合は true,失敗した場合は false を返します.
      • editorOwnerObjectChanged

        public void editorOwnerObjectChanged(Object o)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトが変更されると呼び出されます.
        Specified by:
        editorOwnerObjectChanged in interface EdbEditorOwner
        Parameters:
        o - 変更されたオブジェクト
      • editorOwnerObjectVisibleRequested

        public void editorOwnerObjectVisibleRequested(Object o)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトが自身の表示要求時に呼び出されます.
        Specified by:
        editorOwnerObjectVisibleRequested in interface EdbEditorOwner
        Parameters:
        o - 要求したオブジェクト
      • editorOwnerDuplicateObject

        public void editorOwnerDuplicateObject(Object o,
                                               boolean undoable)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトに指定されたオブジェクトを複製します.
        Specified by:
        editorOwnerDuplicateObject in interface EdbEditorOwner
        Parameters:
        o - 複製するオブジェクト
        undoable - アンドゥ可能性.
      • editorOwnerInsertObject

        public void editorOwnerInsertObject(Object o,
                                            Object n,
                                            boolean after,
                                            boolean undoable)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトから指定されたオブジェクトを挿入します.
        Specified by:
        editorOwnerInsertObject in interface EdbEditorOwner
        Parameters:
        o - 呼出しオブジェクト
        n - 挿入するオブジェクト
        after - 呼出しオブジェクトの後に挿入
        undoable - アンドゥ可能性.
      • editorOwnerRemoveObject

        public void editorOwnerRemoveObject(Object o,
                                            boolean undoable)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトから指定されたオブジェクトを除外します.
        Specified by:
        editorOwnerRemoveObject in interface EdbEditorOwner
        Parameters:
        o - 除外するオブジェクト
        undoable - アンドゥ可能性.
      • editorOwnerReplaceObject

        public void editorOwnerReplaceObject(Object o,
                                             Object n,
                                             boolean undoable)
        Description copied from interface: EdbEditorOwner
        下位のオブジェクトから指定されたオブジェクトで置き換えます.
        Specified by:
        editorOwnerReplaceObject in interface EdbEditorOwner
        Parameters:
        o - 置き換えられるオブジェクト
        n - 置き換えるオブジェクト
        undoable - アンドゥ可能性.
      • edbWindowClose

        public boolean edbWindowClose(boolean force)
        Description copied from interface: EdbWindow
        ウインドウを閉じます.
        Specified by:
        edbWindowClose in interface EdbWindow
        Parameters:
        force - 強制的に閉じるかどうか
        Returns:
        成功した場合は true,失敗した場合は false を返します.
      • isModified

        public boolean isModified()
        Description copied from interface: EdbEditor
        修正されたかどうかを判定します.
        Specified by:
        isModified in interface EdbEditor
        Returns:
        修正された場合は true,修正されていない場合は false を返します.
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025