|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjimm.datavision.gui.FieldWidget
jimm.datavision.gui.EditWinWidget
jimm.datavision.gui.ParameterWidget
public class ParameterWidget
A parameter widget must be able to edit its parameter's settings and perform a few other parameter-specific actions.
| Field Summary |
|---|
| Fields inherited from class jimm.datavision.gui.EditWinWidget |
|---|
editor |
| Fields inherited from class jimm.datavision.gui.FieldWidget |
|---|
action, ACTION_INACTION, ACTION_MOVE, ACTION_POPPING_UP_MENU, ACTION_STRETCH_BOTTOM, ACTION_STRETCH_LEFT, ACTION_STRETCH_RIGHT, ACTION_STRETCH_TOP, actionStartedYet, aggregatesMenuItem, alignSubmenu, componentMap, formatMenuItem, GRAB_EDGE_WIDTH, MIN_SIZE, mouseChangedSelectedState, nameItem, popup, POPUP_FONT, preMoveInfo, preStretchInfo, sectionWidget, selected, showOrHide, sizeSubmenu, swingField |
| Constructor Summary | |
|---|---|
ParameterWidget(SectionWidget sw,
Field field)
Constructor. |
|
| Method Summary | |
|---|---|
protected javax.swing.JDialog |
createEditor()
Creates and returns a new frame suitable for editing this widget. |
protected java.lang.String |
getEditorLabel()
Returns the name edit window's label (the prompt that goes before the text edit field). |
protected java.lang.String |
getEditorTitle()
Returns the name edit window's title. |
protected java.lang.String |
getWidgetName()
Returns the name string. |
void |
setWidgetName(java.lang.String newName)
Set editable object's name. |
| Methods inherited from class jimm.datavision.gui.EditWinWidget |
|---|
actionPerformed, addCustomPopupItems, mouseClicked, openEditor, rename, updateEditor |
| Methods inherited from class jimm.datavision.gui.FieldWidget |
|---|
actionFromPosition, align, buildPopupMenu, cursorForPosition, delete, doDelete, doDrag, doSelect, doSetVisibility, dragEnter, dragExit, dragOver, drop, dropActionChanged, enableMenuItems, finalize, findFieldWidgetOwning, getColor, getComponent, getField, getPopupNameText, getPreMoveInfo, getSectionWidget, isSelected, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mousePressReleaseCommon, mouseReleased, moveToSection, pickUp, putDown, resetCursor, select, setVisibilityLook, showPopupMenu, size, snapBack, startStretching, stopStretching, toggleVisibility, toString, update, usesFormat |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterWidget(SectionWidget sw,
Field field)
sw - section widget in which the field's new widget will residefield - a report field| Method Detail |
|---|
protected javax.swing.JDialog createEditor()
EditWinWidget
createEditor in class EditWinWidgetprotected java.lang.String getWidgetName()
EditWinWidget
getWidgetName in class EditWinWidgetprotected java.lang.String getEditorTitle()
EditWinWidget
getEditorTitle in class EditWinWidgetprotected java.lang.String getEditorLabel()
EditWinWidget
getEditorLabel in class EditWinWidgetpublic void setWidgetName(java.lang.String newName)
EditWinWidgetnull.
setWidgetName in class EditWinWidgetnewName - the new name string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||