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

Quick Search    Search Deep

com.sunwheeltech.examples.* (1)com.sunwheeltech.examples.boidbox.* (1)
com.sunwheeltech.sirius.* (9)com.sunwheeltech.sirius.filebrowser.* (1)
com.sunwheeltech.sirius.objbrowser.* (1)com.sunwheeltech.sirius.support.* (4)

Package Samples:

com.sunwheeltech.sirius.filebrowser: Top-level package for javabean components derived from the Sirius GUI toolkit, a lightweight AWT-based widget set designed for Uncle Unc that is not dependent upon swing, although it can interoperate with it.  
com.sunwheeltech.sirius.support
com.sunwheeltech.sirius.objbrowser
com.sunwheeltech.sirius
com.sunwheeltech.examples.boidbox

Classes:

BoidBox: A simple example application using the Uncle Unc framework to expose the methods and properties of a java application. The application being used here is a bird-flock simulation that I wrote a few years ago. Bird flocking algorithms are a cute technique for creating organic-looking movement in particles, and was commonly used in the days of java applets to make pretty pictures on a web page. Something about our hunter-getherer origins makes them appealing to watch. The bird-flock was not designed with Uncle Unc in mind, and the object browser has been fitted onto it retroactively. This choice was ...
TreeBrowserEvent: Wrapper event type for Uncle Unc item tree events, that presents the affected item in the tree and the underlying event. It declkares te Item as its source, but also offers a convenience getter to avoid class casting. Can query the underlying event for its source if required.
GenericBrowserPanel: Generic top-level browser pane used as a common base for browser beans. It is abstract because it doesn't define a RootName to be used wen defining groups of coordinated components
FileBrowser: Top-level pane of the filebrowser component, for inspecting filesystems, and drilling into zip and jar files within them using a file-explorer-like graphical interface.
ObjectBrowser: Top-level pane of the objectbrowser component, for inspecting any live java object and its children members using a file-explorer-like graphical interface.
FilePropertyEditor: Property editor for File objects with a popup dialog for browsing filesystem or text input, to allow files not present on the debvelopment system
ResourceURLPropertyEditor: Property editor for resource URLs with a popup dialog for browsing filesystem or text input (e.g. to allow http, ftp urls)
GenericDialogPropertyEditor: Generic property editor where the property value is selected by browsing an Uncle Unc item tree.
SimpleReadOnlyPropertyEditor: Simple property 'editor' that displays current value of a read-only property
TreeBrowserListener: Listener that responds to TreeBrowserEvents

Home | Contact Us | Privacy Policy | Terms of Service