Module Java.Awt

Definitions for native components found in packages java.awt, java.awt.event

Imports

Table of Content

Definitions

data Component = native java.awt.Component

a bare java.awt.Component

Member Functions

setEnabledMutableIO ComponentBoolIO ()
native setEnabled
setVisibleMutableIO ComponentBoolIO ()
native setVisible
data Container = native java.awt.Container

a bare java.awt.Container

Member Functions

addMutableIO ContainerMutableIO ComponentSTMutable RealWorld Component
native add
setLayoutMutableIO ContainerMutableIO LayoutManagerIO ()
native setLayout
data LayoutManager = native java.awt.LayoutManager
data Window = native java.awt.Window

some java.awt.Window

Member Functions

packMutableIO WindowIO ()
native pack
data AWTEvent = native java.awt.AWTEvent

an object with compile time type java.awt.AWTEvent

data ActionEvent = native java.awt.event.ActionEvent

an object with compile time type java.awt.event.ActionEvent

Member Functions

alt_maskInt
pure native java.awt.event.ActionEvent.ALT_MASK
ctrl_maskInt
pure native java.awt.event.ActionEvent.CTRL_MASK
getActionCommandMutableIO ActionEventIO String
native getActionCommand
getModifiersMutableIO ActionEventIO Int
native getModifiers
meta_maskInt
pure native java.awt.event.ActionEvent.META_MASK
shift_maskInt
pure native java.awt.event.ActionEvent.SHIFT_MASK
data ActionListener = native java.awt.event.ActionListener

an object with compile time type java.awt.event.ActionListener

Member Functions

actionPerformedMutableIO ActionListenerMutableIO ActionEventIO ()
native actionPerformed
new ∷ (MutableIO ActionEventIO ()) → STMutable RealWorld ActionListener
native Awt.actionListener

make an action listener from a function

data Frame = native java.awt.Frame

Member Functions

setTitleMutableIO FrameStringIO ()
native setTitle

Functions and Values by Type

(MutableIO ActionEventIO ()) → STMutable RealWorld ActionListener

ActionListener.new

MutableIO ActionEventIO String

ActionEvent.getActionCommand

MutableIO ActionEventIO Int

ActionEvent.getModifiers

MutableIO ActionListenerMutableIO ActionEventIO ()

ActionListener.actionPerformed

MutableIO ComponentBoolIO ()

Component.setEnabled, Component.setVisible

MutableIO ContainerMutableIO ComponentSTMutable RealWorld Component

Container.add

MutableIO ContainerMutableIO LayoutManagerIO ()

Container.setLayout

MutableIO FrameStringIO ()

Frame.setTitle

MutableIO WindowIO ()

Window.pack

Int

ActionEvent.shift_mask, ActionEvent.meta_mask, ActionEvent.alt_mask, ActionEvent.ctrl_mask

Valid HTML 4.01 Strict