1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Camelot.camelot.view.controls.editors</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="Camelot.camelot-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.python-camelot.com">Camelot</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
Package Camelot ::
<a href="Camelot.camelot-module.html">Package camelot</a> ::
<a href="Camelot.camelot.view-module.html">Package view</a> ::
<a href="Camelot.camelot.view.controls-module.html">Package controls</a> ::
Package editors
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="Camelot.camelot.view.controls.editors-module.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== PACKAGE DESCRIPTION ==================== -->
<h1 class="epydoc">Package editors</h1><p class="nomargin-top"><span class="codelink"><a href="Camelot.camelot.view.controls.editors-pysrc.html">source code</a></span></p>
<p>Camelot includes editors for various types of fields. Each editor at least supports
these features :</p>
<ul class="rst-simple">
<li>a set_value method to set a python type as the editor's value</li>
<li>a get_value method to retrieve a python type from the editor</li>
<li>the ValueLoading state : an editor has as its value ValueLoading upon construction and</li>
</ul>
<p>the editor's value can be set to ValueLoading if the value that should be displayed is
not yet available in the GUI thread, but is still on it's way from the model to the GUI.</p>
<!-- ==================== SUBMODULES ==================== -->
<a name="section-Submodules"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Submodules</span></td>
</tr>
<tr><td class="summary">
<ul class="nomargin">
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.abstractmanytooneeditor-module.html">Camelot.camelot.view.controls.editors.abstractmanytooneeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.booleditor-module.html">Camelot.camelot.view.controls.editors.booleditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.choiceseditor-module.html">Camelot.camelot.view.controls.editors.choiceseditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.codeeditor-module.html">Camelot.camelot.view.controls.editors.codeeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.coloredfloateditor-module.html">Camelot.camelot.view.controls.editors.coloredfloateditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.coloreditor-module.html">Camelot.camelot.view.controls.editors.coloreditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.customeditor-module.html">Camelot.camelot.view.controls.editors.customeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.dateeditor-module.html">Camelot.camelot.view.controls.editors.dateeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.datetimeeditor-module.html">Camelot.camelot.view.controls.editors.datetimeeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.embeddedmany2oneeditor-module.html">Camelot.camelot.view.controls.editors.embeddedmany2oneeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.fileeditor-module.html">Camelot.camelot.view.controls.editors.fileeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.floateditor-module.html">Camelot.camelot.view.controls.editors.floateditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.imageeditor-module.html">Camelot.camelot.view.controls.editors.imageeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.integereditor-module.html">Camelot.camelot.view.controls.editors.integereditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.labeleditor-module.html">Camelot.camelot.view.controls.editors.labeleditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.many2oneeditor-module.html">Camelot.camelot.view.controls.editors.many2oneeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.manytomanyeditor-module.html">Camelot.camelot.view.controls.editors.manytomanyeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.noteeditor-module.html">Camelot.camelot.view.controls.editors.noteeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.one2manyeditor-module.html">Camelot.camelot.view.controls.editors.one2manyeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.onetomanychoiceseditor-module.html">Camelot.camelot.view.controls.editors.onetomanychoiceseditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.richtexteditor-module.html">Camelot.camelot.view.controls.editors.richtexteditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.smileyeditor-module.html">Camelot.camelot.view.controls.editors.smileyeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.stareditor-module.html">Camelot.camelot.view.controls.editors.stareditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.textediteditor-module.html">Camelot.camelot.view.controls.editors.textediteditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.textlineeditor-module.html">Camelot.camelot.view.controls.editors.textlineeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.timeeditor-module.html">Camelot.camelot.view.controls.editors.timeeditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.virtualaddresseditor-module.html">Camelot.camelot.view.controls.editors.virtualaddresseditor</a></strong> </li>
<li> <strong class="uidlink"><a href="Camelot.camelot.view.controls.editors.wideeditor-module.html">Camelot.camelot.view.controls.editors.wideeditor</a></strong> </li>
</ul></td></tr>
</table>
<br />
<!-- ==================== VARIABLES ==================== -->
<a name="section-Variables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td align="left" colspan="2" class="table-header">
<span class="table-header">Variables</span></td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'Camelot.camelot.view.controls.editors'"><code class="variable-quote">'</code><code class="variable-string">Camelot.camelot.view.controls.editors</code><code class="variable-quote">'</code></code>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="Camelot.camelot-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.python-camelot.com">Camelot</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:30 2010
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|