wt.clients.tools.transfer
Class ExportCriteriaBuilderFrame

java.lang.Object
  extended bywt.clients.tools.queryBuilder.QueryFrame
      extended bywt.clients.tools.transfer.ExportCriteriaBuilderFrame

public class ExportCriteriaBuilderFrame
extends wt.clients.tools.queryBuilder.QueryFrame

Specify search criteria on Windchill classes to act as a filter for the objects to export.

See Also:
Serialized Form

Nested Class Summary
(package private)  class ExportCriteriaBuilderFrame.SymAction
           
 
Field Summary
(package private)  JButton cancelSaveButton
           
(package private)  GridBagConstraints constraints
           
(package private)  Cursor cursor_default
           
(package private)  Cursor cursor_wait
           
(package private)  Font f2
           
(package private)  JDialog jd
           
(package private)  GridBagLayout jdgb
           
(package private)  int lastButtonHit
           
(package private)  JButton noSaveButton
           
(package private)  JButton okMessageButton
           
(package private)  int processing
           
 QueryTemplate qtSaved
           
private  JMenuItem RetMenu
           
(package private)  JButton yesSaveButton
           
 
Constructor Summary
ExportCriteriaBuilderFrame()
           
 
Method Summary
(package private)  void buildConstraints(GridBagConstraints gbc, int x, int y, int w, int h, double wx, double wy, int anchor, int fill)
          Utility method to aid in the creation of gridbag layout
private  void buildMenus()
           
(package private)  void cancelSaveButton_ActionPerformed()
           
 void enableret()
           
 void exit(boolean a)
          handle the exit action
 int getnumcriteria()
          Get the number of criteria specified on class
 JMenu getPreviewMenu()
           
 JMenu getQueryMenu()
          build the Query Menu
 String getQueryName()
           
 QueryTemplate getQueryTemplate()
           
 void loadsavedQueryTemplate()
          Re-load the saved version of querytemplate as a result of exit without updating
 void makeexportspec()
           
(package private)  void noSaveButton_ActionPerformed()
           
 void saveQueryTemplate()
          Save a copy of querytemplate before launching this frame in case the changes will not be saved
 void setQueryTemplate(QueryTemplate queryTemplate)
           
(package private)  void showConfirmSaveDialog(String mess)
           
(package private)  void showErrorMessage(String errmes)
           
(package private)  void showWithSize(int x, int y)
           
(package private)  void yesSaveButton_ActionPerformed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qtSaved

public QueryTemplate qtSaved

RetMenu

private JMenuItem RetMenu

processing

int processing

cursor_wait

Cursor cursor_wait

cursor_default

Cursor cursor_default

jd

JDialog jd

jdgb

GridBagLayout jdgb

cancelSaveButton

JButton cancelSaveButton

yesSaveButton

JButton yesSaveButton

noSaveButton

JButton noSaveButton

okMessageButton

JButton okMessageButton

lastButtonHit

int lastButtonHit

constraints

GridBagConstraints constraints

f2

Font f2
Constructor Detail

ExportCriteriaBuilderFrame

public ExportCriteriaBuilderFrame()
Method Detail

buildMenus

private void buildMenus()

exit

public void exit(boolean a)
handle the exit action


getQueryName

public String getQueryName()

cancelSaveButton_ActionPerformed

void cancelSaveButton_ActionPerformed()

yesSaveButton_ActionPerformed

void yesSaveButton_ActionPerformed()

noSaveButton_ActionPerformed

void noSaveButton_ActionPerformed()

getQueryMenu

public JMenu getQueryMenu()
build the Query Menu


getPreviewMenu

public JMenu getPreviewMenu()

saveQueryTemplate

public void saveQueryTemplate()
Save a copy of querytemplate before launching this frame in case the changes will not be saved


loadsavedQueryTemplate

public void loadsavedQueryTemplate()
Re-load the saved version of querytemplate as a result of exit without updating


getnumcriteria

public int getnumcriteria()
Get the number of criteria specified on class


setQueryTemplate

public void setQueryTemplate(QueryTemplate queryTemplate)
                      throws WTException
Throws:
WTException

getQueryTemplate

public QueryTemplate getQueryTemplate()

enableret

public void enableret()

makeexportspec

public void makeexportspec()

showErrorMessage

void showErrorMessage(String errmes)

showConfirmSaveDialog

void showConfirmSaveDialog(String mess)

buildConstraints

void buildConstraints(GridBagConstraints gbc,
                      int x,
                      int y,
                      int w,
                      int h,
                      double wx,
                      double wy,
                      int anchor,
                      int fill)
Utility method to aid in the creation of gridbag layout


showWithSize

void showWithSize(int x,
                  int y)