Package org.montsuqi.widgets

Interface Summary
TimerListener An event listener interface for TimerEvent.
 

Class Summary
Button A class that simulates Gtk+'s Button widget.
Calendar A class that simulates Gtk+'s Calendar widget.
CertificateDetailPanel A component that shows details of a certificate.
CheckBox A class that simulates Gtk+'s CheckBox.
CListFixedCellRenderer A CellRenderer that is used for CList's cells whose representation is a Fixed widget.
CListHeaderRenderer A table header renderer used along with CListFixedCellRenderer.
ConsolePane A TextPane subclass which provides output/error output streams to write on.
Entry A class to simulate Gtk+'s Entry widget.
ExceptionDialog A Dialog to display information about an exception briefly.
FileEntry A class that simulates Gtk+'s FileEntry.
Fixed A container that lays out components in fixed position and size.
FocusOutNextAction An action to transfer focus to the next component.
FocusOutPreviousAction An action to transfer focus to the previous component.
Frame A class that simulates Gtk+'s Frame(border with title) widget.
GtkBoxLayout A layout manager that simulates Gtk+'s Box.
HBox A class that simulates Gtk+'s VBox(Horizontally stackable container).
HPaned A class that simulates Gtk+'s HPaned(Vertically splitted pane).
HSeparator A class that simulates Gtk+'s HSeparator(horizontal separator).
ImagePreview Preview component that uses images for implementation.
LatticeConstraints Layout constraints used in LatticeLayout.
LatticeLayout A layout manager that lays out component in lattices(grids).
LengthLimitableDocument A Document model that can restrict length of the document.
Messages  
Notebook A class that simulates Gtk+'s Notebook widget.
NotebookDummyButton A class to help Notebook component to simulate Gtk+'s Notebook widget.
NumberDocument  
NumberEntry A class that simulates Gtk+'s NumberEntry.
OptionMenu A class that simulates Gtk+'s OptionMenu.
PandaCList  
PandaCListSelectionModel  
PandaCombo A class that simulates Gtk+'s PandaCombo.
PandaComboBoxEditor  
PandaDocument  
PandaEntry A class that simulates GtkPandaButton widget.
PandaFocusManager A focus manager which delegates actions to Interface object first.
PandaHTML A HTML viewer for platforms other than MacOS X.
PandaHTMLWebKit A HTML viewer for MacOS X.
PandaPreviewPane Preview pane with control buttons and display of current scale.
PandaTimer A component that holds a timer to fire events periodically.
Pixmap A image label components that simulates Gtk+'s Pixmap widget.
Preview An abstract document preview class.
RadioButton A class that simulates Gtk+'s RadioButton.
RuleEntry  
Table A Container that simulates Gtk+'s Table widget.
TableConstraints The layout constraints used by TableLayout.
TableLayout A layout manager that simulates Gtk+'s table's layout strategy by using GridBagLayout.
TestCalendar  
TestFixed  
TestFrame  
TestHSeparator  
TestNumberEntry  
TestPandaCList  
TestPandaCombo  
TestPandaEntry  
TestPandaHTML  
TestPandaTimer  
TestTable  
TestVSeparator  
TestWindow  
TextPaneOutputStream An output stream that writes text onto a JTextPane component.
TimerEvent An event object which is periodically fired from PandaTimers.
ToggleButton A class that simulates Gtk+'s ToggleButton.
UIStock This class provides mapping from a string name to a set of icon/text/tooltip/accelerator.
VBox A class that simulates Gtk+'s VBox(Vertically stackable container).
VPaned A class that simulates Gtk+'s VPaned(Horizontally splitted pane).
VSeparator A class that simulates Gtk+'s VSeparator(vertical separator).
Window A JFrame wrapper.