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

3
LINES

< > BotCompany Repo | #1035917 // showingAWTObjectsOfType

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9239L/51K).

static <A> L<A> showingAWTObjectsOfType(Class<A> theClass) swing {
  ret filter(c -> isShowing((Component) c), awtObjectsOfType(theClass));
}

Author comment

Began life as a copy of #1035908

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035917
Snippet name: showingAWTObjectsOfType
Eternal ID of this version: #1035917/5
Text MD5: fb866e8c928265fd6f0a7dae8dbbf03f
Transpilation MD5: 0c4adbc913a4f3239a8231915e6b0e20
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-12 04:29:21
Source code size: 143 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 92
Version history: 4 change(s)
Referenced in: [show references]