JavaTM Platform
Standard Ed. 6

클래스
javax.swing.text.BadLocationException 의 사용

BadLocationException 을 사용하고 있는 패키지
javax.swing 모든 플랫폼에서 가능한 한 똑같이 기능하는 「경량」(Java 공통 언어) 컴퍼넌트세트를 제공합니다.  
javax.swing.plaf 1 개의 인터페이스 및 많은 abstract 클래스를 제공하고 있어, Swing 는, 플러그 인 가능한 Look & Feel 기능을 실현하기 위해서(때문에) 이러한 클래스를 이용합니다.  
javax.swing.plaf.basic 기본 Look & Feel 에 따라 구축된 사용자 인터페이스 객체를 제공합니다.  
javax.swing.plaf.multi 복수의 Look & Feel 를 결합하는 사용자 인터페이스 객체를 제공합니다.  
javax.swing.text 편집 가능한 텍스트 컴퍼넌트와 편집 불능인 텍스트 컴퍼넌트를 처리하는 클래스와 인터페이스를 제공합니다.  
javax.swing.text.html HTML 텍스트 문자 편집기를 작성하기 위한 HTMLEditorKit 클래스와 지원 클래스를 제공합니다.  
javax.swing.text.rtf Rich-Text-Format 텍스트 문자 편집기를 작성하기 위한 클래스 (RTFEditorKit)를 제공합니다.  
 

javax.swing 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing 의 메소드
 int JTextArea. getLineEndOffset (int line)
          지정된 행의 종료 오프셋(offset)를 돌려줍니다.
 int JTextArea. getLineOfOffset (int offset)
          컴퍼넌트 텍스트의 오프셋(offset)를 행 번호로 변환합니다.
 int JTextArea. getLineStartOffset (int line)
          지정된 행의 개시 오프셋(offset)를 돌려줍니다.
 String JPasswordField. getText (int offs, int len)
          추천 되고 있지 않습니다.  Java 2 플랫폼 1.2 이후,getPassword 로 옮겨졌습니다.
 

javax.swing.plaf 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing.plaf 의 메소드
abstract  int TextUI. getNextVisualPositionFrom (JTextComponent  t, int pos, Position.Bias  b, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
abstract  Rectangle TextUI. modelToView (JTextComponent  t, int pos)
          모델내의 지정된 위치를, 뷰 좌표 체계내의 위치로 변환합니다.
abstract  Rectangle TextUI. modelToView (JTextComponent  t, int pos, Position.Bias  bias)
          모델내의 지정된 위치를, 뷰 좌표 체계내의 위치로 변환합니다.
 

javax.swing.plaf.basic 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing.plaf.basic 의 메소드
 int BasicTextUI. getNextVisualPositionFrom (JTextComponent  t, int pos, Position.Bias  b, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 Rectangle BasicTextUI. modelToView (JTextComponent  tc, int pos)
          모델내의 지정된 위치를, 뷰 좌표 체계내의 장소로 변환합니다.
 Rectangle BasicTextUI. modelToView (JTextComponent  tc, int pos, Position.Bias  bias)
          모델내의 지정된 위치를, 뷰 좌표 체계내의 장소로 변환합니다.
 

javax.swing.plaf.multi 에서의 BadLocationException 의 사용
 

BadLocationException 을 throw 하는 javax.swing.plaf.multi 의 메소드
 int MultiTextUI. getNextVisualPositionFrom (JTextComponent  a, int b, Position.Bias  c, int d, Position.Bias [] e)
          이 객체가 취급하는 각 UI 로 getNextVisualPositionFrom 메소드를 호출합니다.
 Rectangle MultiTextUI. modelToView (JTextComponent  a, int b)
          이 객체가 취급하는 각 UI 로 modelToView 메소드를 호출합니다.
 Rectangle MultiTextUI. modelToView (JTextComponent  a, int b, Position.Bias  c)
          이 객체가 취급하는 각 UI 로 modelToView 메소드를 호출합니다.
 

javax.swing.text 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing.text 의 메소드
 Object DefaultHighlighter. addHighlight (int p0, int p1, Highlighter.HighlightPainter  p)
          뷰에 하이라이트를 추가합니다.
 Object Highlighter. addHighlight (int p0, int p1, Highlighter.HighlightPainter  p)
          뷰에 하이라이트를 추가합니다.
 void DefaultHighlighter. changeHighlight (Object  tag, int p0, int p1)
          하이라이트를 변경합니다.
 void Highlighter. changeHighlight (Object  tag, int p0, int p1)
          지정된 하이라이트를, 문서가 다른 부분을 차지하도록(듯이) 변경합니다.
 Position Document. createPosition (int offs)
          이 메소드를 사용한다고 문자 컨텐츠의 순서의 위치에 마크를 붙일 수 있습니다.
 Position AbstractDocument. createPosition (int offs)
          문서가 변경되었을 때에, 변경을 추적하는 위치를 돌려줍니다.
 Position AbstractDocument.Content. createPosition (int offset)
          컨텐츠가 변경되었을 때에 변경을 추적하는 컨텐츠내의 위치를 작성합니다.
 Position GapContent. createPosition (int offset)
          컨텐츠가 변경되었을 때에 변경을 추적하는 컨텐츠내의 위치를 작성합니다.
 Position StringContent. createPosition (int offset)
          컨텐츠가 변경되었을 때에 변경을 추적하는 컨텐츠내의 위치를 작성합니다.
protected  int PlainView. drawSelectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를, 선택된 텍스트로서 draw 합니다.
protected  int WrappedPlainView. drawSelectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를, 선택된 텍스트로서 draw 합니다.
protected  int PasswordView. drawSelectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를, 선택된 텍스트로서 draw 합니다.
protected  int PlainView. drawUnselectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를 일반적으로의 선택되어 있지 않은 텍스트로서 draw 합니다.
protected  int WrappedPlainView. drawUnselectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를 일반적으로의 선택되어 있지 않은 텍스트로서 draw 합니다.
protected  int PasswordView. drawUnselectedText (Graphics  g, int x, int y, int p0, int p1)
          모델내의 지정된 범위를 일반적으로의 선택되어 있지 않은 텍스트로서 draw 합니다.
 void AbstractDocument.Content. getChars (int where, int len, Segment  txt)
          문자의 순서를 취득해, 세그먼트(segment)에 카피합니다.
 void GapContent. getChars (int where, int len, Segment  chars)
          컨텐츠의 일부를 꺼냅니다.
 void StringContent. getChars (int where, int len, Segment  chars)
          컨텐츠의 일부를 꺼냅니다.
protected  int ParagraphView. getClosestPositionTo (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet, int rowIndex, int x)
          x 에 가장 근접한 모델내의 위치를 돌려줍니다.
protected  int CompositeView. getNextEastWestVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          커서를 둘 수 있는, 다음의 시각적인 위치를 돌려줍니다.
protected  int ParagraphView. getNextNorthSouthVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          커서를 둘 수 있는, 다음의 시각적인 위치를 돌려줍니다.
protected  int CompositeView. getNextNorthSouthVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          커서를 둘 수 있는, 다음의 시각적인 위치를 돌려줍니다.
 int GlyphView.GlyphPainter. getNextVisualPositionFrom (GlyphView  v, int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 int View. getNextVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 int GlyphView. getNextVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 int CompositeView. getNextVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 int AsyncBoxView. getNextVisualPositionFrom (int pos, Position.Bias  b, Shape  a, int direction, Position.Bias [] biasRet)
          caret가 배치될 가능성이 있는, 시각적으로 나타내진 다음의 모델 위치를 결정하는 수단을 제공합니다.
 int NavigationFilter. getNextVisualPositionFrom (JTextComponent  text, int pos, Position.Bias  bias, int direction, Position.Bias [] biasRet)
          기존의 위치로부터 caret를 둘 수 있는, 다음의 가시 위치를 돌려줍니다.
static int Utilities. getNextWord (JTextComponent  c, int offs)
          지정된 위치의 다음의 말의 개시 위치를 결정합니다.
static int Utilities. getPositionAbove (JTextComponent  c, int offs, int x)
          위의 행으로 지정된 뷰 위치에 가장 가까운 모델내의 위치를 결정합니다.
static int Utilities. getPositionBelow (JTextComponent  c, int offs, int x)
          아래의 행으로 지정된 뷰 위치에 가장 가까운 모델내의 위치를 결정합니다.
static int Utilities. getPreviousWord (JTextComponent  c, int offs)
          지정된 위치의 직전의 말의 개시 위치를 지정합니다.
static int Utilities. getRowEnd (JTextComponent  c, int offs)
          지정된 모델 위치를 포함한 행의, 종료행 모델 위치를 지정합니다.
static int Utilities. getRowStart (JTextComponent  c, int offs)
          지정된 모델 위치를 포함한 행의, 개시행 모델 위치를 지정합니다.
 String AbstractDocument.Content. getString (int where, int len)
          순서에 포함되는 캐릭터 라인을 돌려줍니다.
 String GapContent. getString (int where, int len)
          컨텐츠의 일부를 꺼냅니다.
 String StringContent. getString (int where, int len)
          컨텐츠의 일부를 꺼냅니다.
protected  String AbstractWriter. getText (Element  elem)
          요소에 관련한 텍스트를 돌려줍니다.
 String JTextComponent. getText (int offs, int len)
          컴퍼넌트가 나타내는 텍스트의 일부를 꺼냅니다.
 String Document. getText (int offset, int length)
          문서의 지정 부분내에 있는 텍스트를 가져옵니다.
 String AbstractDocument. getText (int offset, int length)
          문서로부터 텍스트의 순서를 가져옵니다.
 void Document. getText (int offset, int length, Segment  txt)
          문서의 지정 부분내에 있는 텍스트를 가져옵니다.
 void AbstractDocument. getText (int offset, int length, Segment  txt)
          문서의 지정 부분내에 있는 텍스트를 가져옵니다.
static int Utilities. getWordEnd (JTextComponent  c, int offs)
          지정된 위치의 말의 종료 위치를 결정합니다.
static int Utilities. getWordStart (JTextComponent  c, int offs)
          지정된 모델 위치의 말의 개시 위치를 결정합니다.
protected  void DefaultStyledDocument. insert (int offset, DefaultStyledDocument.ElementSpec [] data)
          새로운 요소를 일괄해 삽입합니다.
 void DocumentFilter. insertString (DocumentFilter.FilterBypass  fb, int offset, String  string, AttributeSet  attr)
          지정한 Document 에 텍스트를 삽입하기 전에 불려 갑니다.
 UndoableEdit AbstractDocument.Content. insertString (int where, String  str)
          순서에 캐릭터 라인을 삽입합니다.
 UndoableEdit GapContent. insertString (int where, String  str)
          컨텐츠에 캐릭터 라인을 삽입합니다.
 UndoableEdit StringContent. insertString (int where, String  str)
          컨텐츠에 캐릭터 라인을 삽입합니다.
 void Document. insertString (int offset, String  str, AttributeSet  a)
          컨텐츠의 캐릭터 라인을 삽입합니다.
 void PlainDocument. insertString (int offs, String  str, AttributeSet  a)
          문서에 내용을 삽입합니다.
 void AbstractDocument. insertString (int offs, String  str, AttributeSet  a)
          문서에 내용을 삽입합니다.
abstract  void DocumentFilter.FilterBypass. insertString (int offset, String  string, AttributeSet  attr)
          DocumentFilter 를 우회도로 해, 지정 텍스트를 삽입합니다.
abstract  Shape GlyphView.GlyphPainter. modelToView (GlyphView  v, int pos, Position.Bias  bias, Shape  a)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Rectangle JTextComponent. modelToView (int pos)
          모델내의 지정된 위치를, 뷰 좌표 체계내의 장소로 변환합니다.
 Shape View. modelToView (int p0, Position.Bias  b0, int p1, Position.Bias  b1, Shape  a)
          지정한 범위에 대해, 문서 모델 좌표 공간으로부터 뷰 좌표 공간에의 맵을 제공합니다.
 Shape CompositeView. modelToView (int p0, Position.Bias  b0, int p1, Position.Bias  b1, Shape  a)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape View. modelToView (int pos, Shape  a)
          추천 되고 있지 않습니다.   
abstract  Shape View. modelToView (int pos, Shape  a, Position.Bias  b)
          지정한 몬지에 도착해, 문서 모델 좌표 공간으로부터 뷰 좌표 공간에의 맵을 제공합니다.
 Shape FieldView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape PlainView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape PasswordView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape IconView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape GlyphView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape CompositeView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape ComponentView. modelToView (int pos, Shape  a, Position.Bias  b)
          모델의 좌표 공간으로부터, 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape BoxView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 Shape AsyncBoxView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 void DefaultEditorKit. read (InputStream  in, Document  doc, int pos)
          이 타입의 컨텐츠 핸들러에 적절한 형식이다고 예상되는 컨텐츠를, 지정한 스트림로부터 삽입합니다.
abstract  void EditorKit. read (InputStream  in, Document  doc, int pos)
          이 타입의 컨텐츠 핸들러에 적절한 형식이다고 예상되는 컨텐츠를, 지정한 스트림로부터 삽입합니다.
 void DefaultEditorKit. read (Reader  in, Document  doc, int pos)
          지정된 스트림로부터 내용을 삽입합니다.
abstract  void EditorKit. read (Reader  in, Document  doc, int pos)
          이 타입의 컨텐츠 핸들러에 적절한 형식이다고 예상되는 컨텐츠를, 지정한 스트림로부터 삽입합니다.
 void DocumentFilter. remove (DocumentFilter.FilterBypass  fb, int offset, int length)
          지정한 Document 의 지정한 범위를 삭제하기 전에 불려 갑니다.
 void Document. remove (int offs, int len)
          문서의 컨텐츠의 일부를 삭제합니다.
 void AbstractDocument. remove (int offs, int len)
          문서로부터 내용을 삭제합니다.
 UndoableEdit AbstractDocument.Content. remove (int where, int nitems)
          순서의 일부를 삭제합니다.
 UndoableEdit GapContent. remove (int where, int nitems)
          컨텐츠의 일부를 삭제합니다.
 UndoableEdit StringContent. remove (int where, int nitems)
          컨텐츠의 일부를 삭제합니다.
abstract  void DocumentFilter.FilterBypass. remove (int offset, int length)
          DocumentFilter 를 우회도로 해, 텍스트의 지정 영역을 삭제합니다.
 void DocumentFilter. replace (DocumentFilter.FilterBypass  fb, int offset, int length, String  text, AttributeSet  attrs)
          지정한 Document 로 텍스트의 범위를 옮겨놓기 전에 불려 갑니다.
 void AbstractDocument. replace (int offset, int length, String  text, AttributeSet  attrs)
          offset 로부터 offset + length 까지의 텍스트 영역을 삭제해,text 에 옮겨놓습니다.
abstract  void DocumentFilter.FilterBypass. replace (int offset, int length, String  string, AttributeSet  attrs)
          offset 로부터 offset + length 까지의 텍스트 영역을 삭제해,text 에 옮겨놓습니다.
protected  void AbstractWriter. text (Element  elem)
          텍스트를 써냅니다.
protected abstract  void AbstractWriter. write ()
          이 추상 메소드는, 서브 클래스에 의해 구현될 필요가 있습니다.
 void DefaultEditorKit. write (OutputStream  out, Document  doc, int pos, int len)
          이 타입의 컨텐츠 핸들러에 적절한 형식에서, 문서로부터 스트림에 컨텐츠를 기입합니다.
abstract  void EditorKit. write (OutputStream  out, Document  doc, int pos, int len)
          이 타입의 컨텐츠 핸들러에 적절한 형식에서, 문서로부터 스트림에 컨텐츠를 기입합니다.
 void DefaultEditorKit. write (Writer  out, Document  doc, int pos, int len)
          문서의 컨텐츠를, 지정된 스트림에 plaintext로서 기입합니다.
abstract  void EditorKit. write (Writer  out, Document  doc, int pos, int len)
          이 타입의 컨텐츠 핸들러에 적절한 형식에서, 문서로부터 스트림에 컨텐츠를 기입합니다.
 

javax.swing.text.html 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing.text.html 의 메소드
protected  void HTMLWriter. comment (Element  elem)
          코멘트를 써냅니다.
protected  void HTMLWriter. emptyTag (Element  elem)
          모든 빈 상태(empty) 요소 (대응하는 종료 태그가 없는 태그 모든 것)를 써냅니다.
 void HTMLEditorKit.ParserCallback. flush ()
           
 void HTMLDocument.HTMLReader. flush ()
          HTML 리더로 불려 가는 마지막 메소드입니다.
protected  void HTMLDocument. insert (int offset, DefaultStyledDocument.ElementSpec [] data)
          새로운 요소를 일괄해 삽입합니다.
 void HTMLDocument. insertAfterEnd (Element  elem, String  htmlText)
          지정 요소가 종료후에 캐릭터 라인으로서 지정된 HTML 를 삽입합니다.
 void HTMLDocument. insertAfterStart (Element  elem, String  htmlText)
          요소의 개시 위치에 캐릭터 라인으로서 지정된 HTML 를 삽입합니다.
 void HTMLDocument. insertBeforeEnd (Element  elem, String  htmlText)
          요소의 종료 위치에 캐릭터 라인으로서 지정된 HTML 를 삽입합니다.
 void HTMLDocument. insertBeforeStart (Element  elem, String  htmlText)
          지정된 요소가 개시되기 전에 캐릭터 라인으로서 지정된 HTML 를 삽입합니다.
 void HTMLEditorKit. insertHTML (HTMLDocument  doc, int offset, String  html, int popDepth, int pushDepth, HTML.Tag  insertTag)
          기존의 문서에 HTML 를 삽입합니다.
 Shape ImageView. modelToView (int pos, Shape  a, Position.Bias  b)
          문서 모델의 좌표 공간으로부터 뷰의 좌표 공간에의 매핑을 제공합니다.
 void HTMLEditorKit. read (Reader  in, Document  doc, int pos)
          지정된 스트림로부터 컨텐츠를 삽입합니다.
 void HTMLDocument. setInnerHTML (Element  elem, String  htmlText)
          지정된 요소의 아이를 HTML 캐릭터 라인으로서 지정된 컨텐츠와 옮겨놓습니다.
 void HTMLDocument. setOuterHTML (Element  elem, String  htmlText)
          지정된 부모의 요소를 HTML 캐릭터 라인으로서 지정된 컨텐츠와 옮겨놓습니다.
protected  void HTMLWriter. startTag (Element  elem)
          요소의 개시 태그를 써냅니다.
protected  void MinimalHTMLWriter. text (Element  elem)
          텍스트를 써냅니다.
protected  void HTMLWriter. text (Element  elem)
          텍스트를 써냅니다.
protected  void HTMLWriter. textAreaContent (AttributeSet  attr)
          폼 요소의 TEXTAREA 에 포함되고 있는 텍스트를 써냅니다.
 void MinimalHTMLWriter. write ()
          StyledDocument 로부터 HTML 출력을 생성합니다.
 void HTMLWriter. write ()
          요소 트리로 반복되어 모든 태그와 그 속성의 기입을 제어합니다.
 void HTMLEditorKit. write (Writer  out, Document  doc, int pos, int len)
          이 타입의 컨텐츠 핸들러에 적절한 형식에서, 문서로부터 스트림에 컨텐츠를 기입합니다.
protected  void MinimalHTMLWriter. writeBody ()
          문서내의 요소로 반복해, 가지의 요소나 잎의 요소인지를 판단해 요소를 처리합니다.
protected  void MinimalHTMLWriter. writeContent (Element  elem, boolean needsIndenting)
          HTML 에 준거한 방법으로 속성 세트를 써냅니다.
 

javax.swing.text.rtf 에서의 BadLocationException 의 사용
 

BadLocationException 를 throw 하는 javax.swing.text.rtf 의 메소드
 void RTFEditorKit. read (InputStream  in, Document  doc, int pos)
          이 타입의 컨텐츠 핸들러에 적절한 형식이다고 예상되는 컨텐츠를, 지정한 스트림로부터 삽입합니다.
 void RTFEditorKit. read (Reader  in, Document  doc, int pos)
          지정된 스트림로부터 컨텐츠를 삽입합니다.
 void RTFEditorKit. write (OutputStream  out, Document  doc, int pos, int len)
          이 타입의 컨텐츠 핸들러에 적절한 형식에서, 문서로부터 스트림에 컨텐츠를 기입합니다.
 void RTFEditorKit. write (Writer  out, Document  doc, int pos, int len)
          문서의 컨텐츠를, 지정된 스트림에 plaintext로서 기입합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.