直列化された形式


パッケージ jp.hishidama.eval

Class jp.hishidama.eval.EvalException extends RuntimeException implements Serializable

直列化されたフィールド

msgCode

int msgCode
エラーメッセージコード.

導入されたバージョン:
2007.03.02

msgOpt

String[] msgOpt
エラーメッセージのオプション.

導入されたバージョン:
2007.03.02

string

String string
エラーの起きた文字列.


pos

int pos
文字列中のエラーの起きた位置.


ename

String ename
何を解析していたか.


word

String word
解釈中の文字列.

Class jp.hishidama.eval.EvalThroughException extends EvalException implements Serializable


パッケージ jp.hishidama.hadoop.cascading.pipe

Class jp.hishidama.hadoop.cascading.pipe.CoGroupEx extends CoGroup implements Serializable

serialVersionUID: 7208704794137271890L


パッケージ jp.hishidama.hadoop.cascading.pipe.assembly

Class jp.hishidama.hadoop.cascading.pipe.assembly.StandardScore extends SubAssembly implements Serializable

serialVersionUID: -7077664290201741811L

Class jp.hishidama.hadoop.cascading.pipe.assembly.StandardScore.Deviation extends BaseOperation<jp.hishidama.hadoop.cascading.pipe.assembly.StandardScore.Deviation.Context> implements Serializable

serialVersionUID: 1L

Class jp.hishidama.hadoop.cascading.pipe.assembly.StandardScore.Score extends BaseOperation<Object> implements Serializable

serialVersionUID: 1L


パッケージ jp.hishidama.html.parser.elem

Class jp.hishidama.html.parser.elem.HtListElement.ElemList extends ArrayList<HtElement> implements Serializable

serialVersionUID: 1L


パッケージ jp.hishidama.lang

Class jp.hishidama.lang.IllegalArgumentLengthException extends IllegalArgumentException implements Serializable

serialVersionUID: -1652752633469109078L

直列化されたフィールド

len

int len

min

int min

max

int max

パッケージ jp.hishidama.robot

Class jp.hishidama.robot.TimeoutException extends RuntimeException implements Serializable

serialVersionUID: -1420932826242953503L

直列化されたフィールド

pos

int pos

timeout

int timeout

パッケージ jp.hishidama.swing.action

Class jp.hishidama.swing.action.DelegateAction extends AbstractAction implements Serializable

serialVersionUID: -8684123884513557405L

直列化されたフィールド

component

Component component

action

Action action

Class jp.hishidama.swing.action.ExAction extends AbstractAction implements Serializable

serialVersionUID: 8340351742780056052L

Class jp.hishidama.swing.action.TextDelegateAction extends DelegateAction implements Serializable

serialVersionUID: -5945792901022724790L


パッケージ jp.hishidama.swing.dialog

Class jp.hishidama.swing.dialog.ProgressDialog extends JDialog implements Serializable

serialVersionUID: -7605680076737565525L

直列化されたフィールド

progressBar

JProgressBar progressBar
プログレスバー


canceled

boolean canceled

autoClose

boolean autoClose

okButton

JButton okButton

cancelButton

JButton cancelButton

Class jp.hishidama.swing.dialog.ProgressDialog.ProgressCancelAction extends ExAction implements Serializable

serialVersionUID: -1756791747373917769L

Class jp.hishidama.swing.dialog.ProgressDialog.ProgressDisposeAction extends ExAction implements Serializable

serialVersionUID: -1756791747373917769L


パッケージ jp.hishidama.swing.drag.window

Class jp.hishidama.swing.drag.window.DragBoxWindow extends DragWindow implements Serializable

serialVersionUID: -2477635780208877639L

Class jp.hishidama.swing.drag.window.DragImageWindow extends DragWindow implements Serializable

serialVersionUID: -2474361760012233166L

Class jp.hishidama.swing.drag.window.DragWindow extends Window implements Serializable

serialVersionUID: -2338068862539204147L

直列化されたフィールド

borderColor

Color borderColor
枠線の色


image

Image image
ウィンドウ作成時の全画面の画像


nx

int nx
マウスとウィンドウの相対座標X


ny

int ny
マウスとウィンドウの相対座標Y


パッケージ jp.hishidama.swing.layout

Class jp.hishidama.swing.layout.GroupLayoutUtil.Gap extends Component implements Serializable

serialVersionUID: -3143356632258067324L

直列化されたフィールド

comp

Component comp

colMin

int colMin

colPref

int colPref

colMax

int colMax

rowMin

int rowMin

rowPref

int rowPref

rowMax

int rowMax

パッケージ jp.hishidama.swing.popup

Class jp.hishidama.swing.popup.DefaultPopupMenu extends AbstractAction implements Serializable

serialVersionUID: -6253061612303005121L

Class jp.hishidama.swing.popup.ExPopupMenu extends JPopupMenu implements Serializable

serialVersionUID: 164492326728598410L

直列化されたフィールド

component

JComponent component

Class jp.hishidama.swing.popup.PopupMenuDelegateAction extends AbstractAction implements Serializable

serialVersionUID: -69443095646469128L

直列化されたフィールド

action

Action action

パッケージ jp.hishidama.swing.radio

Class jp.hishidama.swing.radio.ExButtonGroup extends ButtonGroup implements Serializable

serialVersionUID: -1475598640349542914L


パッケージ jp.hishidama.swing.table

Class jp.hishidama.swing.table.ExTable extends JTable implements Serializable

serialVersionUID: -1061444858541185937L

直列化されたフィールド

umu

UndoManagerUtil umu

editorum

UndoManager editorum

Class jp.hishidama.swing.table.ExTableModel extends DefaultTableModel implements Serializable

serialVersionUID: -8310245115388152864L

直列化されたフィールド

undoSupport

ExUndoableEditSupport undoSupport

Class jp.hishidama.swing.table.ExTableModel.InsertRowUndo extends AbstractUndoableEdit implements Serializable

serialVersionUID: -6460259062834570436L

直列化されたフィールド

row

int row

newData

Vector<E> newData

Class jp.hishidama.swing.table.ExTableModel.MoveRowUndo extends AbstractUndoableEdit implements Serializable

serialVersionUID: 5778922981265953245L

直列化されたフィールド

start

int start

shift

int shift

to

int to

Class jp.hishidama.swing.table.ExTableModel.RemoveRowUndo extends AbstractUndoableEdit implements Serializable

serialVersionUID: 8053068881092666629L

直列化されたフィールド

row

int row

oldData

Vector<E> oldData

Class jp.hishidama.swing.table.ExTableModel.SetNumRowsUndo extends AbstractUndoableEdit implements Serializable

serialVersionUID: -8729739044656312938L

直列化されたフィールド

newRowCount

int newRowCount

oldRowCount

int oldRowCount

rowList

List<E> rowList

Class jp.hishidama.swing.table.ExTableModel.SetValueUndo extends AbstractUndoableEdit implements Serializable

serialVersionUID: -4285749797087066129L

直列化されたフィールド

oldValue

Object oldValue

newValue

Object newValue

row

int row

column

int column

Class jp.hishidama.swing.table.FitHeader extends JTableHeader implements Serializable

serialVersionUID: -5014336688889079560L

直列化されたフィールド

headFit

boolean headFit

Class jp.hishidama.swing.table.LazyTable extends ExTable implements Serializable

serialVersionUID: 1967024288947619406L

直列化されたフィールド

addColor

Color addColor

chgColor

Color chgColor

delColor

Color delColor

Class jp.hishidama.swing.table.LazyTable.LazyAddAction extends ExAction implements Serializable

serialVersionUID: 7760245387919187532L

Class jp.hishidama.swing.table.LazyTable.LazyCommitAction extends ExAction implements Serializable

serialVersionUID: -6131563976413164547L

Class jp.hishidama.swing.table.LazyTable.LazyDelAction extends ExAction implements Serializable

serialVersionUID: 7353001704303178725L

Class jp.hishidama.swing.table.LazyTable.LazyRollbackAction extends ExAction implements Serializable

serialVersionUID: 9071502699445820522L

Class jp.hishidama.swing.table.LazyTableModel extends ExTableModel implements Serializable

serialVersionUID: 1591234686660546702L

Class jp.hishidama.swing.table.RowHeaderDataModel extends DefaultTableModel implements Serializable

serialVersionUID: 9222112264558601539L

直列化されたフィールド

dataTable

JTable dataTable

Class jp.hishidama.swing.table.RowHeaderSelectionModel extends DefaultListSelectionModel implements Serializable

serialVersionUID: -9045620466701969980L

直列化されたフィールド

dataTable

JTable dataTable

rsm

ListSelectionModel rsm

csm

ListSelectionModel csm

Class jp.hishidama.swing.table.RowHeaderTable extends JTable implements Serializable

serialVersionUID: 5371347964805024090L

直列化されたフィールド

dataTable

JTable dataTable

sortListener

RowHeaderSortListener sortListener

パッケージ jp.hishidama.swing.table.editor

Class jp.hishidama.swing.table.editor.BooleanEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 3423822347276965549L

直列化されたフィールド

dvalue

Object dvalue

type

Class<T> type

Class jp.hishidama.swing.table.editor.DateEditor extends DefaultCellEditor implements Serializable

serialVersionUID: 7159257623625914894L

直列化されたフィールド

formatter

DateFormat formatter

dvalue

Date dvalue

Class jp.hishidama.swing.table.editor.IntEditor extends DefaultCellEditor implements Serializable

serialVersionUID: -8368795944481669400L

直列化されたフィールド

dvalue

Integer dvalue

パッケージ jp.hishidama.swing.table.renderer

Class jp.hishidama.swing.table.renderer.BooleanRenderer extends JCheckBox implements Serializable

serialVersionUID: -7556742779722900061L

直列化されたフィールド

unselectedBackground

Color unselectedBackground

パッケージ jp.hishidama.swing.table.transfer

Class jp.hishidama.swing.table.transfer.JTableTransferHandler extends TransferHandler implements Serializable

serialVersionUID: -3280869929263746341L


パッケージ jp.hishidama.swing.text

Class jp.hishidama.swing.text.ExTextArea extends JTextArea implements Serializable

serialVersionUID: 7740398681415777592L

直列化されたフィールド

textManager

TextManager textManager

Class jp.hishidama.swing.text.ExTextField extends JTextField implements Serializable

serialVersionUID: 1814642627567181326L

直列化されたフィールド

textManager

TextManager textManager

Class jp.hishidama.swing.text.ExTextPane extends JTextPane implements Serializable

serialVersionUID: 4589613545320717526L

直列化されたフィールド

textManager

TextManager textManager

wrap

boolean wrap

Class jp.hishidama.swing.text.VisibleCaret extends DefaultCaret implements Serializable

serialVersionUID: 1140099288992101139L


パッケージ jp.hishidama.swing.tree

Class jp.hishidama.swing.tree.LazyTree extends JTree implements Serializable

serialVersionUID: 8874292428617581358L

Class jp.hishidama.swing.tree.LazyTreeNode extends DefaultMutableTreeNode implements Serializable

serialVersionUID: -1093870822329983065L

直列化されたフィールド

added

boolean added

パッケージ jp.hishidama.swing.undo

Class jp.hishidama.swing.undo.TextUndoManager extends UndoManager implements Serializable

serialVersionUID: 5375924557489349842L

直列化されたフィールド

umu

UndoManagerUtil umu

handler

jp.hishidama.swing.undo.TextUndoManager.EventHandler handler

Class jp.hishidama.swing.undo.UndoManagerUtil.RedoAction extends ExAction implements Serializable

serialVersionUID: -7720240262168030520L

直列化されたフィールド

um

UndoManager um

Class jp.hishidama.swing.undo.UndoManagerUtil.UndoAction extends ExAction implements Serializable

serialVersionUID: 3893649109654476856L

直列化されたフィールド

um

UndoManager um

Class jp.hishidama.swing.undo.UndoTextArea extends JTextArea implements Serializable

serialVersionUID: -6782354587412641915L

直列化されたフィールド

um

UndoManager um

Class jp.hishidama.swing.undo.UndoTextField extends JTextField implements Serializable

serialVersionUID: 1425296751813583239L

直列化されたフィールド

um

UndoManager um

パッケージ jp.hishidama.util

Class jp.hishidama.util.DoubleOrderedHashMap extends HashMap<K,V> implements Serializable

serialVersionUID: -3301801302257383034L

直列化されたフィールド

reverseMap

HashMap<K,V> reverseMap
逆方向マップ


パッケージ jp.hishidama.win32

Class jp.hishidama.win32.NativeException extends RuntimeException implements Serializable

serialVersionUID: 4164868244515537003L

直列化されたフィールド

code

int code

flag

int flag

addr

long addr

info

long[] info

パッケージ jp.hishidama.win32.api

Class jp.hishidama.win32.api.Win32Exception extends RuntimeException implements Serializable

serialVersionUID: -6826834469784878586L

直列化されたフィールド

error

int error

パッケージ jp.hishidama.win32.com

Class jp.hishidama.win32.com.ComException extends RuntimeException implements Serializable

serialVersionUID: 1633520862595253090L

Class jp.hishidama.win32.com.HResultException extends ComException implements Serializable

serialVersionUID: 798106052860935312L

直列化されたフィールド

hr

int hr

パッケージ jp.hishidama.zip

Class jp.hishidama.zip.ZipCrcException extends ZipException implements Serializable

serialVersionUID: 8267257760411378959L

Class jp.hishidama.zip.ZipPasswordException extends ZipException implements Serializable

serialVersionUID: -7225423289925959589L