VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/NSDataLinkPanel.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>NSDataLinkPanel</title>
  </head>
  <body>
    <font face="serif">
    <a href="Gui.html">Up</a>
    <br />
    <h1><a name="title$NSDataLinkPanel">NSDataLinkPanel</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Gregory John Casamento (<a href="mailto:greg_casamento@yahoo.com"><code>greg_casamento@yahoo.com</code></a>)</dt>
      <dd>
      </dd>
      <dt>Scott Christley (<a href="mailto:scottc@net-community.com"><code>scottc@net-community.com</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Copyright:</b> (C) 1996, 2003, 2004 Free Software Foundation, Inc.</p>

        <div>
      <hr width="50%" align="left" />
      <h3>Contents -</h3>
      <ol>
        <li>
          <a href="#001000000000">Software documentation for the NSDataLinkPanel class</a>
        </li>
        <li>
          <a href="#002000000000">Software documentation for the
        NSApplication(NSDataLinkPanel)
        category</a>
        </li>
      </ol>
      <hr width="50%" align="left" />
    </div>

          <h1><a name="001000000000">
        Software documentation for the NSDataLinkPanel class
      </a></h1>
    <h2><a name="class$NSDataLinkPanel">NSDataLinkPanel</a> : <a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a></h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSDataLinkPanel.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="50%" align="left" />
    <a href="#_NSDataLinkPanel_ivars">Instance Variables</a>
    <br/><br/>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel+getLink$manager$isMultiple$">+getLink:manager:isMultiple:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel+setLink$manager$isMultiple$">+setLink:manager:isMultiple:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel+sharedDataLinkPanel">+sharedDataLinkPanel</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-accessoryView">-accessoryView</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-getLink$manager$isMultiple$">-getLink:manager:isMultiple:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-pickedBreakAllLinks$">-pickedBreakAllLinks:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-pickedBreakLink$">-pickedBreakLink:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-pickedOpenSource$">-pickedOpenSource:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-pickedUpdateDestination$">-pickedUpdateDestination:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-pickedUpdateMode$">-pickedUpdateMode:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-setAccessoryView$">-setAccessoryView:</a></li>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSDataLinkPanel-setLink$manager$isMultiple$">-setLink:manager:isMultiple:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSDataLinkPanel+getLink$manager$isMultiple$">getLink:&nbsp;manager:&nbsp;isMultiple:&nbsp;</a></h3>
    + (void) <b>getLink:</b> (<a rel="gsdoc" href="NSDataLink.html#class$NSDataLink">NSDataLink</a>**)link<b> manager:</b> (<a rel="gsdoc" href="NSDataLinkManager.html#class$NSDataLinkManager">NSDataLinkManager</a>**)linkManager<b> isMultiple:</b> (BOOL*)flag;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Get the currently selected array of links and thier
            respective managers. Return the whether or not
            multiple links are selected in <var>flag</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel+setLink$manager$isMultiple$">setLink:&nbsp;manager:&nbsp;isMultiple:&nbsp;</a></h3>
    + (void) <b>setLink:</b> (<a rel="gsdoc" href="NSDataLink.html#class$NSDataLink">NSDataLink</a>*)link<b> manager:</b> (<a rel="gsdoc" href="NSDataLinkManager.html#class$NSDataLinkManager">NSDataLinkManager</a>*)linkManager<b> isMultiple:</b> (BOOL)flag;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Set the currently selected array of links and their
            respective managers. If all of the given links
            should be selected <var>flag</var> should be
            <code>YES</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel+sharedDataLinkPanel">sharedDataLinkPanel&nbsp;</a></h3>
    + (<a rel="gsdoc" href="#class$NSDataLinkPanel">NSDataLinkPanel</a>*) <b>sharedDataLinkPanel</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Initializes and returns the shared panel.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-accessoryView">accessoryView&nbsp;</a></h3>
    - (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Add an accessory view to the panel.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-getLink$manager$isMultiple$">getLink:&nbsp;manager:&nbsp;isMultiple:&nbsp;</a></h3>
    - (void) <b>getLink:</b> (<a rel="gsdoc" href="NSDataLink.html#class$NSDataLink">NSDataLink</a>**)link<b> manager:</b> (<a rel="gsdoc" href="NSDataLinkManager.html#class$NSDataLinkManager">NSDataLinkManager</a>**)linkManager<b> isMultiple:</b> (BOOL*)flag;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Get the currently selected array of links and thier
            respective managers. Return the whether or not
            multiple links are selected in <var>flag</var>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-pickedBreakAllLinks$">pickedBreakAllLinks:&nbsp;</a></h3>
    - (void) <b>pickedBreakAllLinks:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Called when the user presses the Break All Links
            button. Invokes breakAllLinks on the current link
            manager.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-pickedBreakLink$">pickedBreakLink:&nbsp;</a></h3>
    - (void) <b>pickedBreakLink:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Called when the user presses the Break button.
            Invokes break on the current link.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-pickedOpenSource$">pickedOpenSource:&nbsp;</a></h3>
    - (void) <b>pickedOpenSource:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Called when the user presses the Open Source button.
            Invokes openSource on the current link.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-pickedUpdateDestination$">pickedUpdateDestination:&nbsp;</a></h3>
    - (void) <b>pickedUpdateDestination:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Called when the Update Destination button Invokes
            updateDestination on the current link.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-pickedUpdateMode$">pickedUpdateMode:&nbsp;</a></h3>
    - (void) <b>pickedUpdateMode:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Called when the user selects an update mode from the
            pull down. Invokes setUpdateMode: on the current link.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-setAccessoryView$">setAccessoryView:&nbsp;</a></h3>
    - (void) <b>setAccessoryView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Get the accessory view.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSDataLinkPanel-setLink$manager$isMultiple$">setLink:&nbsp;manager:&nbsp;isMultiple:&nbsp;</a></h3>
    - (void) <b>setLink:</b> (<a rel="gsdoc" href="NSDataLink.html#class$NSDataLink">NSDataLink</a>*)link<b> manager:</b> (<a rel="gsdoc" href="NSDataLinkManager.html#class$NSDataLinkManager">NSDataLinkManager</a>*)linkManager<b> isMultiple:</b> (BOOL)flag;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Set the currently selected array of links and their
            respective managers. If all of the given links
            should be selected <var>flag</var> should be
            <code>YES</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<a name="_NSDataLinkPanel_ivars"/>    <br/><hr width="50%" align="left" />
    <h2>Instance Variables for NSDataLinkPanel Class</h2>
    <h3><a name="ivariable$NSDataLinkPanel*_accessoryView">_accessoryView</a></h3>
    @protected NSView* <b>_accessoryView</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_breakAllLinksButton">_breakAllLinksButton</a></h3>
    @protected id <b>_breakAllLinksButton</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_breakLinkButton">_breakLinkButton</a></h3>
    @protected id <b>_breakLinkButton</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_currentDataLink">_currentDataLink</a></h3>
    @protected NSDataLink* <b>_currentDataLink</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_currentDataLinkManager">_currentDataLinkManager</a></h3>
    @protected NSDataLinkManager* <b>_currentDataLinkManager</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_lastUpdateField">_lastUpdateField</a></h3>
    @protected id <b>_lastUpdateField</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_multipleSelection">_multipleSelection</a></h3>
    @protected BOOL <b>_multipleSelection</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_openSourceButton">_openSourceButton</a></h3>
    @protected id <b>_openSourceButton</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_sourceField">_sourceField</a></h3>
    @protected id <b>_sourceField</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_updateDestinationButton">_updateDestinationButton</a></h3>
    @protected id <b>_updateDestinationButton</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <h3><a name="ivariable$NSDataLinkPanel*_updateModeButton">_updateModeButton</a></h3>
    @protected id <b>_updateModeButton</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Warning</em> the underscore at the start of the
            name of this instance variable indicates that, even
            though it is not technically <em>private</em>, it is
            intended for internal use within the package, and
            you should not use the variable in other code.
          
    </div>
    <hr width="25%" align="left" />
    <br/><hr width="50%" align="left" /><br/>

          <h1><a name="002000000000">
        Software documentation for the
        NSApplication(NSDataLinkPanel)
        category
      </a></h1>
    <h2><a rel="gsdoc" href="NSApplication.html#class$NSApplication">NSApplication</a>(<a name="category$NSApplication(NSDataLinkPanel)">NSDataLinkPanel</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSDataLinkPanel.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSDataLinkPanel.html#method$NSApplication(NSDataLinkPanel)-orderFrontDataLinkPanel$">-orderFrontDataLinkPanel:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSApplication(NSDataLinkPanel)-orderFrontDataLinkPanel$">orderFrontDataLinkPanel:&nbsp;</a></h3>
    - (void) <b>orderFrontDataLinkPanel:</b> (id)sender;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Order the data link panel to the front. If it has not
            already been instantiated, instantiate it.
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="Gui.html">Up</a>
    </font>
</body>
</html>

VaKeR 2022