|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.tools.queryBuilder.QueryFrame
wt.clients.tools.transfer.ExportCriteriaBuilderFrame
Specify search criteria on Windchill classes to act as a filter for the objects to export.
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 |
public QueryTemplate qtSaved
private JMenuItem RetMenu
int processing
Cursor cursor_wait
Cursor cursor_default
JDialog jd
GridBagLayout jdgb
JButton cancelSaveButton
JButton yesSaveButton
JButton noSaveButton
JButton okMessageButton
int lastButtonHit
GridBagConstraints constraints
Font f2
Constructor Detail |
public ExportCriteriaBuilderFrame()
Method Detail |
private void buildMenus()
public void exit(boolean a)
public String getQueryName()
void cancelSaveButton_ActionPerformed()
void yesSaveButton_ActionPerformed()
void noSaveButton_ActionPerformed()
public JMenu getQueryMenu()
public JMenu getPreviewMenu()
public void saveQueryTemplate()
public void loadsavedQueryTemplate()
public int getnumcriteria()
public void setQueryTemplate(QueryTemplate queryTemplate) throws WTException
WTException
public QueryTemplate getQueryTemplate()
public void enableret()
public void makeexportspec()
void showErrorMessage(String errmes)
void showConfirmSaveDialog(String mess)
void buildConstraints(GridBagConstraints gbc, int x, int y, int w, int h, double wx, double wy, int anchor, int fill)
void showWithSize(int x, int y)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |