Warning: session_start(): open(/var/lib/php/sessions/sess_0br81j6bdkeav31h3q8n5cifpc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
awtObjectsOfType - synonym of allSwingComponentsOfType [1035908]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1035908 // awtObjectsOfType - synonym of allSwingComponentsOfType

JavaX fragment (include)

  static <A> L<A> awtObjectsOfType(Class<A> theClass) {
  ret allSwingComponentsOfType(theClass);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035908
Snippet name: awtObjectsOfType - synonym of allSwingComponentsOfType
Eternal ID of this version: #1035908/1
Text MD5: d65f2f3ffe164f61078482b8ec19a241
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-12 00:16:52
Source code size: 99 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 549 / 558
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1035917 - showingAWTObjectsOfType