| CommandId |
Commonly used FluxCommand ids for the commands built-in into the flux runtime. |
| Console |
Console is used to run external programs and capture output. |
| ErrResource |
ErrResource models a resource that cannot be resolved. |
| FileResource |
FileResource models a sys::File as a Flux resource. |
| Flux |
Flux provides system level utilities for flux applications |
| FluxCommand |
Flux specialization of normal fwt commands. |
| Frame |
Frame is the main top level window in flux applications. |
| GeneralOptions |
GeneralOptions is a catch-all for general purpose options. |
| History |
History maintains the most recent navigation history of the entire application. |
| HistoryItem |
HistoryItem stores information about navigation to a specific uri. |
| KeyOptions |
KeyOptions allow the user to redefine accelerators for the flux command set. |
| LoadMode |
LoadMode is used to configure how a resource is loaded into view such as whether to use a new tab. |
| Mark |
Mark is used to identify a uri with an optional line and column position. |
| Resource |
Resource represents the objects a user navigates, views, and edits in a flux application. |
| SideBar |
SideBar is a plugin used along side the main views. |
| View |
View is a plugin designed to view or edit a Resource. |