Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.trapezium.chisel.gui

Interface Summary
ActionImpl  
Control  
DirtyMarker  
DisplayConstants Global predefined display info
LabelConstants defined constants for text and image alignment
WorkspaceListener WorkspaceListener adds window maximization to WindowListener
 

Class Summary
AboutDialog  
AboutPanel information panel for about box and splash screen
BaseDialog generic dialog box; subclass to turn into a usable dialog
BorderSizer  
BufferedPane A pane which uses an offscreen buffer to avoid flashing and flickering when the screen is painted.
ChiselAWTAction class ChiselJAction extends DefaultAction implements ActionImpl { ActionListener owner; public ChiselJAction(ActionListener owner, String name) { super(name); this.owner = owner; } public void actionPerformed(ActionEvent e) { owner.actionPerformed(e); } public String getName() { return getText(NAME); } public void setName(String name) { setText(NAME, name); } }
ChiselAWTDividedPane  
ChiselAWTFrame  
ChiselAWTPane The base container for our own gui implementation.
ChiselAWTStatusBar  
ChiselAWTToolBar  
ChiselAWTViewer  
ChiselController  
ChiselDoc  
ChiselReporter  
ChiselTextComponent  
ComponentBackground  
ComponentFactory The ComponentFactory builds functional user interface components for Chisel.
ConstrainedMover  
DirectoryControl  
DividerBarComponent An adjustable divider between two sizeable objects
FetchDialog  
FontPool global font pool sharable by all components
FontString  
GlassPanel  
Glyph  
GlyphButton A button containing a glyph (see Glyph.java)
HolderPane  
HostDialog  
JournalItem  
LabelledImageButton A lightweigt button with an image plus a label
Mover  
ObjectPainter  
OneButtonDialog  
OptionsDialog  
OrientationButton  
PaddedGridLayout a GridLayout with an independently adjustable margin
PopupViewer A tooltip popup window
ProgressBar  
Ruler  
ScrollablePane The base container for our own gui implementation.
SelectOperation an abstract selection operation
Sizer  
Slider A lightweight slider
SpinBox A widget for selecting from a numerical sequence of values.
TableCellComponent  
TableHeaderComponent  
TableRowComponent  
TextEdit A lightweight label
TextLabel A lightweight label
TitleBar A title bar control for a movable window.
ToolbarSeparator A lightweight separator component
ToolCell  
ToolRow  
Tooltip A tooltip popup window
UnlockDialog  
WorkspaceEvent WorkspaceEvent extends WindowEvent because that's what it really should be, except that WindowEvents only work for Windows which are heavyweight components we'd rather not have to use.