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

Quick Search    Search Deep

com.trapezium.chisel.gui: Javadoc index of package com.trapezium.chisel.gui.


Package Samples:

com.trapezium.chisel.gui

Classes:

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); } }
TitleBar: A title bar control for a movable window. The title bar displays a title, moves the window which owns it. By default it assumes its parent is the window to move, but any ancestor can be specified. The title bar can also contain up to three buttons (minimize, maximize and close) as specified in the style parameter. The default is a maximize and a close button.
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. WorkspaceEvent works for any component.
ScrollablePane: The base container for our own gui implementation. This class includes commonly needed functionality such as double buffering, background texture and border.
ChiselAWTPane: The base container for our own gui implementation. This class includes commonly needed functionality such as background texture and border.
ComponentFactory: The ComponentFactory builds functional user interface components for Chisel. This isolates Chisel from any knowledge of JFC.
BufferedPane: A pane which uses an offscreen buffer to avoid flashing and flickering when the screen is painted.
WorkspaceListener: WorkspaceListener adds window maximization to WindowListener
SpinBox: A widget for selecting from a numerical sequence of values.
BaseDialog: generic dialog box; subclass to turn into a usable dialog
PaddedGridLayout: a GridLayout with an independently adjustable margin
DividerBarComponent: An adjustable divider between two sizeable objects
AboutPanel: information panel for about box and splash screen
LabelConstants: defined constants for text and image alignment
LabelledImageButton: A lightweigt button with an image plus a label
GlyphButton: A button containing a glyph (see Glyph.java)
FontPool: global font pool sharable by all components
ToolbarSeparator: A lightweight separator component
SelectOperation: an abstract selection operation
DisplayConstants: Global predefined display info
PopupViewer: A tooltip popup window
Tooltip: A tooltip popup window
Slider: A lightweight slider
TextEdit: A lightweight label

Home | Contact Us | Privacy Policy | Terms of Service