ToolDialog

org.nlogo.app.tools.ToolDialog
abstract class ToolDialog(frame: Frame, i18nKey: String) extends JDialog

ToolDialog provides functionality common to NetLogo tools.

Attributes

Source
ToolDialog.scala
Graph
Supertypes
class JDialog
trait RootPaneContainer
trait WindowConstants
class Dialog
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

protected def initGUI(): Unit

GUI initialization

GUI initialization

Attributes

Source
ToolDialog.scala

Concrete methods

protected def onClose(): Unit

Attributes

Source
ToolDialog.scala
override def setVisible(visible: Boolean): Unit

Attributes

Definition Classes
Dialog -> Window -> Component
Source
ToolDialog.scala

Inherited methods

def add(x$0: Component, x$1: <FromJavaObject>, x$2: Int): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: Int): Component

Attributes

Inherited from:
Container
def add(x$0: String, x$1: Component): Component

Attributes

Inherited from:
Container
def add(x$0: Component): Component

Attributes

Inherited from:
Container
def add(x$0: PopupMenu): Unit

Attributes

Inherited from:
Component
def addComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def addContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def addFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def addHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def addHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def addInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
Component
def addKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def addMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def addMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def addMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component
def addNotify(): Unit

Attributes

Inherited from:
Dialog
def addPropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Window
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Window
def addWindowFocusListener(x$0: WindowFocusListener): Unit

Attributes

Inherited from:
Window
def addWindowListener(x$0: WindowListener): Unit

Attributes

Inherited from:
Window
def addWindowStateListener(x$0: WindowStateListener): Unit

Attributes

Inherited from:
Window
def applyComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container
def checkImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Int

Attributes

Inherited from:
Component
def checkImage(x$0: Image, x$1: ImageObserver): Int

Attributes

Inherited from:
Component
def contains(x$0: Point): Boolean

Attributes

Inherited from:
Component
def contains(x$0: Int, x$1: Int): Boolean

Attributes

Inherited from:
Component
def createBufferStrategy(x$0: Int, x$1: BufferCapabilities): Unit

Attributes

Inherited from:
Window

Attributes

Inherited from:
Window
def createImage(x$0: Int, x$1: Int): Image

Attributes

Inherited from:
Component
def createImage(x$0: ImageProducer): Image

Attributes

Inherited from:
Component
def createVolatileImage(x$0: Int, x$1: Int, x$2: ImageCapabilities): VolatileImage

Attributes

Inherited from:
Component
def createVolatileImage(x$0: Int, x$1: Int): VolatileImage

Attributes

Inherited from:
Component
final def dispatchEvent(x$0: AWTEvent): Unit

Attributes

Inherited from:
Component
def dispose(): Unit

Attributes

Inherited from:
Window
def doLayout(): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
def findComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def findComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container
def firePropertyChange(x$0: String, x$1: Double, x$2: Double): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Float, x$2: Float): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Long, x$2: Long): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Short, x$2: Short): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Char, x$2: Char): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Byte, x$2: Byte): Unit

Attributes

Inherited from:
Component
def getAccessibleContext(): AccessibleContext

Attributes

Inherited from:
JDialog

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container
def getBackground(): Color

Attributes

Inherited from:
Window
def getBaseline(x$0: Int, x$1: Int): Int

Attributes

Inherited from:
Component
def getBaselineResizeBehavior(): BaselineResizeBehavior

Attributes

Inherited from:
Component
def getBounds(x$0: Rectangle): Rectangle

Attributes

Inherited from:
Component
def getBounds(): Rectangle

Attributes

Inherited from:
Component
def getBufferStrategy(): BufferStrategy

Attributes

Inherited from:
Window
def getColorModel(): ColorModel

Attributes

Inherited from:
Component
def getComponent(x$0: Int): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container
def getComponentListeners(): Array[ComponentListener]

Attributes

Inherited from:
Component
def getComponentOrientation(): ComponentOrientation

Attributes

Inherited from:
Component
def getComponentZOrder(x$0: Component): Int

Attributes

Inherited from:
Container
def getComponents(): Array[Component]

Attributes

Inherited from:
Container
def getContainerListeners(): Array[ContainerListener]

Attributes

Inherited from:
Container
def getContentPane(): Container

Attributes

Inherited from:
JDialog
def getCursor(): Cursor

Attributes

Inherited from:
Component

Attributes

Inherited from:
JDialog
def getDropTarget(): DropTarget

Attributes

Inherited from:
Component
final def getFocusCycleRootAncestor(): Container

Attributes

Inherited from:
Window
def getFocusListeners(): Array[FocusListener]

Attributes

Inherited from:
Component
def getFocusOwner(): Component

Attributes

Inherited from:
Window
def getFocusTraversalKeys(x$0: Int): Set[AWTKeyStroke]

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component
def getFocusTraversalPolicy(): FocusTraversalPolicy

Attributes

Inherited from:
Container

Attributes

Inherited from:
Window
def getFont(): Font

Attributes

Inherited from:
Component
def getFontMetrics(x$0: Font): FontMetrics

Attributes

Inherited from:
Component
def getForeground(): Color

Attributes

Inherited from:
Component
def getGlassPane(): Component

Attributes

Inherited from:
JDialog
@BeanProperty(bound = false, expert = _, hidden = _, preferred = _, required = _, visualUpdate = _, description = _, enumerationValues = _)
def getGraphics(): Graphics

Attributes

Inherited from:
JDialog
def getGraphicsConfiguration(): GraphicsConfiguration

Attributes

Inherited from:
Component
def getHeight(): Int

Attributes

Inherited from:
Component
def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

Attributes

Inherited from:
Component
def getHierarchyListeners(): Array[HierarchyListener]

Attributes

Inherited from:
Component
def getIconImages(): List[Image]

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component
def getInputContext(): InputContext

Attributes

Inherited from:
Window
def getInputMethodListeners(): Array[InputMethodListener]

Attributes

Inherited from:
Component
def getInputMethodRequests(): InputMethodRequests

Attributes

Inherited from:
Component
def getInsets(): Insets

Attributes

Inherited from:
Container
def getJMenuBar(): JMenuBar

Attributes

Inherited from:
JDialog
def getKeyListeners(): Array[KeyListener]

Attributes

Inherited from:
Component
def getLayeredPane(): JLayeredPane

Attributes

Inherited from:
JDialog
def getLayout(): LayoutManager

Attributes

Inherited from:
Container
def getListeners[T <: EventListener](x$0: Class[T]): Array[T]

Attributes

Inherited from:
Window
def getLocale(): Locale

Attributes

Inherited from:
Window
def getLocation(x$0: Point): Point

Attributes

Inherited from:
Component
def getLocation(): Point

Attributes

Inherited from:
Component
def getLocationOnScreen(): Point

Attributes

Inherited from:
Component
def getMaximumSize(): Dimension

Attributes

Inherited from:
Container
def getMinimumSize(): Dimension

Attributes

Inherited from:
Container
def getModalExclusionType(): ModalExclusionType

Attributes

Inherited from:
Window
def getModalityType(): ModalityType

Attributes

Inherited from:
Dialog
def getMostRecentFocusOwner(): Component

Attributes

Inherited from:
Window
def getMouseListeners(): Array[MouseListener]

Attributes

Inherited from:
Component
def getMouseMotionListeners(): Array[MouseMotionListener]

Attributes

Inherited from:
Component
def getMousePosition(x$0: Boolean): Point

Attributes

Inherited from:
Container
def getMousePosition(): Point

Attributes

Inherited from:
Component
def getMouseWheelListeners(): Array[MouseWheelListener]

Attributes

Inherited from:
Component
def getName(): String

Attributes

Inherited from:
Component
def getOpacity(): Float

Attributes

Inherited from:
Window
def getOwnedWindows(): Array[Window]

Attributes

Inherited from:
Window
def getOwner(): Window

Attributes

Inherited from:
Window
def getParent(): Container

Attributes

Inherited from:
Component
def getPreferredSize(): Dimension

Attributes

Inherited from:
Container
def getPropertyChangeListeners(x$0: String): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "the RootPane object for this dialog.", enumerationValues = _)
def getRootPane(): JRootPane

Attributes

Inherited from:
JDialog
def getShape(): Shape

Attributes

Inherited from:
Window
def getSize(x$0: Dimension): Dimension

Attributes

Inherited from:
Component
def getSize(): Dimension

Attributes

Inherited from:
Component
def getTitle(): String

Attributes

Inherited from:
Dialog
def getToolkit(): Toolkit

Attributes

Inherited from:
Window
def getTransferHandler(): TransferHandler

Attributes

Inherited from:
JDialog
final def getTreeLock(): <FromJavaObject>

Attributes

Inherited from:
Component
def getType(): Type

Attributes

Inherited from:
Window
final def getWarningString(): String

Attributes

Inherited from:
Window
def getWidth(): Int

Attributes

Inherited from:
Component
def getWindowFocusListeners(): Array[WindowFocusListener]

Attributes

Inherited from:
Window
def getWindowListeners(): Array[WindowListener]

Attributes

Inherited from:
Window
def getWindowStateListeners(): Array[WindowStateListener]

Attributes

Inherited from:
Window
def getX(): Int

Attributes

Inherited from:
Component
def getY(): Int

Attributes

Inherited from:
Component
def hasFocus(): Boolean

Attributes

Inherited from:
Component
def imageUpdate(x$0: Image, x$1: Int, x$2: Int, x$3: Int, x$4: Int, x$5: Int): Boolean

Attributes

Inherited from:
Component
def invalidate(): Unit

Attributes

Inherited from:
Container
def isActive(): Boolean

Attributes

Inherited from:
Window
final def isAlwaysOnTop(): Boolean

Attributes

Inherited from:
Window

Attributes

Inherited from:
Window
def isAncestorOf(x$0: Component): Boolean

Attributes

Inherited from:
Container

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
final def isFocusCycleRoot(): Boolean

Attributes

Inherited from:
Window
def isFocusCycleRoot(x$0: Container): Boolean

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
final def isFocusableWindow(): Boolean

Attributes

Inherited from:
Window

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
def isModal(): Boolean

Attributes

Inherited from:
Dialog
def isOpaque(): Boolean

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component

Attributes

Inherited from:
Dialog

Attributes

Inherited from:
Window

Attributes

Inherited from:
Dialog
def isValid(): Boolean

Attributes

Inherited from:
Component

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component
def list(x$0: PrintWriter, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintStream, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintWriter): Unit

Attributes

Inherited from:
Component
def list(x$0: PrintStream): Unit

Attributes

Inherited from:
Component
def list(): Unit

Attributes

Inherited from:
Component
def pack(): Unit

Attributes

Inherited from:
Window
def paint(x$0: Graphics): Unit

Attributes

Inherited from:
Window
def paintAll(x$0: Graphics): Unit

Attributes

Inherited from:
Component
def paintComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
def prepareImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Boolean

Attributes

Inherited from:
Component
def prepareImage(x$0: Image, x$1: ImageObserver): Boolean

Attributes

Inherited from:
Component
def printAll(x$0: Graphics): Unit

Attributes

Inherited from:
Component
def printComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
def remove(x$0: Component): Unit

Attributes

Inherited from:
JDialog
def remove(x$0: Int): Unit

Attributes

Inherited from:
Container
def remove(x$0: MenuComponent): Unit

Attributes

Inherited from:
Component
def removeAll(): Unit

Attributes

Inherited from:
Container
def removeComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def removeContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def removeFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def removeInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
Component
def removeKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def removeMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def removeMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def removeMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
Window
def removePropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removeWindowFocusListener(x$0: WindowFocusListener): Unit

Attributes

Inherited from:
Window
def removeWindowListener(x$0: WindowListener): Unit

Attributes

Inherited from:
Window
def removeWindowStateListener(x$0: WindowStateListener): Unit

Attributes

Inherited from:
Window
def repaint(x$0: Long, x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
JDialog
def repaint(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Component
def repaint(x$0: Long): Unit

Attributes

Inherited from:
Component
def repaint(): Unit

Attributes

Inherited from:
Component
def requestFocus(x$0: Cause): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
def requestFocusInWindow(x$0: Cause): Boolean

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component
def revalidate(): Unit

Attributes

Inherited from:
Component
final def setAlwaysOnTop(x$0: Boolean): Unit

Attributes

Inherited from:
Window

Attributes

Inherited from:
Window
def setBackground(x$0: Color): Unit

Attributes

Inherited from:
Dialog
def setBounds(x$0: Rectangle): Unit

Attributes

Inherited from:
Window
def setBounds(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Window
def setComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
Component
def setComponentZOrder(x$0: Component, x$1: Int): Unit

Attributes

Inherited from:
Container
@BeanProperty(bound = false, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "The client area of the dialog where child components are normally inserted.", enumerationValues = _)
def setContentPane(x$0: Container): Unit

Attributes

Inherited from:
JDialog
def setCursor(x$0: Cursor): Unit

Attributes

Inherited from:
Window
@BeanProperty(bound = _, expert = _, hidden = _, preferred = true, required = _, visualUpdate = _, description = "The dialog\'s default close operation.", enumerationValues = "WindowConstants.DO_NOTHING_ON_CLOSE", "WindowConstants.HIDE_ON_CLOSE", "WindowConstants.DISPOSE_ON_CLOSE")

Attributes

Inherited from:
JDialog
def setDropTarget(x$0: DropTarget): Unit

Attributes

Inherited from:
Component
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
Component
final def setFocusCycleRoot(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setFocusTraversalKeys(x$0: Int, x$1: Set[_ <: AWTKeyStroke]): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
def setFocusTraversalPolicy(x$0: FocusTraversalPolicy): Unit

Attributes

Inherited from:
Container

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component

Attributes

Inherited from:
Window
def setFont(x$0: Font): Unit

Attributes

Inherited from:
Container
def setForeground(x$0: Color): Unit

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "A transparent pane used for menu rendering.", enumerationValues = _)
def setGlassPane(x$0: Component): Unit

Attributes

Inherited from:
JDialog
def setIconImage(x$0: Image): Unit

Attributes

Inherited from:
Window
def setIconImages(x$0: List[_ <: Image]): Unit

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component
@BeanProperty(bound = false, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "The menubar for accessing pulldown menus from this dialog.", enumerationValues = _)
def setJMenuBar(x$0: JMenuBar): Unit

Attributes

Inherited from:
JDialog
@BeanProperty(bound = false, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "The pane which holds the various dialog layers.", enumerationValues = _)
def setLayeredPane(x$0: JLayeredPane): Unit

Attributes

Inherited from:
JDialog
def setLayout(x$0: LayoutManager): Unit

Attributes

Inherited from:
JDialog
def setLocale(x$0: Locale): Unit

Attributes

Inherited from:
Component
def setLocation(x$0: Point): Unit

Attributes

Inherited from:
Window
def setLocation(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Window

Attributes

Inherited from:
Window
def setLocationRelativeTo(x$0: Component): Unit

Attributes

Inherited from:
Window
def setMaximumSize(x$0: Dimension): Unit

Attributes

Inherited from:
Component
def setMinimumSize(x$0: Dimension): Unit

Attributes

Inherited from:
Window
def setMixingCutoutShape(x$0: Shape): Unit

Attributes

Inherited from:
Component
def setModal(x$0: Boolean): Unit

Attributes

Inherited from:
Dialog
def setModalExclusionType(x$0: ModalExclusionType): Unit

Attributes

Inherited from:
Window
def setModalityType(x$0: ModalityType): Unit

Attributes

Inherited from:
Dialog
def setName(x$0: String): Unit

Attributes

Inherited from:
Component
def setOpacity(x$0: Float): Unit

Attributes

Inherited from:
Dialog
def setPreferredSize(x$0: Dimension): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
Dialog
def setShape(x$0: Shape): Unit

Attributes

Inherited from:
Dialog
def setSize(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Window
def setSize(x$0: Dimension): Unit

Attributes

Inherited from:
Window
def setTitle(x$0: String): Unit

Attributes

Inherited from:
Dialog
@BeanProperty(bound = _, expert = _, hidden = true, preferred = _, required = _, visualUpdate = _, description = "Mechanism for transfer of data into the component", enumerationValues = _)
def setTransferHandler(x$0: TransferHandler): Unit

Attributes

Inherited from:
JDialog
def setType(x$0: Type): Unit

Attributes

Inherited from:
Window

Attributes

Inherited from:
Dialog
def toBack(): Unit

Attributes

Inherited from:
Dialog
def toFront(): Unit

Attributes

Inherited from:
Window
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container

Attributes

Inherited from:
Component
def update(x$0: Graphics): Unit

Attributes

Inherited from:
JDialog
def validate(): Unit

Attributes

Inherited from:
Container

Deprecated and Inherited methods

@Deprecated(since = _, forRemoval = _)
def action(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def applyResourceBundle(x$0: String): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Window
@Deprecated(since = _, forRemoval = _)
def applyResourceBundle(x$0: ResourceBundle): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Window
@Deprecated(since = _, forRemoval = _)
def bounds(): Rectangle

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def deliverEvent(x$0: Event): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def disable(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def enable(x$0: Boolean): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def enable(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def gotFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def handleEvent(x$0: Event): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def hide(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Dialog
@Deprecated(since = _, forRemoval = _)
def insets(): Insets

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def inside(x$0: Int, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def keyDown(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def keyUp(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def layout(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def locate(x$0: Int, x$1: Int): Component

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def location(): Point

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def lostFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def minimumSize(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def mouseDown(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseDrag(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseEnter(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseExit(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseMove(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def mouseUp(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def move(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def nextFocus(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def postEvent(x$0: Event): Boolean

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Window
@Deprecated(since = _, forRemoval = _)
def preferredSize(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Container
@Deprecated(since = _, forRemoval = _)
def reshape(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Window
@Deprecated(since = _, forRemoval = _)
def resize(x$0: Dimension): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def resize(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def show(): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Dialog
@Deprecated(since = _, forRemoval = _)
def show(x$0: Boolean): Unit

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component
@Deprecated(since = _, forRemoval = _)
def size(): Dimension

Attributes

Deprecated
[Since version ] see corresponding Javadoc for more information.
Inherited from:
Component

Implicits

Implicits

implicit protected val i18nPrefix: Prefix

Makes it easy for tools to access their own i18n keys with I18N.gui(...)

Makes it easy for tools to access their own i18n keys with I18N.gui(...)

Attributes

Source
ToolDialog.scala