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

Quick Search    Search Deep

org.jext.gui: Javadoc index of package org.jext.gui.


Package Samples:

org.jext.gui

Classes:

DockablePane: This class can be used to turn a pane into a dockable. Simply take your JPanel and pass it to the constructor. Then call setDockingStatus to put it where you want. It's that. NOTE: this is version 0 of the API. It's broken. Don't use it. 3.2pre5 (or 3.2, I don't know the future name) will have a corrected version of the API, so plugins will be able to use it. It's broken because from a design point of view we don't have an "is-a" relation between this class and JFrame. If we had protected inheritance as in C++, we should use it. Specifically, a DockablePane is not a JFrame because it's not safe ...
SkinFactory: This is the generic SkinFactory base class. Override it to let Jext access a new skin group, plugin and so on; if the inheriting class is also a Plugin descendant the method is called authomatically for you when loading the plugin.
AbstractDisposer: This class handles a press on the ESCAPE key in a java.awt.Window instance. This includes JFrame and JDialog . When such an event is caught, the instance is simply disposed.
GenericSkin: This is a generic skin class which will be able to wrap most possible skin, actually the normal LookAndFeel's. If you need special processing, write your own Skin interface implementation or extend this one.
OptionPane: An interface which defines the basical behavior of an option pane. Options panes are targeted to be displayed in an option dialogs.
EnhancedMenuItem: The EnhancedMenuItem is just a JItem which displays the key shortcuts in a different way.
VoidComponent: VoidComponent is a component of both height and width set to zero which cannot contain anything.
SplashScreen: Splash screen. This class can also load classes listed in file classlist.
Skin: This is the generic Skin base class. Override it to provide a new skin.
AbstractOptionPane: Abstract implementation of the OptionPane interface.
OptionGroup
JextMenuSeparator
FontSelector
JextProgressBar
JextHighlightButton
JextToggleButton
JextMenuSeparatorUI
JextMetalTheme
DisabledCellRenderer
ModifiedCellRenderer
JextMenu
JextCheckBox
JextProgressBarUI

Home | Contact Us | Privacy Policy | Terms of Service