Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7279e1f67602fd8ab531dad42d2dce68 > files > 22

libvte-java-devel-0.12.3-1.fc14.1.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!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>MoveWindowEvent (Java-Gnome 0.12.3 API Reference)</title>
    <meta name="keywords" content="org.gnu.gnomevte.event.MoveWindowEvent,MoveWindowEvent class" />
    <meta name="generator" content="SinjDoc 0.5" />
    <link href="../../../../stylesheet.css" rel="stylesheet" type="text/css" />
    <link rel="Index" href="../../../../index-all.html" />
    <link rel="Start" href="../../../../overview-summary.html" />
    <link rel="Up" href="package-summary.html" />
    <link rel="Help" href="../../../../help-doc.html" />
  </head>
  <body class="classPage bigframe">
   <div class="navbar">
    <p class="nav navtop">
      <span class="over"><a href="../../../../overview-summary.html">Overview</a></span>
      <span class="package"><a href="package-summary.html">Package</a></span>
      <span class="class selected">Class</span>
      <span class="use"><a href="class-use/MoveWindowEvent.html">Use</a></span>
      <span class="tree"><a href="package-tree.html">Tree</a></span>
      <span class="deprecated"><a href="../../../../deprecated-list.html">Deprecated</a></span>
      <span class="index"><a href="../../../../index-all.html">Index</a></span>
      <span class="help"><a href="../../../../help-doc.html">Help</a></span>
    </p>
    <p class="nav navmid">
      <span class="prevnext">
       <span class="prev">Prev Class</span>
       <span class="next">Next Class</span>
      </span>
      <span class="framesel">
       <span class="frames"><a href="../../../../index.html" target="_top">Frames</a></span>
       <span class="noframes"><a href="MoveWindowEvent.html" target="_top">NoFrames</a></span>
      </span>
      <span class="allclasses"><a href="../../../../allclasses-noframe.html">All Classes</a></span>
   </p>
   <p class="nav navbot">
      <span class="summary">Summary:
       <span class="nested"><a href="#nested_class_summary">Nested</a></span>
       <span class="field">Field</span>
       <span class="constr"><a href="#constructor_summary">Constr</a></span>
       <span class="method"><a href="#method_summary">Method</a></span>
      </span>
      <span class="detail">Detail:
       <span class="field">Field</span>
       <span class="constr"><a href="#constructor_detail">Constr</a></span>
       <span class="method"><a href="#method_detail">Method</a></span>
      </span>
   </p>
    <div class="navtitle">
     Java-Gnome 0.12.3 API Reference
    </div>
    <p class="clear"><!--empty--></p>
   </div>
   <p class="packageName">org.gnu.gnomevte.event</p>
   <h1>  Class  MoveWindowEvent</h1>
<!--
   <p class="enclosing">
   Enclosing class/interface: @OUTER@
   </p>
-->


   <!-- XXX class hierarchy diagram goes here -->
<!--
   
   <p class="directSubclasses">
   Direct known subclasses: @ALL_SUBCLASSES@
   </p>
-->


   <p class="declaration">public
     class 
   <span class="className">MoveWindowEvent</span>
   
   
      
      <span class="extends">extends GtkEvent</span>
      
      
   
   </p>

   <div class="description">
   <p class="tag tag_deprecated"><span class="tagName">Deprecated:</span> <span class="tagContents">This class is part of the java-gnome 2.x family of libraries,
             which, due to their inefficiency and complexity, are no longer
             being maintained and have been abandoned by the java-gnome
             project. Signal handling has been completely re-designed 
             in java-gnome 4.0, so there will be no direct correspondant
             for this class. See individual inner interfaces in classes
             within <code>org.gnome.vte</code></span> </p>

 An event representing a move window action by a <a href="../Terminal.html" class="classRef">Terminal</a> widget.
 This event is fired when the child application (the command forked) requests it.

   </div>



   <table class="nested_class_summary summary">
     <tr><th colspan="2"><a name="nested_class_summary" id="nested_class_summary">Nested Class Summary</a></th></tr>

     <tr><td>static class</td><td><span class="memberName"><a href="MoveWindowEvent.Type.html" class="classRef">MoveWindowEvent.Type</a></span><div class="memberDescription">
 Type of a TerminalMoveWindowEvent.</div></td></tr>

   </table>





   <table class="constructor_summary summary">
     <tr><th colspan="2"><a name="constructor_summary" id="constructor_summary">Constructor Summary</a></th></tr>

     <tr><td> </td><td><span class="memberName"><a href="#MoveWindowEvent(<unknown>.Object,org.gnu.glib.EventType,int,int)" class="constructorRef">MoveWindowEvent</a>(Object source, EventType type, int xCoordinate, int yCoordinate)</span><div class="memberDescription">
 Constructor for TerminalMoveWindowEvent.</div></td></tr>

   </table>




   <table class="method_summary summary">
     <tr><th colspan="2"><a name="method_summary" id="method_summary">Method Summary</a></th></tr>

     <tr><td>  int</td><td><span class="memberName"><a href="#getXCoordinate()" class="methodRef">getXCoordinate</a>()</span><div class="memberDescription">
 Gets the X coordinate.</div></td></tr>



     <tr><td>  int</td><td><span class="memberName"><a href="#getYCoordinate()" class="methodRef">getYCoordinate</a>()</span><div class="memberDescription">
 Gets the Y coordinate.</div></td></tr>



     <tr><td>  boolean</td><td><span class="memberName"><a href="#isOfType(org.gnu.gnomevte.event.MoveWindowEvent.Type)" class="methodRef">isOfType</a>(<a href="MoveWindowEvent.html" class="classRef">MoveWindowEvent</a>.<a href="MoveWindowEvent.Type.html" class="classRef">Type</a> aType)</span><div class="memberDescription">
 This method compares the type of the current event to 
 the one provided as an argument.</div></td></tr>

   </table>



<!--
   <p class="inherited">
    <span class="header">Methods inherited from class java.util.<a
   href="AbstractCollection.html">AbstractCollection</a></span>
    <a href="#addAll">addAll</a>
    <a href="#contains">contains</a>
   </p>
   <p class="inherited">
    <span class="header">Methods inherited from class java.lang.<a
   href="Object.html">Object</a></span>
    <a href="#addAll">clone</a>
    <a href="#contains">finalize</a>
   </p>
   <p class="inherited">
    <span class="header">Methods inherited from interface java.util.<a
   href="List.html">List</a></span>
    <a href="#addAll">addAll</a>
    <a href="#contains">contains</a>
   </p>
-->





   <h2><a name="constructor_detail" id="constructor_detail">Constructor Detail</a></h2>

   <h3><a name="MoveWindowEvent(<unknown>.Object,org.gnu.glib.EventType,int,int)" id="MoveWindowEvent(<unknown>.Object,org.gnu.glib.EventType,int,int)">MoveWindowEvent</a></h3>
   <div class="memberName">public  MoveWindowEvent(Object source, EventType type, int xCoordinate, int yCoordinate)</div>
   <div class="memberDescription">
 Constructor for TerminalMoveWindowEvent.<p class="tag tag_param"><span class="tagName">Parameters:</span> <span class="tagContents">source the source of the event.</span> <span class="tagContents">type the event type.</span> <span class="tagContents">xCoordinate the terminal's desired location, X coordinate.</span> <span class="tagContents">yCoordinate the terminal's desired location, Y coordinate.</span> </p>
</div>




   <h2><a name="method_detail" id="method_detail">Method Detail</a></h2>

   <h3><a name="getXCoordinate()" id="getXCoordinate()">getXCoordinate</a></h3>
   <div class="memberName">public  int getXCoordinate()</div>
   <div class="memberDescription">
 Gets the X coordinate.<p class="tag tag_return"><span class="tagName">Returns:</span> <span class="tagContents">the new X coordinate.</span> </p>
</div>


   <h3><a name="getYCoordinate()" id="getYCoordinate()">getYCoordinate</a></h3>
   <div class="memberName">public  int getYCoordinate()</div>
   <div class="memberDescription">
 Gets the Y coordinate.<p class="tag tag_return"><span class="tagName">Returns:</span> <span class="tagContents">the new Y coordinate.</span> </p>
</div>


   <h3><a name="isOfType(org.gnu.gnomevte.event.MoveWindowEvent.Type)" id="isOfType(org.gnu.gnomevte.event.MoveWindowEvent.Type)">isOfType</a></h3>
   <div class="memberName">public  boolean isOfType(<a href="MoveWindowEvent.html" class="classRef">MoveWindowEvent</a>.<a href="MoveWindowEvent.Type.html" class="classRef">Type</a> aType)</div>
   <div class="memberDescription">
 This method compares the type of the current event to 
 the one provided as an argument.<p class="tag tag_param"><span class="tagName">Parameters:</span> <span class="tagContents">aType the type to compare to.</span> </p>
<p class="tag tag_return"><span class="tagName">Returns:</span> <span class="tagContents"><code>true</code> if the events are of same type.</span> </p>
</div>

   
   <div class="navbar">
    <p class="nav navtop">
      <span class="over"><a href="../../../../overview-summary.html">Overview</a></span>
      <span class="package"><a href="package-summary.html">Package</a></span>
      <span class="class selected">Class</span>
      <span class="use"><a href="class-use/MoveWindowEvent.html">Use</a></span>
      <span class="tree"><a href="package-tree.html">Tree</a></span>
      <span class="deprecated"><a href="../../../../deprecated-list.html">Deprecated</a></span>
      <span class="index"><a href="../../../../index-all.html">Index</a></span>
      <span class="help"><a href="../../../../help-doc.html">Help</a></span>
    </p>
    <p class="nav navmid">
      <span class="prevnext">
       <span class="prev">Prev Class</span>
       <span class="next">Next Class</span>
      </span>
      <span class="framesel">
       <span class="frames"><a href="../../../../index.html" target="_top">Frames</a></span>
       <span class="noframes"><a href="MoveWindowEvent.html" target="_top">NoFrames</a></span>
      </span>
      <span class="allclasses"><a href="../../../../allclasses-noframe.html">All Classes</a></span>
   </p>
   <p class="nav navbot">
      <span class="summary">Summary:
       <span class="nested"><a href="#nested_class_summary">Nested</a></span>
       <span class="field">Field</span>
       <span class="constr"><a href="#constructor_summary">Constr</a></span>
       <span class="method"><a href="#method_summary">Method</a></span>
      </span>
      <span class="detail">Detail:
       <span class="field">Field</span>
       <span class="constr"><a href="#constructor_detail">Constr</a></span>
       <span class="method"><a href="#method_detail">Method</a></span>
      </span>
   </p>
    <div class="navtitle">
     
    </div>
    <p class="clear"><!--empty--></p>
   </div>
   <div class="bottom"></div>
   </body>
</html>