Searched defs:Create (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/java/io/File/
H A DCreate.java31 public class Create { class
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DCHolder.cpp44 void DCHolder::Create( function in class:DCHolder
H A Dawt_TextField.cpp48 /* Create a new AwtTextField object and window. */
49 AwtTextField* AwtTextField::Create(jobject peer, jobject parent) function in class:AwtTextField
51 return (AwtTextField*) AwtTextComponent::Create(peer, parent, false);
303 AwtTextField::Create);
H A Dawt_Button.cpp65 /* Create a new AwtButton object and window. */
66 AwtButton* AwtButton::Create(jobject self, jobject parent) function in class:AwtButton
405 self, parent, (AwtToolkit::ComponentFactory)AwtButton::Create);
H A Dawt_Canvas.cpp58 * Create a new AwtCanvas object and window.
60 AwtCanvas* AwtCanvas::Create(jobject self, jobject hParent) function in class:AwtCanvas
223 AwtCanvas::Create);
H A Dawt_Label.cpp65 /* Create a new AwtLabel object and window. */
66 AwtLabel* AwtLabel::Create(jobject labelPeer, jobject parent) function in class:AwtLabel
396 AwtLabel::Create);
H A Dawt_Menu.cpp75 /* Create a new AwtMenu object and menu. */
76 AwtMenu* AwtMenu::Create(jobject self, AwtMenu* parentMenu) function in class:AwtMenu
391 (AwtToolkit::ComponentFactory)AwtMenu::Create,FALSE);
413 (AwtToolkit::ComponentFactory)AwtMenu::Create,FALSE);
H A Dawt_MenuBar.cpp70 /* Create a new AwtMenuBar object and menu. */
71 AwtMenuBar* AwtMenuBar::Create(jobject self, jobject framePeer) function in class:AwtMenuBar
332 AwtMenuBar::Create);
H A Dawt_PopupMenu.cpp68 /* Create a new AwtPopupMenu object and menu. */
69 AwtPopupMenu* AwtPopupMenu::Create(jobject self, AwtComponent* parent) function in class:AwtPopupMenu
284 self, awtParent, (AwtToolkit::ComponentFactory)AwtPopupMenu::Create, FALSE);
H A Dawt_Checkbox.cpp71 AwtCheckbox* AwtCheckbox::Create(jobject peer, jobject parent) function in class:AwtCheckbox
672 AwtCheckbox::Create);
H A Dawt_ScrollPane.cpp85 /* Create a new AwtScrollPane object and window. */
86 AwtScrollPane* AwtScrollPane::Create(jobject self, jobject parent) function in class:AwtScrollPane
681 AwtScrollPane::Create);
H A Dawt_Scrollbar.cpp95 /* Create a new AwtScrollbar object and window. */
97 AwtScrollbar::Create(jobject peer, jobject parent) function in class:AwtScrollbar
588 AwtScrollbar::Create);
H A Dawt_TextArea.cpp77 /* Create a new AwtTextArea object and window. */
78 AwtTextArea* AwtTextArea::Create(jobject peer, jobject parent) function in class:AwtTextArea
80 return (AwtTextArea*) AwtTextComponent::Create(peer, parent, true);
762 AwtTextArea::Create);
H A Dawt_Choice.cpp103 AwtChoice* AwtChoice::Create(jobject peer, jobject parent) { function in class:AwtChoice
820 AwtChoice::Create);
H A Dawt_Dialog.cpp96 * Create a new AwtDialog object and window.
98 AwtDialog* AwtDialog::Create(jobject peer, jobject parent) function in class:AwtDialog
779 AwtDialog::Create);
H A Dawt_List.cpp77 /* Create a new AwtList object and window. */
78 AwtList* AwtList::Create(jobject peer, jobject parent) function in class:AwtList
999 (AwtToolkit::ComponentFactory)AwtList::Create);
H A Dawt_MenuItem.cpp191 AwtMenuItem* AwtMenuItem::Create(jobject peer, jobject menuPeer) function in class:AwtMenuItem
942 AwtMenuItem::Create);
H A Dawt_TextComponent.cpp81 /* Create a new AwtTextArea or AwtTextField object and window. */
82 AwtTextComponent* AwtTextComponent::Create(jobject peer, jobject parent, BOOL isMultiline) function in class:AwtTextComponent
H A Dawt_DnDDS.cpp83 static HRESULT Create( function in class:PictureDragHelper
107 ph.Create(NULL, imageWidth, imageHeight, TRUE);
246 PictureDragHelper::Create(
H A Dawt_Frame.cpp137 * Create a new AwtFrame object and window.
139 AwtFrame* AwtFrame::Create(jobject self, jobject parent) function in class:AwtFrame
1707 AwtFrame::Create);
1846 AwtFrame::Create);
H A Dawt_TrayIcon.cpp160 AwtTrayIcon* AwtTrayIcon::Create(jobject self, jobject parent) function in class:AwtTrayIcon
912 AwtTrayIcon::Create);
H A Dawt_Font.cpp193 awtFont = Create(env, font, angle, awScale);
244 AwtFont* AwtFont::Create(JNIEnv *env, jobject font, jint angle, jfloat awScale) function in class:AwtFont
1213 virtual void Create(LPCWSTR name);
1236 void CSegTableComponent::Create(LPCWSTR name) function in class:CSegTableComponent
1435 virtual void Create(LPCWSTR name);
1463 void CStdSegTable::Create(LPCWSTR name) function in class:CStdSegTable
1465 CSegTableComponent::Create(name);
1491 virtual void Create(LPCWSTR name);
1525 void CEUDCSegTable::Create(LPCWSTR name) function in class:CEUDCSegTable
1542 CSegTableComponent::Create(nam
1778 void CCombinedSegTable::Create(LPCWSTR name) function in class:CCombinedSegTable
[all...]
H A Dawt_Window.cpp1044 /* Create a new AwtWindow object and window. */
1045 AwtWindow* AwtWindow::Create(jobject self, jobject parent) function in class:AwtWindow
3208 AwtWindow::Create);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java77 /** Create a tree maker with null toplevel and NOPOS as initial position.
88 /** Create a tree maker with a given toplevel and FIRSTPOS as initial position.
98 /** Create a new tree maker for a given toplevel.
119 * Create given tree node at current position.
516 /** Create an identifier from a symbol.
526 /** Create a selection node from a qualifier tree and a symbol.
533 /** Create a qualified identifier from a symbol, adding enough qualifications
542 /** Create an identifier that refers to the variable declared in given variable
549 /** Create a list of identifiers referring to the variables declared
559 /** Create
604 public JCExpression Create(Symbol ctor, List<JCExpression> args) { method in class:TreeMaker
[all...]

Completed in 2568 milliseconds