public interface IInputDialog<INPUT_TYPE> extends IWindow, IInputComponent<INPUT_TYPE>
Modifier and Type | Method and Description |
---|---|
boolean |
isOkPressed() |
void |
setMinSize(Dimension minSize) |
centerLocation, createChildWindow, getChildWindows, setMaxPackSize, setMinPackSize
dispose, getParentBounds, pack
addWindowListener, removeWindowListener
addValidator, hasModifications, isEditable, resetModificationState
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, getRoot, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
getValue, setValue
addValidationConditionListener, removeValidationConditionListener, validate
setEditable
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addInputListener, removeInputListener
void setMinSize(Dimension minSize)
boolean isOkPressed()
Siehe auch Jowidgets Nutzerhandbuch