Class tab in .java editor (jdev 10.1.3)

Hello,
i am novice in jdeveloper and i am reading the book "jdeveloper 10.1.3 handbook". In a hands-on pratice for create a validator i create a java file in code editor, and after I have to click at the bottom the "Class" tab, but I cannot find "Class" tab,instead is "History" .
Why?
thanks

Hi,
I'm not sure this is the "jdeveloper 10.1.3 handbook" you are reading.
The Class editor was removed in JDeveloper 10g.
In this release, you can enter your variable in your Java code, and then select "Generate Assessors...' in the contextual menu.
You can also install the "Simple Java Bean Editor" extension
See on "Oracle JDeveloper 10g 10.1.3 - Extensions Exchange"
URL: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/index.html
If you have any problem with this change, please let me know the exact document/page/step/... and I'll give you detailed instructions on how to perform the equivalent in JDeveloper 10.1.3
Regards,
Didier.

Similar Messages

  • Class tab when editing .java file

    In version 9.x of JDev, when editing a java file, along with 'Source' and 'Design' tabs at the bottom of the editor window, there was a 'Class' tab that let you manage the class' attributes,(methods, attributes...). In 10.1.3.0.3, this tab is missing. Where can one manage getter and setter attributes like previous versions?
    mike

    Thanks Shay. It seems I have to type in the declaration of the attributes before they show up in the Generate Accessors Dialog. Thsi approach is a big step backward!
    What happen to the 'Class' tab??!! Anyone know?
    I didn't get a vote on this!
    mike

  • Java editor - set the number of spaces displayed for tabs

    How do I tell Studio Creator to use tabs instead of spaces?
    I open Tools - Options - Editing - Java Editor and set
    Code Formatting Rule = Java Indentation Engine ...
    - Expand Tabs to Spaces = false
    - Number of Spaces per Indent = 4
    - Statement Continuation Indent = 4
    After reformatting the source every 8 spaces were replaced by 1 tab. The blocks look like (s = space, t = tab)
    ssss{
    t       {
    t       ssss{I want to have every 4 spaces replaced by 1 tab and displayed 4 characters per tab.

    How do I tell Studio Creator to use tabs instead of spaces?
    I open Tools - Options - Editing - Java Editor and set
    Code Formatting Rule = Java Indentation Engine ...
    - Expand Tabs to Spaces = false
    - Number of Spaces per Indent = 4
    - Statement Continuation Indent = 4
    After reformatting the source every 8 spaces were replaced by 1 tab. The blocks look like (s = space, t = tab)
    ssss{
    t       {
    t       ssss{I want to have every 4 spaces replaced by 1 tab and displayed 4 characters per tab.

  • Java class - class tab disappear

    New gallery -> create java class
    extends org.apache.struts,action.ActionForm
    XXXX.java
    can not find class tab, how to open it if i want to add field in field setting dialog

    And do you want to ask something? Maybe a question relatated to 'Database - General' since this is the topic of this forum?

  • MISSING CLASS TAB

    HI! I read book Oracle JDeveloper 10g handbook. And there is "class tab" to open class editor! That is in Hands-on practice: Build a Simple Toplink Application. I use Jdeveloper 10.1.3.3.0, but there no class tab what I need to do???
    Best regards
    Message was edited by:
    Debuger

    Thanks! I think this is the correct way, but can u give a short example of "generate accessours", because I don't know how to do that correctly. When I try to generate I have information on screen: "There are no methods to generate". I hope u can give a short example of java code, where can I generate accessours! plz!
    And may be you can light up in:
    I would like to know, how can I set button disabled property with more than one binding operation, for example I need to set these values to "Next record button" disabled property:
    #{!bindings.Next.enabled}
    #{bindings.Commit.enabled}
    How can I can set these EL in button disabled property together ???
    Best Regards

  • Invisible caret in Sun ONE Studio 5 SE - Java Editor with black background

    How to change caret color in Sun ONE Studio 5 SE - Java Editor?
    The caret blinks changing its color between black and the background color.
    I have changed the background color of the editor to black (the first thing I do whenever presented to a new editor...) But the caret changes its color between black and the background color, that is black - result: the caret becomes invisible.
    Is it possible to change the behaviour of the caret? It could blink changing its color between the background color and a color that is visible (for dark backgrounds, white; for clear backgrounds, black).

    I've found the solution myself.
    Brief description:
    Tools | Options
    Editing | Editor Settings | Java Editor
    tab Expert
    Insertion Point Color = [255,255,255]
    Overwrite Caret Color = [255,255,255]

  • Java Editor - auto complete

    i'm looking for a FREE lightweight java editor that supports auto-complete and possibly code generation.
    auto-complete is when you type the object and a dot, the editor pop-up a window listing all methods available for you to use.
    code generation (or whatever it is called) is like a template that i can use....like i type in tryc and a space and it will create a try{ } catch{} block for me
    by lightwieght, i mean th eeditor is small and does not requires a lot of memory to run. don't want a full blown editor like Eclipse, JBuilder, NetBean (they're too resource hungry). something like JCreator and TextPad. My computer is old (PIII 733 mhz, 384MB RAM)..yes, my computer motherboard only allows up to 384 MB of RAM ..this sucks when RAM is soooo cheap.
    i check with most free editor, but to get auto-complete and code generation...you have to pay for it...so i'm wondering if anyone knows of a FREE one?

    Use the Plug-In Manager (Plugins menu item) to review the available plugins. Click the Install tab and highlight the name, it'll display a description.
    There's a couple of auto completes - I use Dot Complete (it has a minor glitch starting, I have to click Complete to get it to start)
    There's a number of template facilities, both built in and as plugins.

  • Using Emacs as Java editor

    Hello
    I suppose that most of you use Eclipse development platform. But I recently installed Emacs as Java editor.
    I don't find one thing : How to activate the code completion ?
    For example : I begin to type JF and by pressing TAB, it fills JFrame
    thanks
    bye

    Ctrl-Meta-/
    (Alt instead of Meta on keyboards without Meta).
    Ctrl-H a compl will list all commands to do with completion
    Last time I saw any stats, emacs was still ahead of Eclipse in popularity, but it wasn't important enough to me to remember what the article was.
    (normally I use ArmedBear J <http://armedbear.org>, then emacs if it's not available, and JBuilder about once a month for step-wise debugging)
    Pete

  • Transaction code to access java editor

    hi
    i would like to know the transaction code to access java editor

    Hi,
    Never heard of anything like transaction code to open java editor. As mentioned above in one of the responses, best way to write java code is using NWDS.
    However, if you are good at java and do not require assistance in methods and class selections while coding, then you could develop your code in editors like Editplus and then use NWDS to deploy the code on server.
    However, for creation of java projects (with supporting jars, ears etc.), NWDS is very good option.
    Thanks,
    Bhavish

  • Hello, i need a free java editor for rtf file !

    hello, i need a free java editor for rtf file , that its compatible
    with wordpad of windows, i have tried some of it but they are not compatible ,
    example: not mantain the tabs and the formattings of the text.
    Thanks

    hello, i need a free java editor for rtf file , that
    its compatible
    with wordpad of windows, i have tried some of it but
    they are not compatible ,
    example: not mantain the tabs and the formattings of
    the text.
    ThanksWhy are you using rtf files? .java files are plain text with no formatting info.

  • ANN: XML Class Generator for Java Available

    The Oracle XMCL Class Generator for Java is now available as an
    initial beta release on the Oracle Technology Network at
    http://technet.oracle.com. Select 'xml' from the Technology menu.
    The XML Class Generator will generate a set of Java source files
    based on an input DTD. The generated Java source files can then
    be used to construct, optionally validate, and print a XML
    document that is compliant to the DTD specified. This is an early
    beta release and has the following features:
    * Creates Java Classes from DTDs to enable the programmatic
    construction of XML documents.
    * Supports validation mode to assist debugging.
    * Works with the Oracle XML Parser in Java.
    * Creates documents conforming to the W3C XML 1.0
    Recommendation.
    * Supports creating documents in the following encodings:
    UTF-8
    UTF-16
    ISO-10646-UCS-2
    ISO-10646-UCS-4
    US-ASCII
    EBCDIC-CP-US
    ISO-8859-1
    Shift_SJIS
    Oracle XML Team
    http://technet.oracle.com
    Oracle Technology Network
    null

    Thanks,
    Rob
    Oracle XML Team wrote:
    : First, the link has been fixed. As to your access exception,
    we
    : have traced it to a difference between JDK 1.1.x and JDK 1.2.
    : You can solve it by using a 1.1.x version of the JDK or wait
    till
    : our production version of our XML Parser becomes available
    within
    : a week which will work with 1.2.
    : Oracle XML Team
    : http://technet.oracle.com
    : Rob Edagr (guest) wrote:
    : : 1) The HREF on the download page for the NT version points
    to
    : : the version 102 parser not the classgen.
    : : 2) After downloading and installing the classgen (by
    guessing
    : : what the url was) I ran it and get the following
    : : C:\jdk1.2\xml\ora\classgen\sample>java SampleMain -root
    : : wddxPacket wddx_0090.dtd
    : : Exception in thread "main" java.lang.IllegalAccessError: try
    to
    : : access class oracle/xml/parser/XMLNode from class
    : : oracle/xml/classgen/ClassGenerator
    : : at oracle.xml.classgen.ClassGenerator.generate
    (Compiled
    : : Code)
    : : at SampleMain.main(SampleMain.java:65)
    : : Any idea on what the problem is (same error with sample dtd)
    : : Rob
    : : Oracle XML Team wrote:
    : : : The Oracle XMCL Class Generator for Java is now available
    as
    : : an
    : : : initial beta release on the Oracle Technology Network at
    : : : http://technet.oracle.com. Select 'xml' from the
    Technology
    : : menu.
    : : : The XML Class Generator will generate a set of Java source
    : : files
    : : : based on an input DTD. The generated Java source files can
    : : then
    : : : be used to construct, optionally validate, and print a XML
    : : : document that is compliant to the DTD specified. This is
    an
    : : early
    : : : beta release and has the following features:
    : : : * Creates Java Classes from DTDs to enable the
    programmatic
    : : : construction of XML documents.
    : : : * Supports validation mode to assist debugging.
    : : : * Works with the Oracle XML Parser in Java.
    : : : * Creates documents conforming to the W3C XML 1.0
    : : : Recommendation.
    : : : * Supports creating documents in the following
    encodings:
    : : : UTF-8
    : : : UTF-16
    : : : ISO-10646-UCS-2
    : : : ISO-10646-UCS-4
    : : : US-ASCII
    : : : EBCDIC-CP-US
    : : : ISO-8859-1
    : : : Shift_SJIS
    : : : Oracle XML Team
    : : : http://technet.oracle.com
    : : : Oracle Technology Network
    : Oracle Technology Network
    null

  • How to convert a .class file into .java file without .jad using DeJDecompil

    Hi all,
    I am using DeJDecompiler and working with swing applications.If I try to convert a .class file into .java file,it is converting into .jad file only.Fine but if I try to save that file into .java file,It is giving lot of errors in that program.When I went into that program the total style of the program is changed and TRY-CATCH block is not recognised by the dejdecompiler,hence If I try to include some methods in the existing .java file thus got,I could not do.Kindly help me.
    If I get the .java file without error then I can process the rest of the functionality.
    Thanks in advance
    With kind Regs
    Satheesh.K

    Not so urgent today then!
    http://forum.java.sun.com/thread.jsp?thread=553576&forum=31&message=2709757
    I'm still not going to help you to steal someone�s code.

  • Convert file.class in file.java

    i lost my file.java how to convert my file.class in file.java? help me please!!!!!!!!!!

    search for java decompiler. just know that it won't be anywhere as near easy to read as the original.
    -S-

  • Class file to java file conversion

    is it possible to convert .class file into .java file & if yes
    then how to convert .class file into .java file.
    plz. mail me ans. on [email protected] | [email protected]

    Yes there are many Java Decompilers which converts the Java bytecode class files to Source files, You may find the follwing URLs helpful:
    http://www.brouhaha.com/~eric/computers/mocha.html
    http://members.fortunecity.com/neshkov/dj.html

  • How to call a Java class from another java class ??

    Hi ..... can somebody plz tell me
    How to call a Java Class from another Java Class assuming both in the same Package??
    I want to call the entire Java Class  (not any specific method only........I want all the functionalities of that class)
    Please provide me some slotuions!!
    Waiting for some fast replies!!
    Regards
    Smita Mohanty

    Hi Smita,
    you just need to create an object of that class,thats it. Then you will be able to execute each and every method.
    e.g.
    you have developed A.java and B.java, both are in same package.
    in implementaion of B.java
    class B
                A obj = new A();
                 //to access A's methods
                 A.method();
                // to access A's variable
                //either
               A.variable= value.
               //or
               A.setvariable() or A.getvariable()

Maybe you are looking for

  • What is the background music to this video I know it's a ilife jingle or sound effect but what is it

    I was a watching a video of a prank from these well known prank ears on youtube and I want to know what the background music is I know for a fact that it is a ilife jingle or sound effect but I don't know what it is here's a link to that video listen

  • Adding video to iTunes but keeping it in a folder when iTunes organizes your folder automaticly

    Hi, I've recently added a video to my iTunes librariry (on Windows 7) so that I can view it through my AppleTV, I was able to add it to the library and change it's type from Movie to TV Show but when I look at the folder structure, it puts it to the

  • Movement   types  from  sd  point of view

    does somebody have a list of movement  types   and   some  document   explaining  what  movement types  are  meant for   what?  from  sd  point of  view thank s.r.c [email protected]

  • Blue screen, mouse battery image

    Bought a white Macbook, just over a year old. Replaced the hard drive to a compatible 320gb WD Scorpio Blue and 4GB Ram. Tried to install Leopard on it. Usually tone, Apple sign, then spinning circle....then it pauses a bit to a blue screen with then

  • Manage languages on iWork

    I've been trying to fix some language issues I have on Pages '09 (on Keynote and on Numbers as well) because I work with different languages, depending on the document. My MacBook Pro has set English as the default language and everything is displaye