public abstract class EvalSheet extends EdbBrowser implements EdbDnDFileListDropTarget, MouseListener, ChangeListener, EdbWindow
このプログラムでの報告書の構成は次のようになります.
Modifier and Type | Class and Description |
---|---|
(package private) class |
EvalSheet.CategoryMenu |
(package private) class |
EvalSheet.ConfirmAndUploadDialog |
(package private) class |
EvalSheet.DataPrinter |
(package private) class |
EvalSheet.DataPrinter_CSV |
(package private) class |
EvalSheet.DataPrinter_CSVAll |
(package private) class |
EvalSheet.DataPrinter_LaTeX |
(package private) class |
EvalSheet.FileMenu |
(package private) class |
EvalSheet.ItemMenu |
(package private) class |
EvalSheet.SDGMenu |
(package private) class |
EvalSheet.SDGPanel |
(package private) class |
EvalSheet.SectionMenu |
class |
EvalSheet.TabChooser |
EdbBrowser.EditAction, EdbBrowser.OpenAction, EdbBrowser.OpenEdbAssistanceAction, EdbBrowser.OpenHistoryWebAction, EdbBrowser.OpenWebAction
JFrame.AccessibleJFrame
Frame.AccessibleAWTFrame
Window.AccessibleAWTWindow, Window.Type
Container.AccessibleAWTContainer
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
Modifier and Type | Field and Description |
---|---|
(package private) static String |
Act_AddNewItem |
(package private) static String |
Act_ChangeYear |
(package private) static String |
Act_ClearAllCategory |
(package private) static String |
Act_ClearAllSection |
(package private) static String |
Act_DeleteAllItems |
(package private) static String |
Act_ImportAllCategory |
(package private) static String |
Act_ImportAllSection |
(package private) static String |
Act_ImportForCurrentSection |
(package private) static String |
Act_OpenFromLocal |
(package private) static String |
Act_OpenServerData |
(package private) static String |
Act_PrintAsHTML |
(package private) static String |
Act_PrintAsLaTeX |
(package private) static String |
Act_ProcedureCSV_ShiftJIS |
(package private) static String |
Act_ProcedureCSV_UTF8 |
(package private) static String |
Act_ProcedureCSVAll_ShiftJIS |
(package private) static String |
Act_ProcedureCSVAll_UTF8 |
(package private) static String |
Act_ProcedureLaTeX |
(package private) static String |
Act_ReferSDG |
(package private) static String |
Act_SaveAsToLocal |
(package private) static String |
Act_SaveDataToServer |
(package private) static String |
Act_SaveToLocal |
(package private) static String |
Act_SelectSDG |
(package private) static String |
Act_SweepEmptyItems |
(package private) static String |
Act_SweepUnavailableItems |
(package private) static String |
Act_ToggleAggregator |
(package private) static String |
Act_ToggleYouth |
(package private) EdbMenu.CBItem |
ageMenu |
(package private) JTabbedPane |
categoryTabbedPane |
(package private) EdbMenu.CBItem |
cbitemAggregator |
protected File |
dataFile |
(package private) static boolean |
isAggregator |
(package private) ArrayList<EdbTuple> |
l_sdgs |
protected JMenuBar |
mainMenuBar |
protected JComponent |
mainPane |
(package private) static boolean |
newFeatureIsShown |
(package private) ESCommon.ESAge |
personAge |
protected EdbEID |
personEID |
protected int |
processed |
protected EdbProgress |
progress |
(package private) EvalSheet.SDGPanel |
sdgPanel |
protected EdbEID |
selectedSDG |
(package private) static int |
TEXT_FIELD_WIDTH |
protected EdbDate |
thisDay |
protected int |
thisYear |
edb, popupMenu, popupSeparated
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Modifier and Type | Method and Description |
---|---|
(package private) void |
askImport() |
(package private) boolean |
askSave() |
(package private) void |
askSDG() |
boolean |
browserActionEnabledClose() |
boolean |
browserActionEnabledNew() |
boolean |
browserActionEnabledOpen() |
boolean |
browserActionEnabledOutput() |
boolean |
browserActionEnabledSave() |
boolean |
browserActionEnabledSaveAs() |
void |
browserActionPerformClose() |
void |
browserActionPerformNew() |
void |
browserActionPerformOpen() |
void |
browserActionPerformOutput() |
void |
browserActionPerformSave() |
void |
browserActionPerformSaveAs() |
void |
browserRedraw(boolean force) |
(package private) void |
categoryActionPerformed(ActionEvent ae) |
protected void |
changeDocumentYear(int oldThisYear) |
protected File[] |
chooseDataFiles() |
protected File |
chooseOutputFile(String title,
String ext) |
(package private) void |
clearItem() |
(package private) int |
countProcessDataFiles(File file,
String ext) |
static EvalSheet |
createEmptyEvalSheet(EDB edb,
int year)
報告書ウインドウを新規に作成し,選択された報告書ファイルを開きます.
|
boolean |
dataPrint(File[] files,
EvalSheet.DataPrinter dp) |
(package private) String |
downloadData(int year,
EdbEID eid) |
static EvalSheet |
downloadEvalSheet(EDB edb,
EdbEID eid,
int year)
ウインドウを新規に作成し,ダウンロードした報告書を開きます.
|
static EvalSheet |
downloadEvalSheet(EDB edb,
EdbEID eid,
int year,
int baseYear)
ウインドウを新規に作成し,ダウンロードした報告書を開きます.
|
boolean |
dropLoad(File file)
ドラック&ドロップでドロップされたファイルを開きます.
|
void |
edbDnDDropFileList(List<File> list) |
boolean |
edbDnDDropTargetIsReady()
ドロップターゲットのReady状態の取得.
|
void |
edbDnDDropTargetSelected(boolean sel)
ドロップターゲット領域内でドラッグのEnter/Exit時に呼び出されます.
|
boolean |
edbWindowClose(boolean force)
ウインドウを閉じます.
|
MLText |
edbWindowGetTitle()
ウインドウのタイトルを取得します.
|
void |
edbWindowRedraw()
ウインドウを再描画します.
|
void |
edbWindowSetVisible(boolean v)
ウインドウの表示・非表示を設定します.
|
void |
editorStateChanged(EdbEditor ed)
エディタの状態が変更されると呼び出されます.
|
(package private) void |
fileActionPerformed(ActionEvent ae) |
abstract List<? extends ESCategory> |
getCategories() |
(package private) abstract String |
getDataFileExtension() |
(package private) EdbEID |
getPersonEID() |
(package private) ESCategory |
getSelectedCategory() |
(package private) ESSection |
getSelectedSection() |
ESCommon.Summary |
getSummary() |
(package private) int |
getThisYear() |
(package private) abstract String |
getVersion() |
(package private) File |
getWorkingDirectory() |
(package private) void |
importItem(boolean yes) |
(package private) boolean |
importItemCheck() |
(package private) void |
inspect() |
(package private) boolean |
isModified() |
(package private) boolean |
isSelected(ESCategory cat) |
boolean |
load(File file)
報告書データをファイルから読み込みます.
|
(package private) void |
makeDummyData() |
protected JPanel |
makeMainPane() |
void |
mouseClicked(MouseEvent e) |
static EvalSheet |
newEvalSheet(EDB edb,
int year,
EdbEID eid)
報告書ウインドウを新規に作成します.
|
static EvalSheet |
openEvalSheet(EDB edb,
int year)
報告書ウインドウを新規に作成し,選択された報告書ファイルを開きます.
|
static EvalSheet |
openEvalSheet(EDB edb,
int year,
File file)
報告書ウインドウを新規に作成し,指定された報告書ファイルを開きます.
|
(package private) abstract boolean |
parseEvalSheetData(File file,
int asYear) |
(package private) abstract boolean |
parseEvalSheetData(String s,
int asYear) |
String |
personAffiliation(EdbEID eid)
個人情報を示す EID から,その所属を取得します.
|
ESCommon.ESAge |
personAge() |
String |
personTitle(EdbEID eid)
個人情報を示す EID から,その肩書きを取得します.
|
(package private) abstract void |
postOpenProcessing() |
(package private) boolean |
printDataToPrinter(File file,
EvalSheet.DataPrinter dp,
int level) |
boolean |
printHTML(File file,
String css)
この報告書の内容を HTML 形式でファイルに出力します.
|
boolean |
printHTML(File file,
String css,
boolean linktograph,
String linkprefix) |
static void |
printHTMLHeader(EdbPrint ep,
String title,
String css) |
static void |
printHTMLTailer(EdbPrint ep) |
boolean |
printLaTeX(File file,
String substitute_title,
Collection<EdbEID> eoi)
この報告書の内容を LaTeX 形式でファイルに出力します.
|
(package private) void |
procedureCSV(String encoding) |
(package private) void |
procedureCSVAll(String encoding) |
(package private) void |
procedureDoc() |
protected void |
procedureDownload() |
(package private) void |
procedureOpen() |
(package private) void |
procedurePrintHTML() |
(package private) void |
procedurePrintLaTeX() |
void |
processWindowEvent(WindowEvent ev)
このコンポーネントで発生するウィンドウイベントを処理します.defaultCloseOperation プロパティの設定値に従って,ウィンドウを非表示にするか,または破棄します.
|
void |
refresh()
集計値を再計算し,設定し直します.
|
protected void |
refreshMainFrame() |
protected void |
refreshValue() |
void |
registEditorObject(EdbEditorObject eo)
入力がアクティブなオブジェクトを登録します.
|
(package private) void |
resetCategories() |
(package private) UTLF |
retrieveNoticeAndGlossary() |
(package private) UDict |
retrieveNoticeAndGlossaryDict() |
(package private) UTLF |
retrieveSupplement() |
(package private) UDict |
retrieveSupplementDict() |
void |
run() |
(package private) abstract boolean |
save(File file) |
(package private) boolean |
saveProcedure(boolean as) |
(package private) void |
sdgActionPerformed(ActionEvent ae) |
(package private) void |
sectionActionPerformed(ActionEvent ae) |
static void |
setBatchProcessing(boolean b) |
static void |
setEliminate0PointItem(boolean e) |
(package private) void |
setFrameTitle() |
(package private) void |
setModified(boolean m) |
void |
stateChanged(ChangeEvent e) |
(package private) abstract boolean |
upload(int year,
EdbEID personEID) |
(package private) boolean |
uploadData(int year,
EdbEID eid,
CharSequence s) |
(package private) boolean |
uploadProcedure(boolean force) |
actionPerformed, askEID, block, getEDB, getTracePrintWriter, isPopupShown, isSimpleButton1Click, isSimpleButton1Click2, lockBrowser, makeMainMenuItem, mouseEntered, mouseExited, mousePressed, mouseReleased, openBrowser, openBrowser, openEditor, openWebBrowser, openWebBrowser, openWebHistoryBrowser, openWebHistoryBrowser, popupAdd, popupAdd, popupMake, popupMenuCanceled, popupMenuWillBecomeInvisible, popupMenuWillBecomeVisible, popupSeparator, popupShow, popupShow, unblock, unlockBrowser, userStateChanged
addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setBackground, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setOpacity, setResizable, setShape, setState, setTitle, setUndecorated
addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBackground, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOpacity, getOwnedWindows, getOwner, getOwnerlessWindows, getShape, getToolkit, getType, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isAutoRequestFocus, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isOpaque, isShowing, isValidateRoot, pack, paint, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setAutoRequestFocus, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocation, setLocation, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setType, setVisible, show, toBack, toFront
add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, revalidate, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
mouseEntered, mouseExited, mousePressed, mouseReleased
getFont, postEvent
protected int thisYear
protected EdbDate thisDay
static boolean newFeatureIsShown
static boolean isAggregator
EdbMenu.CBItem cbitemAggregator
protected JMenuBar mainMenuBar
static final int TEXT_FIELD_WIDTH
protected EdbEID personEID
protected EdbEID selectedSDG
EvalSheet.SDGPanel sdgPanel
protected JComponent mainPane
ESCommon.ESAge personAge
protected File dataFile
protected EdbProgress progress
protected int processed
EdbMenu.CBItem ageMenu
static final String Act_OpenServerData
static final String Act_SaveDataToServer
static final String Act_OpenFromLocal
static final String Act_SaveToLocal
static final String Act_SaveAsToLocal
static final String Act_PrintAsHTML
static final String Act_PrintAsLaTeX
static final String Act_ToggleYouth
static final String Act_ToggleAggregator
static final String Act_ChangeYear
static final String Act_ProcedureCSV_ShiftJIS
static final String Act_ProcedureCSV_UTF8
static final String Act_ProcedureCSVAll_ShiftJIS
static final String Act_ProcedureCSVAll_UTF8
static final String Act_ProcedureLaTeX
JTabbedPane categoryTabbedPane
static final String Act_SelectSDG
static final String Act_ReferSDG
static final String Act_ClearAllCategory
static final String Act_ImportAllCategory
static final String Act_ClearAllSection
static final String Act_ImportAllSection
static final String Act_AddNewItem
static final String Act_SweepEmptyItems
static final String Act_SweepUnavailableItems
static final String Act_DeleteAllItems
static final String Act_ImportForCurrentSection
public void browserActionPerformNew()
browserActionPerformNew
in class EdbBrowser
public void browserActionPerformOpen()
browserActionPerformOpen
in class EdbBrowser
public void browserActionPerformClose()
browserActionPerformClose
in class EdbBrowser
public void browserActionPerformSave()
browserActionPerformSave
in class EdbBrowser
public void browserActionPerformSaveAs()
browserActionPerformSaveAs
in class EdbBrowser
public void browserActionPerformOutput()
browserActionPerformOutput
in class EdbBrowser
public boolean browserActionEnabledNew()
browserActionEnabledNew
in class EdbBrowser
public boolean browserActionEnabledOpen()
browserActionEnabledOpen
in class EdbBrowser
public boolean browserActionEnabledClose()
browserActionEnabledClose
in class EdbBrowser
public boolean browserActionEnabledSave()
browserActionEnabledSave
in class EdbBrowser
public boolean browserActionEnabledSaveAs()
browserActionEnabledSaveAs
in class EdbBrowser
public boolean browserActionEnabledOutput()
browserActionEnabledOutput
in class EdbBrowser
public void registEditorObject(EdbEditorObject eo)
registEditorObject
in class EdbBrowser
eo
- 編集オブジェクトEdbEditor
public void browserRedraw(boolean force)
browserRedraw
in class EdbBrowser
public void editorStateChanged(EdbEditor ed)
editorStateChanged
in interface EdbEditor.Manager
ed
- エディタpublic static void setBatchProcessing(boolean b)
public static void setEliminate0PointItem(boolean e)
EdbEID getPersonEID()
int getThisYear()
void askSDG()
void inspect()
public String personTitle(EdbEID eid)
eid
- EIDpublic ESCommon.ESAge personAge()
public String personAffiliation(EdbEID eid)
eid
- EIDpublic boolean edbDnDDropTargetIsReady()
EdbDnDDropTarget
edbDnDDropTargetIsReady
in interface EdbDnDDropTarget
public void edbDnDDropTargetSelected(boolean sel)
EdbDnDDropTarget
edbDnDDropTargetSelected
in interface EdbDnDDropTarget
sel
- セレクション状態.public void edbDnDDropFileList(List<File> list)
edbDnDDropFileList
in interface EdbDnDFileListDropTarget
public void processWindowEvent(WindowEvent ev)
processWindowEvent
in class JFrame
ev
- ウインドウイベントvoid askImport()
boolean askSave()
public boolean load(File file)
file
- 報告書true
,失敗した場合は false
を返します.abstract boolean parseEvalSheetData(String s, int asYear)
boolean uploadData(int year, EdbEID eid, CharSequence s)
UTLF retrieveSupplement()
UDict retrieveSupplementDict()
UTLF retrieveNoticeAndGlossary()
UDict retrieveNoticeAndGlossaryDict()
public boolean dropLoad(File file)
file
- ドロップされたファイルtrue
,失敗した場合は false
を返します.File getWorkingDirectory()
abstract String getVersion()
void setModified(boolean m)
boolean isModified()
void setFrameTitle()
protected void procedureDownload()
void procedureOpen()
abstract boolean upload(int year, EdbEID personEID)
boolean uploadProcedure(boolean force)
abstract boolean save(File file)
boolean saveProcedure(boolean as)
abstract String getDataFileExtension()
abstract boolean parseEvalSheetData(File file, int asYear)
boolean printDataToPrinter(File file, EvalSheet.DataPrinter dp, int level)
public boolean dataPrint(File[] files, EvalSheet.DataPrinter dp)
public static void printHTMLTailer(EdbPrint ep)
public boolean printHTML(File file, String css)
file
- 出力先のファイルcss
- Style Sheet Pathtrue
,失敗した場合は false
を返します.public boolean printLaTeX(File file, String substitute_title, Collection<EdbEID> eoi)
file
- 出力先のファイルsubstitute_title
- タイトルeoi
- 下線を引くEIDのコレクションtrue
,失敗した場合は false
を返します.void procedurePrintHTML()
void procedurePrintLaTeX()
protected File[] chooseDataFiles()
void procedureCSV(String encoding)
void procedureCSVAll(String encoding)
void procedureDoc()
void fileActionPerformed(ActionEvent ae)
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
mouseClicked
in class EdbBrowser
protected JPanel makeMainPane()
protected void refreshMainFrame()
void makeDummyData()
public abstract List<? extends ESCategory> getCategories()
ESCategory getSelectedCategory()
boolean isSelected(ESCategory cat)
ESSection getSelectedSection()
void resetCategories()
void importItem(boolean yes)
public void refresh()
protected void refreshValue()
boolean importItemCheck()
void clearItem()
void sdgActionPerformed(ActionEvent ae)
void categoryActionPerformed(ActionEvent ae)
void sectionActionPerformed(ActionEvent ae)
public MLText edbWindowGetTitle()
edbWindowGetTitle
in interface EdbWindow
edbWindowGetTitle
in class EdbBrowser
public void edbWindowRedraw()
edbWindowRedraw
in interface EdbWindow
edbWindowRedraw
in class EdbBrowser
public void edbWindowSetVisible(boolean v)
edbWindowSetVisible
in interface EdbWindow
edbWindowSetVisible
in class EdbBrowser
v
- 表示するかどうかpublic boolean edbWindowClose(boolean force)
edbWindowClose
in interface EdbWindow
force
- 強制的に閉じるかどうかtrue
,失敗した場合は false
を返します.protected void changeDocumentYear(int oldThisYear)
abstract void postOpenProcessing()
public static EvalSheet newEvalSheet(EDB edb, int year, EdbEID eid)
edb
- EDB コンテキストyear
- 対象年度eid
- 入力者の EIDpublic static EvalSheet openEvalSheet(EDB edb, int year)
edb
- EDB コンテキストyear
- 対象年度public static EvalSheet downloadEvalSheet(EDB edb, EdbEID eid, int year)
edb
- EDB コンテキストeid
- EIDyear
- 対象年度public static EvalSheet downloadEvalSheet(EDB edb, EdbEID eid, int year, int baseYear)
edb
- EDB コンテキストeid
- EIDyear
- 対象年度baseYear
- ベース年度public static EvalSheet openEvalSheet(EDB edb, int year, File file)
edb
- EDB コンテキストyear
- 対象年度file
- 報告書public static EvalSheet createEmptyEvalSheet(EDB edb, int year)
edb
- EDB コンテキストyear
- 対象年度public ESCommon.Summary getSummary()
EDB Working Group at Tue Jun 10 17:08:59 JST 2025