abstract class SectionItem2014.ItemField extends Object implements ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) String |
description |
(package private) String |
id |
(package private) MLText |
ml_description |
(package private) MLText |
ml_postfix |
(package private) MLText |
ml_title |
(package private) SectionItem2014.FieldPanel |
panel |
(package private) String |
postfix |
(package private) SectionItem2014.RBField |
rbField |
(package private) String |
title |
(package private) jp.ac.tokushima_u.edb.evalsheet.SectionItem2014.FieldType |
type |
(package private) double |
value |
Constructor and Description |
---|
ItemField(jp.ac.tokushima_u.edb.evalsheet.SectionItem2014.FieldType ft,
MLText t,
MLText d) |
ItemField(jp.ac.tokushima_u.edb.evalsheet.SectionItem2014.FieldType ft,
MLText t,
MLText d,
MLText pos) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
(package private) boolean |
descriptionIsShown() |
(package private) String |
getID() |
(package private) boolean |
hasOddValue() |
(package private) void |
hideDescription() |
(package private) abstract void |
inspect() |
(package private) boolean |
isEmpty() |
(package private) abstract void |
loadFromDict(UDict dict,
UPath path) |
(package private) abstract JComponent |
makeField(double v) |
(package private) abstract void |
makePanel(SectionItem item) |
(package private) abstract void |
printHTML(EdbPrint ep) |
(package private) abstract void |
printLaTeX(EdbPrint ep) |
(package private) abstract void |
retrieveValueFromPanel() |
(package private) abstract void |
saveToDict(UDict dict,
UPath path) |
(package private) void |
showDescription(int y,
int x,
int w,
int width) |
jp.ac.tokushima_u.edb.evalsheet.SectionItem2014.FieldType type
String id
String title
String description
String postfix
MLText ml_title
MLText ml_description
MLText ml_postfix
SectionItem2014.FieldPanel panel
double value
SectionItem2014.RBField rbField
ItemField(jp.ac.tokushima_u.edb.evalsheet.SectionItem2014.FieldType ft, MLText t, MLText d, MLText pos)
String getID()
boolean isEmpty()
void showDescription(int y, int x, int w, int width)
void hideDescription()
boolean descriptionIsShown()
boolean hasOddValue()
abstract JComponent makeField(double v)
abstract void makePanel(SectionItem item)
abstract void retrieveValueFromPanel()
abstract void inspect()
abstract void printHTML(EdbPrint ep)
abstract void printLaTeX(EdbPrint ep)
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
EDB Working Group at Tue Jun 10 17:08:59 JST 2025